void RecorderDataAddressSet ( long  index,
long  address 
)

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