RMP Motion Controller
10.4.4
The RMP Motion Controller APIs
MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Contact
Support
RMP
◆
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.
RSI
RapidCode
MotionController
Generated on Thu Sep 28 2023 12:52:43 for RMP Motion Controller by
1.8.20