Preventing Program Position For Serupro (Iptrlock, Iptrunlock) - Siemens SINUMERIK 840D sl Programming Manual

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

9.8
Preventing program position for SERUPRO (IPTRLOCK,
9.8
IPTRUNLOCK)
Function
For some complicated mechanical situations on the machine it is necessary to the stop block
search SERUPRO.
By using a programmable interruption pointer it is possible to intervene before an
untraceable point with "Search at point of interruption".
It is also possible to define untraceable sections in parts program sections that the NCK
cannot yet re-enter. When a program is aborted the NCK remembers the last processed
block that can be traced from the HMI user interface.
Programming
N... IPTRLOCK
or
N... IPTRUNLOCK
Parameters
IPTRLOCK
IPTRUNLOCK
Both commands are only permitted in parts programs, but not in synchronous actions.
Example
Nesting of untraceable program sections in two program levels with implicit IPTRUNLOCK.
Implicit IPTRUNLOCK in subroutine 1 ends the untraceable section.
N10010 IPTRLOCK()
N10020 R1 = R1 + 1
N10030 G4 F1
...
N10040 subroutine2
...
N20010 IPTRLOCK ()
...
N20020 IPTRUNLOCK ()
N20030 RET
...
N10060 R2 = R2 + 2
N10070 RET
N100 G4 F2
Job planning
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0

9.8 Preventing program position for SERUPRO (IPTRLOCK, IPTRUNLOCK)

The commands are programmed separately in a parts
program line and permit a programmable interruption pointer
Start of untraceable program section
End of untraceable program section
Path traversing behavior
;hold block, the untraceable
;program section starts
;interpretation of subroutine 2
;no effect, restart
;no effect, end in other level
;End of untraceable
;program section
;main program is continued
9-49

Advertisement

Table of Contents
loading

Table of Contents