MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ AxisFrameBufferSizeSet()

void AxisFrameBufferSizeSet ( int32  axisNumber,
int32  frameBufferSize 
)
pure virtual

Set Frame buffer size for the axis.

Description:
AxisFrameBufferSizeSet sets the frame buffer size for the axis (must be power of 2).
Sample Code:
controller->AxisFrameBufferSizeSet(0, 256);
Note
This should be done after Creating the Controller and before any other RapidObject creation as it will invalidate non-Controller Objects.
See also
MotionController.AxisFrameBufferSizeSet