VI class/Automatic Error Handling property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 242
Scope Basic Development Environment
Data Name Def Err Handling
Short Name* Auto Err Handling
Long Name* Automatic Error Handling
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Data Type Boolean data type

Boolean

Property Node Automatic Error Handling
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Available with control VIsNo
Available with global VIsNo
Available with polymorphic VIsNo
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningNo

If TRUE, enables automatic error handling for a VI.

By default, LabVIEW automatically handles any error that occurs when a VI runs by suspending execution, highlighting the subVI or function where the error occurred, and displaying an error dialog box.

This property is similar to the Enable automatic error handling in new VIs option on the Block Diagram page of the Options dialog box and the Enable automatic error handling option on the Execution page of the VI Properties dialog box.

Note The LabVIEW Run-Time Engine does not support automatic error handling.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links