MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ RecorderCountGet()

int32 RecorderCountGet ( void  )
pure virtual

Get the number of Recorder available in the firmware.

Description:
RecorderCountGet returns the number of Recorder enabled on the controller.
Returns
(int32) The Recorder count.
Sample Code:
// -- C++ -- //
printf("Enabled Recorders: %ld\n", controller->RecorderCountGet());
// -- C# -- //
Console.WriteLine("Enabled Recorders: {0}", controller.RecorderCountGet());
Note
The firmware default is 0.
See also
RecorderCountSet