rmbAnalogInRangeSet

Declaration

int32_t rmbAnalogInRangeSet(MPISqNode         sqNode,
                         int32_t              channel,
                         RMBAnalogInRange  analogInRange);

Required Header: stdmpi.h

Description

The analog inputs on RMB-10V2 nodes support software configurable input ranges. The rmbAnalogInRangeSet function allows you to change the input range for each channel.

sqNode a handle to a SynqNet node object.
channel the index of the analog input channel.
analogInRange the new analogue input range.
Return Values
MPIMessageOK

See Also

rmbAnalogInRangeGet | Analog Inputs on RMB Nodes