Programming example
This cycle call engraves the text “ISG kernel” on the workpiece surface. The line width of the letters is given by the radius of the tool used.
Programing Example
Engraving
; Call engrave cycle
L CYCLE [NAME = "SysMillEngrave.ecy" , \
@P1 = 0 ( workpiece surface ) , \
@P2 = 2 ( retraction plane ) , \
@P3 = 1 ( safety clearance ) , \
@P4 = 1 ( engraving depth ) , \
@P11 = 2000 ( maximum feed ) , \
@P12 = 1000 ( engraving feed ) , \
@P21 = "ISG kernel" ( Text ) , \
@P53 = 1 ( font size ) , \
]