Programming
8.12 Language commands for nibbling and punching
8-200
SINUMERIK 802D sl Operation and Programming Nibbling (BP-N), 06/2006 Edition
6FC5 398-3CP10-0BA0
DEFINE M25 AS PON
; Punching ON
or
DEFINE M25 AS PON M=25
; Punching ON with auxiliary function output
DEFINE M26 AS PDELAYON
; Punching with delay
or
DEFINE M26 AS PDELAYON M=26
; Punching and auxiliary function output
Programming example
:
N100 X100 M20 ; Positioning without punch initiation
N110 X120 M22 ; Activate nibbling; stroke initiation prior to and after the movement
:
N120 X150 Y150 M25 ; Activate punching; stroke initiation at the end of the movement