Siemens SINUMERIK 840D sl Programming Manual page 545

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

Advertisement

Explanation of the responses
immediate ("hard" stop event)
delayed ("soft" stop event)
Alarm 16954
Alarm 16955
Alarm 16957
For a list of other responses to stop events, see:
References:
Function Manual Basic Functions; Mode Group, Channel, Program Operation, (K1),
"Influencing and Impact on Stop Events"
Example: Nesting stop delay sections in two program levels
Program code
N10010 DELAYFSTON()
N10020 R1 = R1 + 1
N10030 G4 F1
...
N10040 subprogram2
...
...
N20010 DELAYFSTON()
...
N20020 DELAYFSTOF()
N20030 RET
N10050 DELAYFSTOF()
...
N10060 R2 = R2 + 2
N10070 G4 F1
Job Planning
Programming Manual, 06/2009, 6FC5398-2BP20-0BA0
8.4 Conditionally interruptible program sections (DELAYFSTON, DELAYFSTOF)
Comments
; Blocks with N10xxx program level 1.
; Stop delay section starts.
; Interpretation of subprogram 2
; Ineffective, repeated start, 2nd level.
; Ineffective, end at another level.
; Stop delay section end at the same level.
; Stop delay section ends. From now, stops act
immediately.
Path traversing behavior
Stops immediately even in stop delay
section.
Does not stop (even short-term) until after
stop delay section.
Program is aborted because illegal program
commands have been used in stop delay
section.
Program is continued, an illegal action has
taken place in the stop delay section.
The program section (stop delay section)
enclosed by DELAYFSTON and
DELAYFSTOF could not be activated.
Every stop will take effect immediately in
the section and is not subject to a delay.
545

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents