|
|
| long AnalogInMaskGet |
( |
long |
channel | ) |
|
- Description:
- AnalogInMaskGet returns the bitwise mask for a Node's analog input.
- Parameters:
-
| channel | The analog channel number, relative to the entire Node. |
- Returns:
- (long) bitwise mask -- corresponds to the specified channel number
- Notes:
- Used for setting up User Limits, Recorder or other functionality that runs real-time in Controller firmware
|