NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

ExternalCalibrationSession.Setup9219 Method

  • Updated2023-02-21
  • 2 minute(s) read
ExternalCalibrationSession.Setup9219 Method
Sets up external calibration for an NI 9219 device.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public void Setup9219(
	string physicalChannels,
	double rangeMinimum,
	double rangeMaximum,
	AIMeasurementType measurementType,
	AIBridgeConfiguration bridgeConfiguration
)
Public Sub Setup9219 ( 
	physicalChannels As String,
	rangeMinimum As Double,
	rangeMaximum As Double,
	measurementType As AIMeasurementType,
	bridgeConfiguration As AIBridgeConfiguration
)

Parameters

physicalChannels
Type: SystemString
Specifies the name of the physical channel to use to create the virtual channel. The DAQmx physical channel constant lists all physical channels for devices installed in the system. You cannot specify more than one physical channel.
rangeMinimum
Type: SystemDouble
The minimum value in the range, in the units of the measurement type specified by measurementType. If your measurementType is RTD, you must specify your minimum range in ohms.
rangeMaximum
Type: SystemDouble
The maximum value in the range, in the units of the measurement type specified by measurementType. If your measurementType is RTD, you must specify your maximum range in ohms.
measurementType
Type: NationalInstruments.DAQmxAIMeasurementType
The type of measurement for the device.
bridgeConfiguration
Type: NationalInstruments.DAQmxAIBridgeConfiguration
The type of Wheatstone bridge the sensor is.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

Refer to the calibration procedure for your device for detailed calibration instructions.
Note Note
After you commit the calibration, you cannot undo it. If any calibration settings are incorrect, you must recalibrate the device.

See Also

Log in to get a better experience