niDMM IVI Error Converter
Converts error codes from IVI instrument drivers to standard LabVIEW error codes. If an error is detected the VI builds the appropriate error cluster that is readable by one of the error handlers supplied with LabVIEW.
instrument handleThe instrument handle that you obtain from the niDMM Initialize or niDMM Initialize With Options VIs. The handle identifies a particular instrument session. Default Value: None |
|||||||
error in (no error) describes error conditions that occur before this VI runs. If an error occurred before this VI runs, the VI passes the error in value to error out. This VI runs normally only if no error occurs before this VI runs. If an error occurs while this VI runs, it continues and sets its own error status in error out. Use niDMM Error Message to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
|
|||||||
IVI error code (0) is the error code returned from an IVI instrument driver operation. |
|||||||
Path to VI is the path to the VI that caused an error. |
|||||||
error out contains error information. If error in indicates that an error occurred before this VI ran, error out contains the same error information. Otherwise, it describes the error status that this VI produces. Right-click the error out indicator on the front panel and select Explain Error from the shortcut menu for more information about the error.
|