Jump to content

Ring class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide Ring Properties Table</span>
{{VIServerClassTables|34}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Ring Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|633E000
| [[Ring class/AllowUndefVals property|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 <b>Allow undefined values at run time</b> checkbox on the Edit Items page of the <b>Ring Control Properties</b> dialog box.
|R/W
|X
|- style="background-color:#D1BB80;"
|633E007
| [[Ring class/DropDownMenu property|DropDownMenu]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|633E006
| [[Ring class/Flavor property|Flavor]]
|
|R
|X
|- style="background-color:#FFFFCC;"
|633E004
| [[Ring class/StringsAndValues() property|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 <b>Labels</b> and <b>Values</b> columns on the Edit Items page of the <b>Ring Properties</b> dialog box.
 
{| class="wikitable"
|+ scope="col" style="text-align:left;"|Elements:
! scope="col" style="text-align:left;"| Name
! scope="col" style="text-align:left;"| Description
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|String
|A string in the ring control.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Value
|The corresponding value for the string.
|}
|R/W
|X
|- style="background-color:#D1BB80;"
|633E003
| [[Ring class/Values() property|Values()]]
|
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 22:21, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Ring class
Class ID 34
Scope Basic Development Environment
Class Inheritance
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 Long Name (English) Description R/W RTE
633E000Allow Undefined ValuesIf 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.Read/WriteYes
633E003Values []Read/WriteYes
633E004Strings And Values []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.Read/WriteYes
633E006FlavorRead OnlyYes
633E007Drop Down MenuRead/WriteYes

Methods

This class has no methods or it inherits methods from its parent: NamedNumeric Class.

Events

This class has no events or it inherits events from its parent: NamedNumeric Class.


History

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

See Also