Enum E_CONTOUR_S_CMD
Description
Type of a spindle technology function.
Symbol | Value | Meaning |
SPDL_CMD_UNKNOWN | 0 | Entry not assigned. |
SPDL_CMD_M3 | 3 | M3 function (rotate spindle clockwise). |
SPDL_CMD_M4 | 4 | M4 function (rotate spindle counter-clockwise). |
SPDL_CMD_M5 | 5 | M5 function (stop spindle). |
SPDL_CMD_M19 | 19 | M19 function (position spindle). |