MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Sample Apps
Changelog
RapidCode API
Contact us
Support
◆
CreateAnalogOutput()
IOPoint
* CreateAnalogOutput
(
IO
*
io
,
int32
analogChannel
)
static
Create an Analog Output from an I/O Node.
Description:
Parameters
io
analogChannel
The 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
:
CreateAnalogOutput
(io, 7);
Note