Instruction manual
47
25: End (P95)
26: If Flag/Port (P91) ;
Flag 6
is used to generate output
1: 16 Do if Flag 6 is High
2: 30 Then Do
27: Do (P86)
1: 10 Set Output Flag High
28: Sample (P70) Output the date and time
1: 2 Reps
2: 91 Loc [ _________ ]
29: Sample (P70) Output the 24 tz values
1: 24 Reps change as required
2: 1 Loc [ _________ ]
30: Do (P86)
1: 26 Set Flag 6 Low
31: Do (P86)
1: 25 Set Flag 5 Low
32: End (P95)
33: If Flag/Port (P91) ;
Flag 1
begins the heat-pulse routine
1: 11 Do if Flag 1 is High
2: 30 Then Do
34: Time (P18)
1: 2 Hours into current year (maximum 8784)
2: 8784 Mod/By
3: 91 Loc [ _________ ]
35: Z=X*F (P37)
1: 91 X Loc [ _________ ]
2: .04167 F
3: 91 Z Loc [ _________ ]
36: Z=INT(X) (P45)
1: 91 X Loc [ _________ ]
2: 91 Z Loc [ _________ ]
37: Z=Z+1 (P32) ; Store the current day number (loc 91)
1: 91 Z Loc [ _________ ]
38: Time (P18)
1: 2 Hours into current year (maximum 8784)
2: 24 Mod/By
3: 92 Loc [ _________ ]
39: Z=X*F (P37)
1: 92 X Loc [ _________ ]
2: 100 F
3: 92 Z Loc [ _________ ]
40: Time (P18)
1: 1 Minutes into current day (maximum 1440)
2: 60 Mod/By
3: 93 Loc [ _________ ]