Section 8.  Operation 
 
 
Example: 
 
"TOA5","11467","CR1000","11467","CR1000.Std.20","CPU:file format.CR1","26243","Test" 
"TIMESTAMP","RECORD","battfivoltfiMin","PTemp" 
"TS","RN","","" 
"","","Min","Smp" 
"2010-12-20 11:31:30",7,13.29,20.77 
"2010-12-20 11:31:45",8,13.26,20.77 
"2010-12-20 11:32:00",9,13.29,20.8 
 
CSIXML 
CSIXML files contain header information and data in an XML (p. 522) format. 
Example: 
 
<?xml version="1.0" standalone="yes"?> 
<csixml version="1.0"> 
<head> 
 <environment> 
 <station-name>11467</station-name> 
 <table-name>Test</table-name> 
 <model>CR1000</model> 
 <serial-no>11467</serial-no> 
 <os-version>CR1000.Std.20</os-version> 
 <dld-name>CPU:file format.CR1</dld-name> 
 </environment> 
 <fields> 
 <field name="battfivoltfiMin" type="xsd:float" process="Min"/> 
 <field name="PTemp" type="xsd:float" process="Smp"/> 
 </fields> 
</head> 
 <data> 
 <r time="2010-12-20T11:37:45" no="10"><v1>13.29</v1><v2>21.04</v2></r> 
 <r time="2010-12-20T11:38:00" no="11"><v1>13.29</v1><v2>21.04</v2></r> 
 <r time="2010-12-20T11:38:15" no="12"><v1>13.29</v1><v2>21.04</v2></r> 
 </data> 
 
CSIJSON 
CSIJSON files contain header information and data in a JSON (p. 503) format.