MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ RecorderCountSet()

void RecorderCountSet ( int32  recorderCount)
pure virtual

Set the number of processed Recorders in the controller.

Description:
RecorderCountSet will configure the number of Recorders processed by the controller firmware .
Parameters
recorderCountThe Recorder count.
Sample Code:
// Have the controller process 8 Recorders.
// -- C# -- //
controller->RecorderCountSet(8);
// -- C# -- //
controller.RecorderCountSet(8);
Note
This should be done after Creating the Controller and before any other RapidObject creation as it will invalidate non-Controller Objects.
See also
fGet
 
Examples
Recorder.cs.