MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ Unmap()

void Unmap ( void  )
pure virtual

Removes the axis mapping relationship of the MultiAxis.

Description:
Map will removes the axis mapping relationship of the MultiAxis to the controller.
Sample Code:
// -- C++ -- //
multiAxis->Unmap();
// -- C# -- //
multiAxis.Unmap();
See also
Map