GoesTable()
Fields_Scan_Order =
TRUE
, Newest_First=
FALSE
, Format = 3
GoesField()
Decimation = 4, Precision = 3, Width = 5, SHEF set to HG, TA, VB
<CR><LF>HG,-8.26,-8.25,-8.24,-8.23
<CR><LF>TA,13.14,13.14,13.13,13.14
<CR><LF>VB,26.76,26.76,26.76,26.76<CR><LF>
GoesTable()
Fields_Scan_Order =
TRUE
, Newest_First=
FALSE
, Format = 3
GoesField()
Decimation = 4, Precision = 3, Width = 5, SHEF set to HG, TA, VB
NOTE:
To get a single battery voltage (or other additional data), set
GoesField()
Decimation =
1 for just the
battery_voltage
(or other) value in the
GOESTable()
.
<CR><LF>HG,-9.70,-9.69,-9.68,-9.67
<CR><LF>TA,13.11,13.13,13.10,13.13
<CR><LF>VB,26.82,26.82,26.82,26.82
<CR><LF>BATTERY,13.13
<CR><LF>DATE,200336
<CR><LF>TIME,101500<CR><LF>
B.1.4 Line SHEF (Standard Hydrological Exchange Format)
(GOESTable() format option 6)
ASCII output using standardized SHEF codes in a format that is human readable.
l
NANs, +INFs, -INFs, and missing values show as forward slashes (/) in the output.
l
LABEL is the SHEF code (two character) parameter. Refer to
https://dcs1.noaa.gov/documents/SHEF%20Codes.pdf
for details on SHEF codes.
l
OFFSET is how long ago the sensor reading was made and stored in the
GOESTable()
data table and is reported in number of minutes.
l
INTERVAL is how often the measurement is made. This corresponds to
DataInterval()
of the GOES data table or the scan interval if
DataInterval()
is not used.
l
DATA is the data that is stored in the GOES table.
l
APPENDED OPTIONS refers to data that can be appended to the transmission.
l
SHEF Codes can be added as headers or at the beginning of lines using
GOESField()
option SHEF.
l
Value has a fixed width (
l
Value has a fixed precision (
l
Value only has a leading sign when negative (–).
l
Data outside of operating range will be set to the minimum or maximum of the range.
TX325 Satellite Transmitter for GOES V2
31