Process

Enter the parameters for workpiece surface, engraving depth, feedrates, text, font size etc. The cycle then engraves the specified text onto the workpiece.

Programing Example

prg_example

Engrave call sequence

; 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        ) , \

        ]

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.

A simple script.
A simple script.