Jump to content

DAQmxName class

From LabVIEW Wiki
Revision as of 03:59, 30 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 DAQmxName class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide DAQmxName Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DAQmxName Properties Table
Property ID Short Name (English) Description R/W RTE
2F3FC0A AllowNew Indicates whether to include the Create New button in the Browse dialog box, if applicable. R/W X
2F3FC00 AllowMultipleNames Allows multiple names to be entered. R/W X
2F3FC01 AllowUndefNames Allows item names which are not defined to be entered. R/W X
2F3FC12 TrigChan R/W X
2F3FC11 TrigDed R/W X
2F3FC0F 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
2F3FC07 Device Returns the device whose names are displayed in the pull-down menu of the DAQmx Physical Channel control, if the menu is filtered. To specify how to filter the menu, right-click the DAQmx Physical Channel control from the front panel, select I/O Name Filtering, then specify a device in the Limit to Device pull-down menu. If filtering is not enabled in Limit to Device, this property returns an empty string.

Note This property does not indicate which device contains the resource you select with a DAQmx name constant or control.

R/W X
2F3FC02 FilterOnDevice Filters the pull-down menu of the control according to the names associated with Device. R/W X
2F3FC09 IncludeInvalidNames Indicates whether to include invalid items in the menu. R/W X
2F3FC18 PhysChanExt Indicates whether to display 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
2F3FC19 PhysChanInt Indicates whether to display 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
2F3FC1A PhysChanIntBiz R/W X
2F3FC10 PhysChanSigType Indicates the type of signals that the control displays. Use this property only if the control is a DAQmx Physical Channel control.


1AI 2AO 4DI Line 8DI Port 16DO Line 32DO Port 64CI 128CO 256Switch

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

R/W X
2F3FC13 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
2F3FC14 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
2F3FC1B 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
2F3FC08 TagType R/W X
2F3FC16 TermAdv Indicates whether to display 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
2F3FC15 TermBasic Indicates whether to display 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
2F3FC17 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