Detailed description
2.8 Single block
Basic logic functions: Mode group, channel, program operation, reset response (K1)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
143
SBLOF in the program
SBLOF
alone must remain in the block. Single-block stop is deactivated from this block
onwards up to the next programmed
SBLON
or up to the end of the active subroutine level.
If
SBLOF
is active, then this definition is also valid in the called subroutines.
SBLON
Example for an area in single block mode
The area between
N20
and
N60
is executed as one step in single-block mode.
N10 G1 X100 F1000
N20 SBLOF
; Deactivate single block
N30 Y20
N40 M100
N50 R10=90
N60 SBLON
; Reactivate single block
N70 M110
N80 ...
Asynchronous subprograms
The asynchronous subroutines ASUP1.SYF and ASUP2.SYF started system-internally in
REORG/REPOS can process the system ASUP in one step through the programming of
SBLOF
.
Example: ASUP.SPF:
N10 SBLOF
N20 IF $AC_ASUP==’H200’
N30 RET
; No REPOS on mode change
N40 ELSE
N50 REPOSA
; REPOS in all other cases
N60 ENDIF
N70 RET
Constraints
•
The current block display can be suppressed in cycles with
DISPLOF
.
•
If
DISPLOF
is programmed together with
SBLOF
, then the cycle call continues to be
displayed on single-block stops within the cycle.
•
The preset behavior of asynchronous subroutines in single block mode specified in
MD20117 MC_IGNORE_SINGLEBLOCK_ASUP (process interrupt program fully despite
single block) can be overwritten on a program-specific basis using
SBLOF
.
Summary of Contents for SINUMERIK 840D sl
Page 282: ...Index Basic logic functions Acceleration B2 64 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 388: ...Basic logic functions Travel to fixed stop F1 Function Manual 11 2006 6FC5397 0BP10 2BA0 52 ...
Page 962: ...Index Basic logic functions Emergency Stop N2 20 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1704: ...Constraints Basic logic functions Spindles S1 94 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1716: ...Index Basic logic functions Spindles S1 106 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1996: ...Index Basic logic functions Tool Offset W1 208 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2150: ...Table of contents Basic logic functions Appendix 4 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2184: ...Glossary Basic logic functions Appendix 38 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...