Owner's manual

CS105/CS105MD Barometric Pressure Sensor
07: Real Time (P77)
1: 0110 Day,Hour/Minute
08: Sample (P70)
1: 1 Reps
2: 1* Loc [ P_mb ]
-Input Locations-
1 P_mb
* Proper entries will vary with program and datalogger channel, and input location assignments.
** On the 21X use the 5000 mV slow range.
Example 3. CR10(X) Program for Measuring the CS105 Every Execution Interval
;{CR10X}
;
*Table 1 Program
01: 2 Execution Interval (seconds)
01: Do (P86)
1: 41* Set Port 1* High
02: Excitation with Delay (P22)
1: 1 Ex Channel
2: 0 Delay W/Ex (units = 0.01 sec)
3: 100 Delay After Ex (units = 0.01 sec)
4: 0 mV Excitation
03: Volts (SE) (P1)
1: 1 Reps
2: 25** ± 2500 mV 60 Hz Rejection Range
3: 7* SE Channel
4: 1* Loc [ P_mb ]
5: .184 Mult
6: 600 Offset
04: Do (P86)
1: 51* Set Port 1* Low
05: If time is (P92)
1: 0 Minutes (Seconds --) into a
2: 30 Interval (same units as above)
3: 10 Set Output Flag High (Flag 0)
06: Real Time (P77)
1: 0110 Day,Hour/Minute
07: Average (P71)
1: 1 Reps
2: 1* Loc [ P_mb ]
8