Suppress Current Block Display (Displof, Displon, Actblocno) - Siemens SINUMERIK 840D sl Programming Manual

Nc programming
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Work preparation
3.2 Subprogram technique
Program code
N30 X0
N40 M30
3.2.2.6

Suppress current block display (DISPLOF, DISPLON, ACTBLOCNO)

The current program block is displayed as standard in the block display. The display of the
current block can be suppressed in cycles and subprograms using the DISPLOF command.
Instead of the current block, the call of the cycle or the subprogram is displayed. The DISPLON
command revokes suppression of the block display.
DISPLOF and DISPLON are programmed in the program line with the PROC operation and are
effective for the entire subprogram and implicitly for all subprograms called from it which do not
contain a DISPLON or DISPLOF command. This is true for all ASUBs.
Syntax
PROC ... DISPLOF
PROC ... DISPLOF ACTBLOCNO
PROC ... DISPLON
Meaning
DISPLOF:
506
N230 UP3(0)
PROC UP3(INT _NR)
N300 SBLOF
N305 X30
N310 SBLON
N320 X32
N330 SBLOF
N340 X34
N350 M17
N240 X24
N250 M17
N120 X12
N130 M17
Command to suppress the current block display.
Location:
Effective:
Note:
If further subprograms are called from the subprogram using the DISPLOF com‐
mand, then the current block display is also suppressed in these subprograms
unless DISPLON is explicitly programmed in them.
Comment
; Switch off single block machining
; Activate single block machining
; single block stop
; Switch off single block machining
; single block stop (M17)
; single block stop (N210)
; single block stop (M17)
; single block stop (M17)
; single block stop
; single block stop
At the end of the program line with the PROC operation
Up to the return jump from the subprogram or end of program.
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0
NC programming

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de sl

Table of Contents