Start types
Start type  | Code  | Description  | 
|---|---|---|
ABSOLUTE  | 0x0001  | Absolute positioning to a specified target position  | 
RELATIVE  | 0x0002  | Relative positioning to a calculated target position; a specified position difference is added to the current position  | 
ENDLESS_PLUS  | 0x0003  | Endless travel in the positive direction of rotation (direct specification of a speed)  | 
ENDLESS_MINUS  | 0x0004  | Endless travel in the negative direction of rotation (direct specification of a speed)  | 
MODULO_SHORT  | 0x0105  | Modulo positioning along the shortest path to the modulo position (positive or negative), calculated by the "Modulo factor"  | 
MODULO_PLUS  | 0x0205  | Modulo positioning in the positive direction of rotation to the calculated modulo position  | 
MODULO_MINUS  | 0x0305  | Modulo positioning in the negative direction of rotation to the calculated modulo position  | 
CALI_PLC_CAM  | 0x6000  | Start a calibration with cam (digital inputs)  | 
CALI_ON_BLOCK  | 0x6200  | Start a calibration "on Block"  | 
CALI_SET_POS  | 0x6E00  | Set as calibrated, do not change the position  | 
CALI_CLEAR_POS  | 0x6F00  | Clear calibration bit  |