Specifications

Section 10. CRBASIC Programming Instructions
10-11
VoltSe
Measures the voltage at a single-ended input with respect to ground.
Syntax
VoltSe (Dest, Reps, Range, SEChan, MeasOfs, SettlingTime, Integ,
Mult, Offset)
10.5.3 Thermocouples
Read more! See Section 4.34 Thermocouple Measurements.
TCDiff
Measures a differential thermocouple.
Syntax
TCDiff (Dest, Reps, Range, DiffChan, TCType, TRef, RevDiff,
SettlingTime, Integ, Mult, Offset)
TCSe
Measures a single-ended thermocouple.
Syntax
TCSe (Dest, Reps, Range, SEChan, TCType, TRef, MeasOfs,
SettlingTime, Integ, Mult, Offset)
10.5.4 Bridge Measurements
Read more! See Section 4.3 Bridge Resistance Measurements.
BrHalf
Measures single-ended voltage of a 3 wire half bridge. Delay is optional.
Syntax
BrHalf (Dest, Reps, Range, SEChan, Vx/ExChan, MeasPEx, ExmV,
RevEx, SettlingTime, Integ, Mult, Offset)
BrHalf3W
Measures ratio of R
s
/ R
f
of a 3 wire half bridge.
Syntax
BrHalf3W (Dest, Reps, Range, SEChan, Vx/ExChan, MeasPEx,
ExmV, RevEx, SettlingTime, Integ, Mult, Offset)
BrHalf4W
Measures ratio of R
s
/ R
f
of a 4 wire half bridge.
Syntax
BrHalf4W (Dest, Reps, Range1, Range2, DiffChan, Vx/ExChan,
MeasPEx, ExmV, RevEx, RevDiff, SettlingTime, Integ, Mult, Offset)
BrFull
Measures ratio of Vdiff / Vx of a 4 wire full bridge. Reports 1000 * (V
diff
/
V
x
).
Syntax
BrFull (Dest, Reps, Range, DiffChan, Vx/ExChan, MeasPEx, ExmV,
RevEx, RevDiff, SettlingTime, Integ, Mult, Offset)