The RMP Motion Controller APIs

◆ Map()

void Map ( )
Description:
Map will write the axis mapping relationship of the MultiAxis to the controller. This mapping is written automatically when any motion is started.
Remarks
This function is also available in RapidSequencer.
Sample Code:
// -- C++ -- //
multiAxis->map();
// -- C# -- //
multiAxis.map();
See also
Unmap