Campbell Scientific TX312 High Data Rate GOES Transmitter User Manual

Page 56

Advertising
background image

Appendix D. RAWS-7 Data Format

D-8

; if no fuel temp sensor,
; load 999 for data value
26: If (X<=>F) (P89)
1: 7

X Loc [ FuelT ]

2: 4

<

3: -35

F

4: 30

Then

Do


27: Z=F (P30)
1: 999

F

2: 0

Exponent

of

10

3: 7

Z Loc [ FuelT ]


28: End (P95)

29: If (X<=>F) (P89)
1: 7

X Loc [ FuelT ]

2: 3

>=

3: 55

F

4: 30

Then

Do


30: Z=F (P30)
1: 999

F

2: 00

Exponent

of

10

3: 7

Z Loc [ FuelT ]


31: End (P95)

; Calculate program signature once a day
32: If time is (P92)
1: 0

Minutes (Seconds --) into a

2: 1440

Interval (same units as above)

3: 30

Then

Do


33: Signature (P19)
1: 2

Loc [ Prog_Sig ]


34: End (P95)

; Calculate and hold 10 minute averages for Wspd and Wdir
; Values are written to input locations 10 and 11 (Avg10WS, Avg10WD)
35: If time is (P92)
1: 0

Minutes (Seconds --) into a

2: 10

Interval (same units as above)

3: 10

Set Output Flag High (Flag 0)


; Direct output processing to input locations
36: Set Active Storage Area (P80)
1: 3

Input

Storage

Area

2: 10

Loc [ Avg10WS ]

Advertising