MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ RecorderDataAddressSet() [1/2]

void RecorderDataAddressSet ( int32  index,
uint64  address 
)
pure virtual

Setup the addresses to be recorded.

Description:
RecorderDataAddressSet sets the addresses to be recorded.
Parameters
indexThe index of the data to be recorded.
addressThe firmware memory address of the value to be recorded.
Sample Code:
// record Axis 0 Actual Position
controller->RecorderDataAddressSet(0,(int32) &(controller->mfwData->Axis[0].ActualPosition));
See also
RecorderDataCountSet
Examples
Recorder.cpp, and Recorder.cs.