Data Collector schema version 2

compared with
Current by Scott Cytacki
on Apr 29, 2007 09:17.


 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 0 changes. View first change.

 This is just a draft. It needs more work.
  
 {code:xml}
 <OTDataCollector>
  <dataGraph>
  <OTDataGraph>
  <graphables>
  <OTDataGraphable>
  <dataProducer>sensor data producer ...</dataProducer>
  <dataStore><OTDataStore/><dataStore> <!-- place for data to be stored for this graphable -->
  </OTDataGraphable>
  </graphables>
  </OTDataGraph>
  <dataGraph>
  <producers>
  <!-- these producers are the ones started when the start button is pushed on the graph -->
  <object refid=""/> <!-- points to data producer defined above -->
  </producers>
 {code}