![Campbell A547 Instruction Manual Download Page 13](http://html1.mh-extra.com/html/campbell/a547/a547_instruction-manual_489453013.webp)
CS547 Conductivity and Temperature Probe and A547 Interface
9
;This next program set will correct errors in the EC measurement resulting
;from temperature differences.
;
31: Z=X+F (P34)
1:
4
X Loc [ Temp_degC ]
2:
-25
F
3:
6
Z Loc [ A ]
32: Z=X*F (P37)
1:
3
X Loc [ Ct ]
2:
100
F
3:
7
Z Loc [ lOO_Ct ]
33: Z=X*F (P37)
1:
6
X Loc [ A ]
2:
nnn
F
Enter TC (%/
°
C) to correct cond. reading.
3:
8
Z Loc [ TC_Proces ]
34: Z=X+F (P34)
1:
8
X Loc [ TC_Proces ]
2:
100
F
3:
8
Z Loc [ TC_Proces ]
35: Z=X/Y (P38)
1:
7
X Loc [ lOO_Ct ]
2:
8
Y Loc [ TC_Proces ]
3:
9
Z Loc [ C25mScm_l ]
EC corrected for temperature.
(cont.)
5.5 Output Processing
Over large ranges, EC is not linear and is best reported as samples using
instruction P70. In limited ranges, averaging (P71) measurements over time
may be acceptable. Convention requires that the temperature at the time of the
measurement be reported.
;Output processing, convention states that the temperature be reported
;with the EC measurement.
;
36: Do (P86)
1:
10
Set Output Flag High (Flag 0)
37: Sample (P70)
1:
1
Reps
2:
3
Loc [ Ct ]
38: Sample (P70)
1:
1
Reps
2:
4
Loc [ Temp_degC ]
39: Sample (P70)
1:
1
Reps
2:
9
Loc [ C25mScm_l ]
(cont.)