MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ Map()

void Map ( void  )
pure virtual

Writes the axis mapping relationship to the Controller.

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