MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ RecorderBufferSizeSet()

void RecorderBufferSizeSet ( int32  recorderNumber,
int32  bufferSize 
)
pure virtual

Set buffer size for the Recorder.

Description:
RecorderBufferSizeSet sets the buffer size for the Recorder. See how much memory is available for a Recorder by using ExternalMemorySizeGet.
Sample Code:
controler->RecorderBufferSizeSet(0,16384);
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