User manual
User Manual
13
CR10(X) program using single-ended measurement instructions
;{CR10X} program to measure HC2S3 with single-ended inputs
*Table 1 Program
01: 5.0000 Execution Interval (seconds)
1: Do (P86) ;Turn on switched 12V
1: 41 Set Port 1 High ;Jumper from C1 to SW 12V CTRL
2: Excitation with Delay (P22) ;3-second delay
1: 1 Ex Channel
2: 0 Delay W/Ex (0.01 sec units)
3: 300 Delay After Ex (0.01 sec units)
4: 0 mV Excitation
;HC2S3 Temperature & Relative Humidity Sensor measurements AirTC and RH:
3: Volt (SE) (P1)
1: 1 Reps
2: 35 2500 mV 50 Hz Rejection Range
3: 2 SE Channel
4: 2 Loc [ AirTC ]
5: 0.1 Multiplier
6: -40.0 Offset
4: Volt (SE) (P1)
1: 1 Reps
2: 35 2500 mV 50 Hz Rejection Range
3: 4 SE Channel
4: 1 Loc [ RH ]
5: 0.1 Multiplier
6: 0 Offset
5: Do (P86) ;Turn off switched 12V
1: 51 Set Port 1 Low
6: If (X<=>F) (P89)
1: 1 X Loc [ RH ]
2: 3 >=
3: 100 F
4: 30 Then Do
7: If (X<=>F) (P89)
1: 1 X Loc [ RH ]
2: 4 <
3: 103 F
4: 30 Then Do
8: Z=F x 10^n (P30)
1: 100 F
2: 0 n, Exponent of 10
3: 1 Z Loc [ RH ]
9: End (P95)
10: End (P95)
11: If time is (P92)