NI-HSDIO LabVIEW VIs

Table of Contents

niHSDIO Init Ext Cal VI

  • Updated2023-02-21
  • 3 minute(s) read
Installed With: NI-HSDIO

Creates and initializes a special NI-HSDIO external calibration session. instrument handle out is an NI-HSDIO session that can be used during the calibration session.

Note  For information about sequencing the external calibration functions to successfully calibrate your NI-HSDIO device, refer to the calibration procedure for that device.

The default password for all NI products is 'NI'.

Multiple calls to this function return the same session ID. Calibration sessions are mutually exclusive with acquisition and generation sessions.

Related Topics

niHSDIO Init Ext Cal

civrn.gif

resource name specifies the device name, for example PXI1Slot3, where PXI1Slot3 is a device name assigned by Measurement & Automation Explorer.

cstr.gif

password is the current calibration password for the device. This password is case sensitive. The default password for all NI products is NI.

cerrcodeclst.gif

error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.

cbool.gif

status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.

ci32.gif

code is the error or warning code. The default is 0. If status is TRUE, code is a negative error code. If status is FALSE, code is 0 or a warning code.

cstr.gif

source identifies where an error occurred. The source string includes the name of the VI that produced the error, what inputs are in error, and how to eliminate the error.

iivrn.gif

instrument handle out passes a reference to your calibration session to the next VI.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

ibool.gif

status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.

ii32.gif

code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.

istr.gif

source identifies where and why an error occurred. The source string includes the name of the VI that produced the error, what inputs are in error, and how to eliminate the error.

Log in to get a better experience