The DMV Series first inspects and identifies the offset center (X, Y) and the rotation angle (θ) of the workpiece, then transmits the variable (#variable) to the CNC controller via the RS485 communication protocol. By simply adding the following two commands, the system can automatically complete the compensation process without changing the workpiece processing route.
Compensation for offset center:
If variable #51 shifts X degrees and #52 shifts Y degrees, add variable G10 L2 P0 X#51 Y#52 at the beginning of the code through G10 L2_X_Y Command for processing the route adjustment.
Compensation for rotation angles:
If variable #53 rotates θ degrees, adopt the G68/G69 Coordinate System Rotation/Canceling Command and add variable G68 R#53 at the beginning of the code to adjust the processing route angles based on its rotation.
