User manual

ADT-HC4500 CNC Flame/Plasma Controller
108
1. Standard circle
The program is as follows:
Relative coordinates programming and explanation of graph codes:
0000: G92 X0 Y0——set the reference point;
0001: G22 L3——L: set the processing loops; “3” means loop for 3 times;
0002: G41——Left compensation
0003: M07——It is the preheating perforating function. Prompt: Please set all the time
parameters in [Control] option in [Parameter] according to the actual
demand.
0004: G01 X75 Y75——perforating and wire bonding;
0005: G02 I30 J0——Clockwise circle processing;
0006: M08——Cutting oxygen valve closed
0007: G00 X-75 Y-75——travel to the origin at the highest manual speed;
0007: G81——Counting instruction, it counts once for each loop automatically;
0009: G40——Compensation ends
0010: G28——Back to reference point
0011: G80——cycle ends;
0012: M02——processing ends