Punching and Nibbling (N4)
15.3 Activation and deactivation
Turning, Milling, Nibbling
Function Manual, 11/2012, 6FC5397-1CP10-5BA0
275
PONS
Punching ON (in position control cycle)
PONS behaves in the same way as PON. For explanation, please refer to SONS.
PDELAYON
Punching with delay ON
PDELAYON is a preparatory function. This means that PDELAYON is generally programmed before
PON. The punch stroke is output with a delay when the programmed end position is reached.
The delay time in seconds is programmed in setting data:
SD42400 PUNCH_DWELLTIME
If the defined value cannot be divided as an integer into the interpolation clock cycle, then it
is rounded to the next divisible integer value.
The function has a modal action.
PDELAYOF
Punching with delay OFF
PDELAYOF deactivates punching with delay function, i.e. the punching process continues
normally.
PDELAYON and PDELAYOF form a G code group.
Programming example:
SPIF2 activates the second punch interface, i.e. the stroke is controlled via the second pair of
high-speed I/Os (see machine data MD26004 and MD26006).
:
N170 PDELAYON X100 SPOF ;
;
position without punch initiation, activate
delayed punch initiation
N180 X800 PON ;
;
activate punching. The punch stroke is output
with a delay when the end position is reached.
N190 PDELAYOF X700 ;
;
;
deactivate punching with delay, normal punch
initiation ON. End of programmed motion
:
SPIF1
Activation of first punch interface
SPIF1 activates the first punch interface, i.e. the stroke is controlled via the first pair of high-
speed I/Os (see machine data MD26004 and MD26006).
The first punch interface is always active after a reset or control system power up. If only one
interface is used, then it need not be programmed.