Instruction manual
22
2: 30 Then Do
17: Do (P86)
1: 10 Set Output Flag High
18: Sample (P70) Ouput the date and time
1: 2 Reps
2: 91 Loc [ _________ ]
19: Sample (P70) Output the 12 tz values
1: 12 Reps Change as required
2: 1 Loc [ _________ ]
20: Do (P86)
1: 26 Set Flag 6 Low
21: Do (P86)
1: 25 Set Flag 5 Low
22: End (P95)
23: If Flag/Port (P91) If Flag 1 is set then
1: 11 Do if Flag 1 is High Initialise and reset arrays
2: 30 Then Do
24: Time (P18) Store Day of Year in loc (91)
1: 2 Hours into current year (maximum 8748)
2: 8784 Mod/By
3: 91 Loc [ _________ ]
25: Z=X*F (P37)
1: 91 X Loc [ _________ ]
2: .04167 F
3: 91 Z Loc [ _________ ]
26: Z=INT(X) (P45)
1: 91 X Loc [ _________ ]
2: 91 Z Loc [ _________ ]
27: Z=Z+1 (P32)
1: 91 Z Loc [ _________ ]
28: Time (P18) Store time (hrmin ) in loc (92)
1: 2 Hours into current year (maximum 8748)
2: 24 Mod/By
3: 92 Loc [ _________ ]
29: Z=X*F (P37)
1: 92 X Loc [ _________ ]
2: 100 F
3: 92 Z Loc [ _________ ]
30: Time (P18)
1: 1 Minutes into current day (maximum 1440)