MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ CreateDigitalOutput() [3/3]

IOPoint * CreateDigitalOutput ( IO io,
int32  bitNumber 
)
static

Create a Digital Output from an I/O Node.

Description:
Parameters
io
bitNumberThe bit 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 *myOutput = IOPoint:CreateDigitalOutput(io, 7);
Note