11.03
7 Configuring example
7.3 Safety Integrated with SPL
© Siemens AG 2003 All Rights Reserved
SINUMERIK 840D/SIMODRIVE 611 digital SINUMERIK Safety Integrated (FBSI) - Edition 11.03
7-387
//
U "SPL".STOP_A_S // STOP A: Spindle C
UN M 216.3 // Test external STOP A (FC 97)
= "SPL".STOP_A_ABWS // De-select STOP A (C)
//
U "SPL".NOT_HALT // EMERGENCY STOP signal internal
UN M 216.2 // Test: External STOP C (FC 97)
= "SPL".STOP_C_ABW // De-select STOP C (X,Z,C)
//
UN M 216.1
// Test: External STOP D (FC97)
UN M 218.7
// STOP D dynamized (FC 97)
= "SPL".STOP_D_ABW
// De-select STOP D (X,Z,C)
//
U "SPL".NOT_HALT
// EMERGENCY STOP pressed
= "SPL".NOT_HALT1K
// EMERGENCY STOP contactor K1
//
The structure of the PLC program is identical to that of the NCK-SPL. The
additional acknowledgement of the EMERGENCY STOP ("SPL".
QUIT_MARKER /DB18.DBX70.4) and the individual tests of the stop functions
are described in detail in Chapter 7.3.6 "Test stop".
On the PLC side the power contactor K1 is controlled using the last two
instruction lines.
Description