User guide

Appendix B. Example Programs
9: Z=X*Y (P36)
1: 2 X Loc [ pH ]
2: 3 Y Loc [ pHMult ]
3: 2 Z Loc [ pH ]
;The following instruction applies an Offset to the pH. Use an Offset of 7
;initially as shown below. Adjust the Offset if necessary during probe calibration.
10: Z=X+F (P34)
1: 2 X Loc [ pH ]
2: 7 F
3: 2 Z Loc [ pH ]
;Example (One Minute) Output Processing Instructions
11: If time is (P92)
1: 0 Minutes (Seconds --) into a
2: 1 Interval (same units as above)
3: 10 Set Output Flag High (Flag 0)
12: Real Time (P77)
1: 0110 Day,Hour/Minute (midnight = 0000)
13: Sample (P70)
1: 1 Reps
2: 2 Loc [ pH ]
*Table 2 Program
02: 0.0000 Execution Interval (seconds)
*Table 3 Subroutines
End Program
B-4