Section 7. Installation
288
c. Measure with BrFull(). If you are doing a dry run, assume the result of
Resistance()
= X
10
= 0.7491.
d. Calculate RS
10
:
X2
10
= (X
10
/ 1000) + (R2 / (R1 + R2) = 0.02036
RS
10
= (R4 • X2
10
) / (1 – X2
10
) = 103900
6. Calculate RS
10
/RS
0
, K, and temperature:
a. RS
10
/RS
0
= 1.039
b. K = (RS
10
/RS
0
)-
1 = 0.039
c. T = g * K^4 + h * K^3 + i * K^2 + j * K = 9.99 °C
d. T = (SQRT(d * (RS
10
/RS
0
) + e) -
a) / f = 9.99 °C
1
A Campbell Scientific terminal-input module (TIM) can be used to complete the resistive bridge
circuit. Refer to the appendix Passive-Signal Conditioners — List
(p. 605).
4
Get this value from a PRT-resistance-to-temperature table
CRBasic Programs and Notes
PT100 BrFull() Four-Wire Full-Bridge Calibration
'This program example demonstrates the calibration of a 100-ohm PRT (PT100) in a four-wire
'full bridge with voltage excitation. See previous procedure and schematic.
'
'Declare constants and variables:
Const
R1 = 5000000
'Value of R1 bridge resistor
Const
R2 = 120000
'Value of R2 bridge resistor
Const
R4 = 5000000
'Value of R4 bridge resistor
Public
X1
'Raw output from the bridge
Public
X2
'Calculated intermediate value
Public
RS0
'Calculated PT100 resistance at 0 °C
BeginProg
Scan
(1,Sec,0,0)
'Measure X1
'BrFull(Dest,Reps,Range,DiffChan,ExChan,MeasPEx,ExmV,RevEx,RevDiff,SettlingTime,
'
Integ
,Mult,Offset)
BrFull
(X1,1,mV50,1,Vx1,1,5000,True,True,0,250,1,0)
'Calculate X2:
X2 = (X1/1000) + (R2/(R1+R2)
'Calculate RS0:
RS0 = (R4*X2) / (1-X2)
NextScan
EndProg
Summary of Contents for CR3000 Micrologger
Page 2: ......
Page 3: ......
Page 4: ......
Page 6: ......
Page 30: ......
Page 34: ......
Page 36: ......
Page 96: ......
Page 485: ...Section 8 Operation 485 8 11 2 Data Display FIGURE 110 Keyboard and Display Displaying Data ...
Page 487: ...Section 8 Operation 487 FIGURE 112 CR1000KD Real Time Custom ...
Page 491: ...Section 8 Operation 491 FIGURE 116 Keyboard and Display File Edit ...
Page 496: ......
Page 502: ......
Page 564: ...Section 11 Glossary 564 FIGURE 126 Relationships of Accuracy Precision and Resolution ...
Page 566: ......
Page 594: ......
Page 598: ......
Page 600: ......
Page 602: ......
Page 624: ......
Page 642: ......
Page 643: ......