The RMP Motion Controller APIs

◆ Unmap()

void Unmap ( )
Description:
Map will removes the axis mapping relationship of the MultiAxis to the controller firmware.
Remarks
This function is also available in RapidSequencer.
Sample Code:
// -- C++ -- //
multiAxis->Unmap();
// -- C# -- //
multiAxis.Unmap();
See also
Map