MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ CreateAnalogInput()

IOPoint * CreateAnalogInput ( IO io,
int32  analogChannel 
)
static

Create an Analog Input from an I/O Node.

Description:
Parameters
io
analogChannelThe analog channel number relative to the entire I/O node
Returns
(IOPoint*) A pointer to the newly created IOPoint.
Sample Code:
Create a new IOPOint...
// -- C++ -- //
IOPoint *myInput = IOPoint:CreateAnalogInput(io, 7);
Note