MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ CreateAnalogOutput()

IOPoint * CreateAnalogOutput ( IO io,
int32  analogChannel 
)
static

Create an Analog Output 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++ -- //
Note