NamedNumeric class/Disabled Items () property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 633C808
Scope Basic Development Environment
Data Name Disabled Items []
Short Name* DisabledItems[]
Long Name* Disabled Items []
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 19
Owning Class Name NamedNumeric Class
Data Type I32 Array data type

I32 Array

Property Node Disabled Items []
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
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 runningYes

Accepts an array of indexes on a ring object to disable. Indexes are 0 based. Disabled Items () enables every item in the ring upon execution. The property then disables items that correspond to indexes that appear in the array. If the array is empty or some values are out of range, LabVIEW ignores those items and does not return an error. All other items in the ring object are enabled.


Uses

History

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

See Also

External Links