Jump to content

DAQChannelName class: Difference between revisions

From LabVIEW Wiki
No edit summary
m Removed VI Sever Category from page
 
(2 intermediate revisions by the same user not shown)
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 DAQChannelName Properties Table</span>
{{VIServerClassTables|49}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ DAQChannelName Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|D76C3001
| [[DAQChannelName class/AllowMultNames property|AllowMultNames]]
|Allows multiple names to be entered.
 
This property is similar to the <b>Allow Multiple Names</b> option of the <b>Filter Names</b> dialog box. Right-click the traditional DAQ channel control and select <b>I/O Name Filtering</b> from the shortcut menu to display the <b>Filter Names</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|D76C3000
| [[DAQChannelName class/AllowUndefNames property|AllowUndefNames]]
|Allows channel names which are not defined to be entered.
 
This property is similar to the <b>Allow Undefined Names</b> option of the <b>Filter Names</b> dialog box. Right-click the traditional DAQ channel control and select <b>I/O Name Filtering</b> from the shortcut menu to display the <b>Filter Names</b> dialog box.
|R/W
|X
|- style="background-color:#CCFFFF;"
|D76C3003
| [[DAQChannelName class/DefVal property|DefVal]]
|Gets or sets the default value of the DAQ Channel Name control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|D76C3002
| [[DAQChannelName class/Value property|Value]]
|Value of the traditional DAQ channel control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|D76C3004
| [[DAQChannelName class/Val(Sgnl) property|Val(Sgnl)]]
|Sets the value of the control and generates a Value Change event.
 
This property updates the value of an object similar to the Value property. However, Value (Signaling) also causes LabVIEW to generate an event as if the user had interactively changed the value of the object. National Instruments recommends you use this property only when you rely on LabVIEW generating an event in response to the programmatic value change.
|W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 78: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 01:46, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name DAQChannelName class
Class ID 49
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide DAQChannelName Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DAQChannelName Properties Table
Property ID Long Name (English) Description R/W RTE
D76C3000Allow Undefined NamesAllows channel names which are not defined to be entered.Read/WriteYes
D76C3001Allow Multiple NamesAllows multiple names to be entered.Read/WriteYes
D76C3002ValueValue of the traditional DAQ channel control.Read/WriteYes
D76C3003Default ValueGets or sets the default value of the DAQ Channel Name control.Read/WriteYes (Read Only)
D76C3004Value (Signaling)Sets the value of the control and generates a Value Change event.Write OnlyYes

Methods

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

Events

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


History

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

See Also