Manual
SAT ARGOS
6
; Load more values in input locations
2: Bulk Load (P65)
1: 99 F
2: 101 F
3: 102 F
4: 103 F
5: 104 F
6: 105 F
7: 106 F
8: 107 F
9: 11 Loc [ Start_9 ]
; If top of the hour, write 16 data point to FS1
3: If time is (P92)
1: 0 Minutes (Seconds --) into a
2: 60 Interval (same units as above)
3: 10 Set Output Flag High (Flag 0)
4: Real Time (P77)
1: 1220 Year,Day,Hour/Minute (midnight = 2400)
5: Sample (P70)
1: 13 Reps
2: 3 Loc [ Start_1 ]
; If top of the hour, transfer all new data to the SAT ARGOS transmitter
6: If time is (P92)
1: 0 Minutes (Seconds --) into a
2: 60 Interval (same units as above)
3: 30 Then Do
7: SCD2/ARGOS (P125)
1: 19 Return Code Loc [ R_Code ]
8: End (P95)
; Check result of P125, if greater than 1 execute P125 again
9: If (X<=>F) (P89)
1: 19 X Loc [ R_Code ]
2: 3 >=
3: 2 F
4: 30 Then Do
10: SCD2/ARGOS (P125)
1: 19 Return Code Loc [ R_Code ]
11: End (P95)
*Table 2 Program
02: 0.0000 Execution Interval (seconds)
*Table 3 Subroutines
End Program