
Section 7. Installation
264
calibrated multiplier. The 10 ppm/°C temperature coefficient of the fixed resistor
will limit the error due to its change in resistance with temperature to less than
0.15°C over the -10 to 40°C temperature range. Because the measurement is
ratiometric (R
S
/R
f
), the properties of the 10-k resistor do not affect the result.
A terminal-input module (TIM) can be used to complete the circuit shown in
figure PT100 in Four-Wire Half-Bridge
(p. 264). Refer to the appendix Signal
Conditioners
(p. 563) for information concerning available TIM modules.
Figure 81: PT100 in four-wire half-bridge
CRBasic EXAMPLE. PT100 in Four-Wire Half-Bridge
CRBasicExample59. PT100inFour‐WireHalf‐Bridge
'See FIGURE. PT100 in Four-Wire Half-Bridge (p. 264) for wiring diagram
Public Rs_Ro
Public Deg_C
BeginProg
Scan(1,Sec,0,0)
'BrHalf4W(Dest,Reps,Range1,Range2,DiffChan1,ExChan,MPS,Ex_mV,RevEx,RevDiff,
' Settling, Integration,Mult,Offset)
BrHalf4W(Rs_Ro,1,mV50,mV50,1,Vx1,1,4400,True,True,0,250,1.0111,0)
'PRTCalc(Destination,Reps,Source,PRTType,Mult,Offset)
PRTCalc(Deg_C,1,Rs_Ro,1,1.0,0) 'PRTType sets alpha
NextScan
EndProg
Kommentare zu diesen Handbüchern