Sets up external calibration for an NI 9219 device.
calHandle in is a reference to the calibration session that you created using the DAQmx Initialize External Calibration node.
physical channels specifies the name of the physical channel to use to create the virtual channel. The DAQmx physical channel constant lists all physical channels on devices and modules installed in the system.
You also can wire a string that contains a physical channel to this input. You cannot specify more than one physical channel.
measType specifies the type of measurement for the device.
Name | Description |
---|---|
Voltage |
Voltage. |
Current |
Current. |
Resistance |
Resistance. |
RTD |
RTD. |
Bridge |
Wheatstone bridge. |
bridgeConfig specifies the Wheatstone bridge configuration connected to the channel.
Name | Description |
---|---|
Full Bridge |
Four active sensing elements in the bridge. |
Half Bridge |
Two active sensing elements in the bridge. |
No Bridge |
Sensor is not a Wheatstone bridge. |
rangeMax specifies the maximum value in the range, in the units of the measurement type specified by measType. If your measType is RTD, you must specify your maximum range in ohms.
rangeMin specifies the minimum value in the range, in the units of the measurement type specified by measType. If your measType is RTD, you must specify your minimum range in ohms.
error in describes error conditions that occur before this node runs. This input provides standard 'error in' functionality.
calHandle out is a reference to the calibration session. Wire this output to other external calibration nodes.
error out contains error information. If error in indicates that an error occurred before this node ran, error out contains the same error information. Otherwise, error out describes the error status that this node produces.
Where This Node Can Run:
Desktop OS: Windows
FPGA: LabVIEW NXG does not support FPGA devices
Web Server: Not supported in VIs that run in a web application