The RMP Motion Controller APIs

◆ RecorderBufferSizeSet()

void RecorderBufferSizeSet ( int32_t  recorderNumber,
int32_t  bufferSize 
)
Description:
RecorderBufferSizeSet sets the buffer size for the Recorder. See how much memory is available for a Recorder by using ExternalMemorySizeGet.
Remarks
This function is also available in RapidSequencer.

Part of the Recorder method group.

Sample Code:
Recorder
Note
This should be done after Creating the Controller and before any other RapidObject creation as it will invalidate non-Controller Objects.
See also
RecorderBufferSizeGet, ExternalMemorySizeGet