Section 7. Installation
273
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,mV25,1,Vx1,1,2500,True,True,0,250,1,0)
'Calculate X2:
X2 = (X1/1000) + (R2/(R1+R2)
'Calculate RS0:
RS0 = (R4*X2) / (1-X2)
NextScan
EndProg
PT100 BrFull() Four-Wire Full-Bridge Measurement
'This program example demonstrates the measurement 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
Const
RS0 = 100000
'Resistance of PT100 at 0 °C from calibration program
Public
X1
'Raw output from bridge
Public
X2
'Calculated intermediate value
Public
RS
'Calculated PT100 resistance
Public
RS_RS0
'Calculated ratio RS/RS0
Public
DegC
'Calculated temperature of PT100
BeginProg
Scan
(1,Sec,0,0)
'Measure X
'BrFull(Dest,Reps,Range,DiffChan,ExChan,MeasPEx,ExmV,RevEx,RevDiff,SettlingTime,
'
Integ
,Mult,Offset)
BrFull
(X1,1,mV25,1,Vx1,1,2500,True,True,0,250,1,0)
Содержание CR800 Series
Страница 2: ......
Страница 4: ......
Страница 6: ......
Страница 32: ......
Страница 34: ......
Страница 54: ......
Страница 92: ......
Страница 190: ...Section 7 Installation 190 FIGURE 40 Running Average Frequency Response FIGURE 41 Running Average Signal Attenuation ...
Страница 310: ......
Страница 446: ...Section 8 Operation 446 8 11 2 Data Display FIGURE 100 CR1000KD Displaying Data ...
Страница 448: ...Section 8 Operation 448 FIGURE 102 CR1000KD Real Time Custom ...
Страница 449: ...Section 8 Operation 449 8 11 2 3 Final Storage Data FIGURE 103 CR1000KD Final Storage Data ...
Страница 450: ...Section 8 Operation 450 8 11 3 Run Stop Program FIGURE 104 CR1000KD Run Stop Program ...
Страница 452: ...Section 8 Operation 452 FIGURE 106 CR1000KD File Edit ...
Страница 456: ......
Страница 462: ......
Страница 523: ...Section 11 Glossary 523 FIGURE 116 Relationships of Accuracy Precision and Resolution ...
Страница 524: ......
Страница 526: ......
Страница 556: ......
Страница 558: ......
Страница 560: ......
Страница 597: ......