Instruction manual
52
19: Sample (P70) ! output the cross-over times
1: 8 Reps
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)
1: 11 Do if Flag 1 is High
2: 30 Then Do
24: Time (P18)
1: 2 Hours into current year (maximum 8784)
2: 8784 Mod/By
3: 91 Loc [ _________ ] ! store day of year
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)
1: 2 Hours into current year (maximum 8784)
2: 24 Mod/By
3: 92 Loc [ _________ ]
29: Z=X*F (P37) ! store the hour
1: 92 X Loc [ _________ ]
2: 100 F
3: 92 Z Loc [ _________ ]
30: Time (P18)
1: 1 Minutes into current day (maximum 1440)
2: 60 Mod/By
3: 93 Loc [ _________ ]
31: Z=X+Y (P33) ! store the decimal hour
1: 92 X Loc [ _________ ]
2: 93 Y Loc [ _________ ]
3: 92 Z Loc [ _________ ]
32: Beginning of Loop (P87)
1: 0 Delay
2: 90 Loop Count
33: Z=F (P30) ! reset all storage
1: 0 F
2: 0 Exponent of 10
3: 1 -- Z Loc [ _________ ]