11.03
7 Configuring example
7.5 External STOPs
© Siemens AG 2003 All Rights Reserved
SINUMERIK 840D/SIMODRIVE 611 digital SINUMERIK Safety Integrated (FBSI) - Edition 11.03
7-421
7.
SET
=
DB31.DBX32.4 // Supply STOP D for axis X
=
DB32.DBX32.4 // Supply STOP D for axis Z
=
DB33.DBX32.4 // Supply STOP D for spindle C
8. In addition, if the light barrier is interrupted, the PLC should trigger an NC
STOP at the channel interface in the automatic mode .
9.
Implement the following NCK-SPL in the standard cycle directory CST.DIR
under the name SAFE.SPF
%_N_SAFE_SPF
;$PATH=/_N_CST_DIR
; SAFE_CHECKSUM = 000009C6H
;
N100 IDS=01 DO $A_OUTSI[1] = 1 // Static de-selection
STOP A
;
N110 M17
10. The NCK-SPL start when the control runs-up is described in Chapter 7,
"Starting the NCK-SPL and PLC-SPL.
11. The first part of the test stop described in Chapter 7, "Test stop", can be
used and adapted to the machine configuration. An external STOP C must
be incorporated in each test algorithm in the following form: