Programming manual
CNC 8055
CNC 8055i
COORDINATE TRANSFORMATION
15.
·M· & ·EN· MODELS
SOFT: V02.2X
·435·
Movement in an inclined plane
15.1.7 Programming example
G49 X0 Y0 Z100 B-30 Defines the inclined plane.
G01 AP298 BP297 Orients the main axis (B) and the secondary axis (A) so the
tool is perpendicular to the plane.
The programming sequence is ABC, regardless of which one
is the main axis or the secondary.
G90 G01 Z5 Tool approach to the work plane.
G90 G01 X20 Y120 Positioning at the 1st point.
G?? Machining at the 1st point.
G91 G01 Y60 Positioning at the 2nd point.
G?? Machining at the 2nd point.
G91 G01 X100 Positioning at the 3rd point.
G?? Machining at the 3rd point.
G91 G01 Y-60 Positioning at the last point.
G?? Machining at the last point.
G90 G01 Z 20 Withdrawal the tool.
G49 Cancel the inclined plane.