DAQmxNameConstant class/Channel.Signal Type property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 78CA700F
Scope VI Scripting
Data Name ChanSigType
Short Name* ChanSigType
Long Name* Channel:Signal Type
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16457
Owning Class Name DAQmxNameConstant Class
Data Type I32 data type

I32

Property Node Channel:Signal Type
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Indicates the type of signals that the control displays. Use this property only if the control is a DAQmx Channel control.

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

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.


Uses

History

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

See Also

External Links