DAQmxName class/Physical Channel.Signal Type property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 2F3FC10
Scope Basic Development Environment
Data Name PhysChanSigType
Short Name* PhysChanSigType
Long Name* Physical Channel:Signal Type
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 57
Owning Class Name DAQmxName Class
Data Type I32 data type

I32

Property Node Physical 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 Physical Channel control.

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

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.


Uses

History

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

See Also

External Links