![Fagor 8070 BL Скачать руководство пользователя страница 388](http://html1.mh-extra.com/html/fagor/8070-bl/8070-bl_programming-manual_537547388.webp)
Programming manual.
CNC 8070
22.
STATEMENTS AN
D INSTRUCTIONS
Pro
g
ramming statements
·388·
(R
EF
: 1709)
22.1.5
Enabling and disabling instructions
#ESBLK
Beginning of the single-block treatment
#DSBLK
End of the single-block treatment
The
#ESBLK
and
#DSBLK
instructions activate and deactivate the single block treatment.
When executing the
#ESBLK
instruction, the CNC executes the following blocks as if they
were a single block. This single block treatment remains active until canceled by executing
the
#DSBLK
instruction.
This way, when executing a program in "SINGLE BLOCK" mode, the group of blocks located
between
#ESBLK
and
#DSBLK
will be executed in a row. In other words, the execution will
not be interrupted after each block; it will go on until reaching the
#DSBLK
instruction.
#ESTOP
Enable the CYCLE STOP signal
#DSTOP
Disable the CYCLE STOP signal
The
#ESTOP
and
#DSTOP
instructions enable and disable the CYCLE STOP signal whether
it comes from the operator panel or from the PLC.
When executing the
#DSTOP
statement, the CNC disables the CYCLE STOP key of the
operator panel and the CYCLE STOP signal coming from the PLC. It is kept disabled until
canceled by the
#ESTOP
instruction.
#EFHOLD
Enable the feed-hold signal
#DFHOLD
Disable the feed-hold signal
The
#EFHOLD
and
#DFHOLD
instructions enable and disable the FEED-HOLD coming from
the PLC.
When executing the
#DFHOLD
instruction, the CNC disables the FEED-HOLD input coming
from the PLC. It is kept disabled until canceled by the
#EFHOLD
instruction.
G01 X20 Y0 F850
G01 X20 Y20
#ESBLK
(Beginning of single block)
G01 X30 Y30
G02 X20 Y40 I-5 J5
G01 X10 Y30
G01 X20 Y20
#DSBLK
(End of single block)
G01 X20 Y0
M30
Содержание 8070 BL
Страница 1: ... Ref 1709 8070 CNC Programming manual ...
Страница 8: ...BLANK PAGE 8 ...
Страница 12: ...BLANK PAGE 12 ...
Страница 14: ...BLANK PAGE 14 ...
Страница 26: ...BLANK PAGE 26 ...
Страница 28: ...BLANK PAGE 28 ...
Страница 30: ...BLANK PAGE 30 ...
Страница 60: ...Programming manual CNC 8070 2 MACHINE OVERVIEW Home search 60 REF 1709 ...
Страница 72: ...Programming manual CNC 8070 3 COORDINATE SYSTEM Coordinate programming 72 REF 1709 ...
Страница 80: ...Programming manual CNC 8070 4 WORK PLANES Select the longitudinal axis of the tool 80 REF 1709 ...
Страница 96: ...Programming manual CNC 8070 5 ORIGIN SELECTION Polar origin preset G30 96 REF 1709 ...
Страница 178: ...Programming manual CNC 8070 9 TOOL PATH CONTROL MANUAL INTERVENTION Variables 178 REF 1709 ...
Страница 304: ...Programming manual CNC 8070 16 C AXIS Machining of the turning side of the part 304 REF 1709 ...
Страница 440: ...Programming manual CNC 8070 22 STATEMENTS AND INSTRUCTIONS Flow controlling instructions 440 REF 1709 ...
Страница 442: ...Programming manual CNC 8070 23 CNC VARIABLES 442 REF 1709 ...
Страница 443: ...Programming manual CNC 8070 443 User notes REF 1709 ...