Suppress Single Block Execution (Sblof, Sblon) - Siemens SINUMERIK 840D sl Programming Manual

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

Advertisement

Flexible NC programming
1.25 Subprogram technique
1.25.2.5

Suppress single block execution (SBLOF, SBLON)

Function
Single block suppression for the complete program
Programs designated with SBLOF are completely executed just like a block when single
block execution is active, i.e. single block execution is suppressed for the complete program.
SBLOF is in the PROC line and is valid up to the end of the subprogram or until it is
interrupted. At the return command, the decision is made whether to stop at the end of the
subprogram:
Return jump with M17:
Return jump with RET:
Single block suppression within the program
SBLOF alone must remain in the block. Single block is deactivated after this block until:
● To the next SBLON
● To the end of the active subprogram level
Syntax
Single block suppression for the complete program:
PROC ... SBLOF
Single block suppression within the program:
SBLOF
...
SBLON
Significance
PROC:
SBLOF:
SBLON:
180
or
First instruction in a program
Command to deactivate single block execution
SBLOF can be written in a PROC block or alone in the block.
Command to activate single block execution
SBLON must be in a separate block.
Stop at the end of the subprogram
No stop at end of subprogram
Programming Manual, 06/2009, 6FC5398-2BP20-0BA0
Job Planning

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents