Jump to content

DAQmxNameConstant class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 01:50, 28 August 2019

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 DAQmxNameConstant class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide DAQmxNameConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DAQmxNameConstant Properties Table
Property ID Short Name (English) Description R/W RTE
78CA700A AllowNew If TRUE, specifies that the Create New button is available in the Browse dialog box. R/W X
78CA7000 AllowMultipleNames Allows multiple names to be entered.

If TRUE, you can enter multiple names, separated by commas, into the control.

R/W X
78CA7001 AllowUndefNames Allows undefined item names to be entered.

If TRUE, you can enter any string into the I/O name control.

R/W X
78CA7012 TrigChan R/W X
78CA7011 TrigDed R/W X
78CA700F ChanSigType Indicates the type of signals that the control displays. Use this property only if the control is a DAQmx Channel control.


1AI 2AO 4DI 8DO 16CI 32CO

To have the control display multiple signal types, add the appropriate numbers together. For example, to display AI and CO, pass 33 (32 + 1) into the node.

R/W X
78CA7007 Device Defines the I/O control name of the device string to filter the list. R/W X
78CA7002 FilterOnDevice Filters the pull-down menu of the control according to the names associated with Device.

If TRUE, the pull-down menu only includes the names associated with Device.

R/W X
78CA7009 InclInvNames Indicates whether to include invalid items in the drop-down menu.

If TRUE, the drop-down menu includes the names of invalid configurations.

R/W X
78CA7018 PhysChanExt Indicates whether to display external and commonly used channels in the pull-down menu of the control. Use this property only if the control is a DAQmx Physical Channel control. R/W X
78CA7019 PhysChanInt Indicates whether to display internal and rarely used channels in the pull-down menu of the control. Use this property only if the control is a DAQmx Physical Channel control. R/W X
78CA701A PhysChanIntBiz R/W X
78CA7010 PhysChanSigType Indicates the type of signals that the control displays. Use this property only if the control is a DAQmx Physical Channel control.

If the control is set to physical channel, indicates the type of signals that the control will display. 1 - AI, 2 - AO, 4 - DI, 8 - DO, 16 - CI, 32 - CO, 64 - Switch, 128 - Internal. In order to have the control display multiple signal types, add the desired numbers together. In other words, for AI and CO to be displayed, pass 33 (32 + 1) into the node.


1AI 2AO 4DI 8DO 16CI 32C0 64Switch 128Internal

To have the control display multiple signal types, add the appropriate numbers together. For example, to display AI and CO, pass 33 (32 + 1) into the node.

R/W X
78CA7013 SwitchChan Indicates whether to display the switch channels in the pull-down menu of the name control. Use this property only if the control is a DAQmx switch control. R/W X
78CA7014 SwitchRelay Indicates whether to display the switch relays in the pull-down menu of the name control. Use this property only if the control is a DAQmx switch control. R/W X
78CA701B SwitchTopology Indicates whether to display the switch topologies in the pull-down menu of the name control. Use this property only if the control is a DAQmx switch control. R/W X
78CA7008 TagType R/W X
78CA7016 TermAdv Indicates whether to display advanced and rarely used terminals in the pull-down menu of the control. Use this property only if the control is a DAQmx Terminal control. R/W X
78CA7015 TermBasic Indicates whether to display basic and commonly used terminals in the pull-down menu of the control. Use this property only if the control is a DAQmx Terminal control. R/W X
78CA7017 TermPriv 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