Control class/Synchronous Display property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6332008
Scope Basic Development Environment
Data Name SyncDisp
Short Name* SyncDisp
Long Name* Synchronous Display
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 6
Owning Class Name Control Class
Data Type Boolean data type

Boolean

Property Node Synchronous Display
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningNo

When TRUE, enables synchronous display that shows every update to a data value in a control or indicator. When FALSE, asynchronous display permits the execution system to reduce updates to a slower rate and spend more time executing VIs.

In multithreaded systems, you can use this property to set whether to defer updates for controls and indicators. With asynchronous displays, after the execution system passes data to front panel controls and indicators, it can immediately continue execution.

This property is similar to the Advanced»Synchronous Display option on the shortcut menu of controls and indicators.

You also can use the Defer Panel Updates property to defer all new requests for front panel updates.


Uses

History

Version Change(s)
LabVIEW 8.6 Property added in LabVIEW 8.6.

See Also

External Links