MCODE_ |
| Member name | Value | Description |
|---|---|---|
| M_Action_None | 0 | do nothing |
| M_Action_Setbit | 1 | Set a bit high or low |
| M_Action_SetTwoBits | 2 | Set two bits either high or low |
| M_Action_DAC | 3 | output a value to a DAC |
| M_Action_Program | 4 | run a KMotion User C program |
| M_Action_Program_wait | 5 | run a KMotion User C program wait til finished |
| M_Action_Program_wait_sync | 6 | run a KMotion User C program wait til finished, resync positions |
| M_Action_Program_PC | 7 | run a Windows program wait til finished |
| M_Action_Callback | 8 | Callback to the User Application |
| M_Action_Waitbit | 9 | Wait/Hold until a bit is high or low |