Jump to content

Variable class/Time-Triggered.Table Index property: Difference between revisions

From LabVIEW Wiki
Added new property page.
 
m Added Private Property Category to page
 
(One intermediate revision by the same user not shown)
Line 42: Line 42:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:Private Property]]


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

Latest revision as of 19:03, 7 May 2020

VI Server Property Information
Property ID 4F483C77
Scope Private
Data Name DNV.TableIndex
Short Name* Time-Triggered.TableIndex
Long Name* Time-Triggered:Table Index
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 81
Owning Class Name Variable Class
Data Type U32 data type

U32

Property Node Time-Triggered:Table Index
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
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

Gets or sets the table index of a time-triggered shared variable. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available.

An error occurs if you attempt to set this property when the VI is running.


Uses

History

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

See Also

External Links