EasyManuals Logo
Home>Siemens>Control Unit>SINUMERIK 810D

Siemens SINUMERIK 810D Programming Manual

Siemens SINUMERIK 810D
687 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #116 background imageLoading...
Page #116 background image
Subroutines, Macros
2.16 Suppress individual block (SBLOF, SBLON)
Job planning
2-32 Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
2.16 2.16 Suppress individual block (SBLOF, SBLON)
Function
Program-specific single block suppression
For all single block types, the programs marked with SBLOF are executed in their entirety
like one block. SBLOF is written in the PROC line and is valid until the end of the subroutine
or until it is aborted. At the return command, the decision is made whether to stop at the end
of the subroutine.
Return jump with M17: Stop at the end of the subroutine
Return jump with RET: No stop at the end of the subroutine
SBLOF is also valid in subroutines, which are called.
Example for subroutine without stop in single block:
PROC EXAMPLE SBLOF
G1 X10
RET
Programming
PROC ... SBLOF
SBLON
; Command can be programmed in a PROC or a separate block
; The command must be programmed in a separate block
Single block suppression in the program
SBLOF must be alone in a block. Single block is deactivated after this block until
• the next SBLON or
• the end of the active subroutine level.
Parameters
SBLOF Deactivate single block
SBLON Reactivate single block
Example: single block suppression in the program
N10 G1 X100 F1000
N20 SBLOF
N30 Y20
N40 M100
N50 R10=90
N60 SBLON
N70 M110
N80 ...
;Deactivate single block
;Reactivate single block
The area between N20 and N60 is executed as one step in single block mode.

Table of Contents

Other manuals for Siemens SINUMERIK 810D

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Siemens SINUMERIK 810D and is the answer not in the manual?

Siemens SINUMERIK 810D Specifications

General IconGeneral
BrandSiemens
ModelSINUMERIK 810D
CategoryControl Unit
LanguageEnglish

Related product manuals