Specifications

Section 2. Data Storage and Retrieval
Field Data Type
This header line is only in TOB1 binary format and identifies the data type for
each of the fields in the data table.
UINT4 = Unsigned 4 byte integer
IEEE4 = 4 byte floating point
Time Stamp
This field is the date and time stamp for this record. It indicates the time,
according to the logger clock, that each record was stored.
Record Number
This field is the record number of this record. The number will increase up to
2E32 and then start over with zero. The record number will also start over at
zero if the table is reset.
Field Data
This is the data for each of the fields in the record.
2.4.2 TOA5 ASCII File Format
The following is a sample of a file collected as TOA5.
"TOA5","Fritz","CR3000","1079","CR3000.Std.1.0","CPU:TCTemp.CR1","51399","Temp"
"TIMESTAMP","RECORD","RefTemp_Avg","TC_Avg(1)","TC_Avg(2)","TC_Avg(3)","TC_Avg(4)"
"TS","RN","degC","DegC","DegC","DegC","DegC"
"","","Avg","Avg","Avg","Avg","Avg"
"2004-10-27 16:20:00",0,24.1,24.03,24.04,24.05,24.04
"2004-10-27 16:30:00",1,24.01,24.01,24.01,24,23.99,
The following is an example of how the above data might look when imported
into a spreadsheet.
TOA5 Fritz CR3000 1079 CR3000.Std1.0 CPU:TCTemp.CR1 51399 Temp
TIMESTAMP RECORD RefT_Avg TC_Avg(1) TC_Avg(2) TC_Avg(3) TC_Avg(4)
TS RN degC DegC DegC DegC DegC
Avg Avg Avg Avg Avg
10/27/2004 16:20 0 24.1 24.03 24.04 24.05 24.04
10/27/2004 16:30 1 24.01 24.01 24.01 24 23.99
2.4.3 TOB1 Binary File Format
This is a sample of the TOB1 Binary file header
"TOB1","Fritz'","CR3000","1079","CR3000.Std.1.0","CPU:TCTemp.CR1","51399","Temp"
"SECONDS","NANOSECONDS","RECORD","RefTemp_Avg","TC_Avg(1)","TC_Avg(2)","TC_Avg(3)","TC_Avg(4)"
"SECONDS","NANOSECONDS","RN","degC","DegC","DegC","DegC","DegC"
"","","","Avg","Avg","Avg","Avg","Avg"
"ULONG","ULONG","ULONG","FP2","FP2","FP2","FP2","FP2"
(Data are binary and not directly readable)
2-7