Jump to content

Control class/Synchronous Display property: Difference between revisions

From LabVIEW Wiki
Added History.
m Category reorg
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
{{TOCright}}
{{TOCright}}


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.
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.
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.
Line 26: Line 26:
This property is similar to the '''Advanced»Synchronous Display''' option on the [[shortcut menu of controls and indicators]].
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.
You also can use the [[Panel class/Defer Panel Updates property|Defer Panel Updates]] property to defer all new requests for front panel updates.




Line 46: Line 46:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Property]]
[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 13:23, 7 May 2020

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