Converts an error or warning code returned by an NI-Sync VI into a readable string. You can then display the string in a dialog box or an indicator on the front panel.
![]() |
instrument handle specifies the session handle that you obtain from the niSync Initialize VI. If you input VI_NULL as the instrument handle, the VI will also return VI_NULL for instrument handle out. This is useful when one of the initialize functions fail. |
||
![]() |
error code specifies the error code that will be explained in a user-readable string. You can obtain an error code using the code parameter of an unbundled NI-Sync error cluster.
|
||
![]() |
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. |
||
![]() |
instrument handle out specifies the NI-Sync session handle that you obtain from the niSync Initialize VI. You can pass VI_NULL for this parameter. This is useful when one of the initialize functions fail. |
||
![]() |
error message returns a user-readable message string that explains the error code you specify in the error code terminal. |
||
![]() |
error out returns error conditions that occur after this node runs. This output provides standard error out functionality. |