beautypg.com

A.5.5 excitation, A.5.6 pulse and frequency – Campbell Scientific CR1000 Measurement and Control System User Manual

Page 485

background image

Appendix A. CRBasic Programming Instructions

485

 

BrFull6W 
Measures ratio of V

diff2

 / V

diff1

 of a six‐wire full‐bridge. Reports 1000 * (V

diff2

 / 

V

diff1

). 

Syntax 

BrFull6W(Dest, Reps, Range1, Range2, DiffChan, Vx/ExChan,

MeasPEx, ExmV, RevEx, RevDiff, SettlingTime, Integ, Mult,
Offset)

BrHalf 
Measures single‐ended voltage of a three‐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 three‐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 four‐wire half‐bridge. 

Syntax 

BrHalf4W(Dest, Reps, Range1, Range2, DiffChan, Vx/ExChan,

MeasPEx, ExmV, RevEx, RevDiff, SettlingTime, Integ, Mult,
Offset)

A.5.5 Excitation

ExciteV 
This instruction sets the specified switched‐voltage excitation channel to the 
voltage specified. 

Syntax 

ExciteV(Vx/ExChan, ExmV, XDelay)

SW12 
Sets a switched 12‐Vdc terminal high or low. 

Syntax 

SW12(State)

A.5.6 Pulse and Frequency

Read More! See Pulse

(p. 312).

 

Note Pull-up resistors are required when using digital I/O (control) ports for
pulse input (see Pulse Input on Digital I/O Channels C1 - C8

(p. 315)

).

PeriodAvg 
Measures the period of a signal on any single‐ended voltage input channel. 

Syntax 

PeriodAvg(Dest, Reps, Range, SEChan, Threshold, PAOption,

Cycles, Timeout, Mult, Offset)