Just wondering if anybody is using this sensor with a CR10X logger? If so was wondering if you could supply programming instructions.
Thanks
PNBOR,
I'm hoping someone else jumps in on this, but here's a crack at your question.
Might I suggest moving to either:
a) one of our 107-L probes, or
b) using a CR800 or CR1000 datalogger?
Hope this sparks some ideas:
Manual:
http://www.waterlog.com/Downloads/manuals/Current%20Manuals/Entire%20H-377%20Manual.pdf
Temperature of thermistor:
T = 1/(a + b(Ln Rt) + c(Ln Rt)^3)
SHH Coefficients:
a=0.0010291636, b=0.0002391251 c=0.0000001566
Resistance of reference resistor (note using 2500mV excitation):
Rt=20000 * ((2500 / mV) - 1)
--
;{CR10X}
;
*Table 1 Program
01: 10.0000 Execution Interval (seconds)
1: 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: 100 Delay (0.01 sec units)
6: 2500 mV Excitation
7: 2 Loc [ RT_V ]
8: .001 Multiplier
9: 0.0 Offset
2: Z=1/X (P42)
1: 2 X Loc [ RT_V ]
2: 1 Z Loc [ RT ]
3: Z=X*F (P37)
1: 1 X Loc [ RT ]
2: 50000 F
3: 1 Z Loc [ RT ]
4: Z=X+F (P34)
1: 1 X Loc [ RT ]
2: -20000 F
3: 1 Z Loc [ RT ]
;Note the error your going to get because of the
;misrepresentation of the coefficients
5: Steinhart-Hart Equation (P200)
1: 1 Reps
2: 1 Source Loc (R)(Ohms) [ RT ]
3: 3 Destination Loc (Deg C) [ T ]
4: 10291 A
5: -7 x 10^n
6: 23912 B
7: -8 x 10^n
8: 1566 C
9: -10 x 10^n
*Table 2 Program
02: 0.0000 Execution Interval (seconds)
*Table 3 Subroutines
End Program