MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ CreateDigitalInput() [3/3]

IOPoint * CreateDigitalInput ( IO io,
int32  bitNumber 
)
static

Create a Digital Input 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++ -- //
Note