User guide
Table Of Contents
- Revision and Copyright Information
- Limited Warranty
- Assistance
- Precautions
- Table of Contents
- 1. Introduction
- 2. Cautionary Statements
- 3. Initial Inspection
- 4. Quickstart
- 5. Overview
- 6. Specifications
- 7. Installation
- 8. Calibration/ORP Check
- 9. Maintenance
- 10. Troubleshooting
- Appendix A. Importing Short Cut Code
- Appendix B. Example Programs
- Appendix C. Detailed Calibration Procedure and Manufacturer Tips
- Campbell Scientific Companies

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