10HS
7
SAMPLE PROGRAMS
Edlog type data logger
;{CR10X}
;
;program to read 10HS sensor with CR10X
;
;wiring:
;Jumper from C1 to SW 12V CTRL - C1 is used to turn on the
switched 12V port
;10HS white - excitation - SW 12V
;10HS red - Vout - SE CH1
;10HS bare - gnd - G or AG
*Table 1 Program
01:10
Execution Interval (seconds)
;set C1 high to pull SW 12 port high
;
1: Do (P86)
1: 41
Set Port 1 High
;delay program 10 ms and measure SE channel 1 in units of
volts
;
\: Excite-Delay (SE)(P4)
1: 1
Reps
2: 5
2500 mV Slow Range
3: 1
SE Channel
4: 1
Excite all reps w/Exchan 1
5: 1
Delay (0.01 sec units)
6: 0000
mV Excitation
7:1
Loc [ ten_HS_V ]
8:.001
Multiplier
9:0.0
Offset
;turn off excitation
;
3:
Do (P86)
15