DataFormat (Data Format)
The DataFormat parameter is used to define the format of the data sent to the transmitter (GOESData) or retrieved from the datalogger (GetRecord). A numeric value is entered:
Code | Description |
---|---|
0 | Campbell Scientific![]() |
1 | Floating point ASCII; 7 bytes per data point. |
2 | 18-bit binary integer; 3 bytes per data point, numbers to the right of the decimal are truncated. |
3 |
RAWS7; 7 data points:
|
4 | Fixed decimal ASCII xxx.x |
5 | Fixed decimal ASCII xx.xx |
6 | Fixed decimal ASCII x.xxx |
7 | Fixed decimal ASCII xxx |
8 | Fixed decimal ASCII xxxxx |
For DataFormat options 1, 4, 5, 6, 7, and 8, if the data being transmitted is formatted as a string, the datalogger will send the string. For DataFormat options 0, 2, and 3, the datalogger will search for numeric values, convert them to the appropriate format, and send them to the transmitter.
Type: Integer