rmbAnalogInRangeGet

Declaration

long rmbAnalogInRangeGet(MPISqNode         sqNode,
                         long              channel,
                         RMBAnalogInRange  *analogInRange);

Required Header: stdmpi.h

Description

The analog inputs on RMB-10V2 nodes support software configurable input ranges. The rmbAnalogInRangeGet function allows the current input range for each channel to be read.

sqNode a handle to a SynqNet node object.
channel the index of the analogue input channel.
*analogInRange a pointer to where the current input slice will be written by this function.
Return Values
MPIMessageOK

See Also

rmbAnalogInRangeSet | Analog Inputs on RMB Nodes