Short Name: PhysChanSigType
Requires: VI Scripting
Class: DAQmxNameConstant Properties
To Use: Create a property.
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.
1 | AI |
2 | AO |
4 | DI |
8 | DO |
16 | CI |
32 | C0 |
64 | Switch |
128 | Internal |
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.
The following table lists the characteristics of this property.
Data type | |
Permissions | Read/Write |
Available in Run-Time Engine | Yes |
Available in Real-Time Operating System | Yes |
Settable when the VI is running | Yes |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access allowed | Yes |