The RMP Motion Controller APIs

◆ RecorderRecordDataRetrieveBulk()

int32_t RecorderRecordDataRetrieveBulk ( int32_t  recorderNumber,
int32_t  recordCount 
)
Description:
RecorderRecordDataRetrieveBulk retrieves a group of records from the Recorder, and stores it in the MotionController.
Parameters
recorderNumberThe index of the recorder. 0 to 63 by default.
recordCountThe count of records to be read. 1 to 1024. Internally limited.
Returns
The number of records which were retrieved from the Recorder to Controller memory.
Remarks
This function is also available in RapidSequencer.

Part of the Recorder method group.

Sample Code:
Recorder
See also
RecorderRecordDataDoubleGet