Jump to content

Ring class

From LabVIEW Wiki
Revision as of 00:19, 31 August 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name class
Class ID {{{1}}}
Scope
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


The Ring class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Ring Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Ring Properties Table
Property ID Short Name (English) Description R/W RTE
633E000 AllowUndefVals If TRUE, users can enter numeric values not already associated with any entries in the list of items defined for a ring control. Users must enter undefined numeric values in the digital display of the control. If FALSE, users must select from the list of items defined for the control.

This property is similar to the Allow Undefined Values item on the shortcut menu of a ring control and the Allow undefined values at run time checkbox on the Edit Items page of the Ring Control Properties dialog box.

R/W X
633E007 DropDownMenu R/W X
633E006 Flavor R X
633E004 StringsAndValues() Array of clusters containing the strings (non-sequential) from which you can select in the ring control and the numeric values for each item. Use the Strings [] property if you do not need to assign specific numeric values to each item.

If you wire the same numeric values to this property, LabVIEW returns an error.

This property is similar to the Labels and Values columns on the Edit Items page of the Ring Properties dialog box.

Elements:
Name Description
String A string in the ring control.
Value The corresponding value for the string.
R/W X
633E003 Values() R/W X

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also