l
Data outside of operating range will be set to the minimum or maximum of the range.
l
Value always has a trailing space character.
Table B-2: ASCII format, width, precision, and range
Format
Width
Precision
Range
Example ASCII output
containing two values
xxx
3
1
–99 to 999
012 -34
xxxxx
5
1
–9999 to 99999
00012 -0034
xxx.x
5
0.1
–99.9 to 999.9
001.2 -03.4
xx.xx
5
0.01
–9.99 to 99.99
00.12 -0.34
x.xxx
5
0.001
–.999 to 9.999
0.012 -.034
Example outputs (with 10 fields):
GoesTable()
Fields_Scan_Order =
FALSE
, Newest_First=
FALSE
, Format = 2
GoesField()
Decimation = 1, Precision = 3, Width = 4
<CR><LF>-7.982 -7.982 //// //// //// //// //// //// 13.1 25.8<CR><LF>
GoesTable()
Fields_Scan_Order =
FALSE
, Newest_First=
FALSE
, Format = 2
GoesField()
Decimation = 4, Precision = 3, Width = 5
<CR><LF>-9.81 -9.81 ///// ///// ///// ///// ///// ///// 13.15 26.08
<CR><LF>-9.80 -9.80 ///// ///// ///// ///// ///// ///// 13.13 26.08
<CR><LF>-9.79 -9.79 ///// ///// ///// ///// ///// ///// 13.14 26.08
<CR><LF>-9.78 -9.78 ///// ///// ///// ///// ///// ///// 13.14 26.08<CR><LF>
GoesTable()
Fields_Scan_Order =
TRUE
, Newest_First=
FALSE
, Format = 2
GoesField()
Decimation = 1, Precision = 3, Width = 5
<CR><LF>-9.68
<CR><LF>-9.68
<CR><LF>/////
<CR><LF>/////
<CR><LF>/////
<CR><LF>/////
<CR><LF>/////
<CR><LF>/////
<CR><LF>13.12
<CR><LF>26.43<CR><LF>
TX325 Satellite Transmitter for GOES V2
27