G – (Mainly) Motion:
Inst | Description | Parameters | Examples | Notes |
G00 | Rapid Move (Joint Space Interpolation) | X, Y, Z, U, V, W, A, B, C, D, E, H, L, M, N, O, 01q…16q: Coordinates (Units) | G0 x500 y-200.2 | Required: |
G01 | Linear Move (Work Space Interpolation) | X, Y, Z, U, V, W, A, B, C, D, E, H, L, M, N, O 01q…16q: Coordinates (Units) | G1 x500 y-200.2 | Required: |
G04 | Dwell | P: Dwell Time (Seconds) | G4 P1 | Required: |
G90 | Change to Absolute Mode | G90 | After Effects: | |
G91 | Change to Incremental Mode | G91 | After Effects: |
M – (Mainly) Parameter Settings:
Inst | Description | Parameters | Examples | Notes |
M10 | Set vacuum on | Q: Output channel | M10 Q10 K0 P800 S100 T700 R1.5 | Required: |
M11 | Set vacuum off | M11 | ||
M17 | Enable Motors | M17 | Required: | |
M17.1 | Enable Motion | M7.1 | Required: | |
M18 | Disable Motors | M18 | After Effects: | |
M67 | Set Analog Output, In Sequence | Q: Output channel | M67 Q10 P800 | |
M68 | Set Analog Output, Immediate | Q: Output channel | M68 Q10 P800 | |
M101 | Set deformation monitoring In Sequence | P: Delta Deformation limit | M101 P0.1 S2 | |
M204 | Set acceleration and deceleration | P: Acceleration/Deceleration (Units/s^2) | M204 P2000 | |
M205 | Set jerk | P: All 4 Jerk values for all motion types (Units/s^3) | M205 P30000 | |
M211 | Activate/Deactivate Work Coordinates Limit | P: Limit Index | M211 P2 S0 |