Campbell Scientific TX312 High Data Rate GOES Transmitter User Manual
Page 40

TX312 Transmitter
; Write a time stamp to final storage
2: Real Time (P77)
1: 1221
Year,Day,Hour/Minute,Seconds (midnight = 2400)
; Write 41 input locations to final storage
3: Sample (P70)
1: 41
Reps
2: 1
Loc [ Status_RC ]
; Check if top of 4 hour interval, if true execute P126
4: If time is (P92)
1: 0
Minutes (Seconds --) into a
2: 240
Interval (same units as above)
3: 30
Then
Do
; Transfer data to TX312
5: Data Transfer to HDR GOES (P126)
1: 0
Self-Timed/Append
2: 0
Binary
Format
3: 41
Result Code Loc [ P126_RC ]
6: End (P95)
; Check result code for P126, if between 1 and 6 P126 will be executed again.
7: If (X<=>F) (P89)
1: 41
X Loc [ P126_RC ]
2: 3
>=
3: 1
F
4: 30
Then
Do
8: If (X<=>F) (P89)
1: 41
X Loc [ P126_RC ]
2: 4
<
3: 7
F
4: 30
Then
Do
; Increment counter to count number of time P126 has been tried again
9: Z=Z+1 (P32)
1: 42
Z Loc [ Counter ]
; Try P126 again
10: Data Transfer to HDR GOES (P126)
1: 0
Self-Timed/Append
2: 0
Binary
Format
3: 41
Result Code Loc [ P126_RC ]
34