The RMP Motion Controller APIs

◆ AxisFrameBufferSizeSet()

void AxisFrameBufferSizeSet ( int32_t  axisNumber,
int32_t  frameBufferSize 
)
Description:
AxisFrameBufferSizeSet sets the frame buffer size for the axis (must be power of 2).
Remarks
This function is also available in RapidSequencer.

Part of the Information method group.

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
RSI::RapidCode::MotionController::AxisFrameBufferSizeSet
void AxisFrameBufferSizeSet(int32_t axisNumber, int32_t frameBufferSize)
Set Frame buffer size for the axis.