APIs, concepts, guides, and more

◆ 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.
Sample Code:
// -- C++ -- //
multiAxis->map();
// -- C# -- //
multiAxis.map();
See also
Unmap