Siemens SINUMERIK 840D Description Of Functions page 386

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

Advertisement

7 Configuring example
7.3 Safety Integrated with SPL
N104 IDS=12 EVERY NOT_HALTE == 1 DO QUIT_TIMER = -1
N105 IDS=13 EVERY QUIT_REQUEST == 1 DO QUIT_MARKER =
; -------------------------------------------------------
N110 IDS=14 DO NOT_HALT = NOT_HALTE AND (NOT_HALT OR NOT_QUIT
;
N120 IDS=15 EVERY NOT_HALT == 0 DO TIMER1 = 0
N130 IDS=16 EVERY NOT_HALT == 1 DO STOP_A_A = 1 TIMER1=-1
N140 IDS=17 EVERY (TIMER1 > 1.0) AND NOT NOT_HALT DO
;
N150 IDS=18 EVERY NOT_HALT == 0 DO TIMER2 = 0
N160 IDS=20 EVERY NOT_HALT == 1 DO STOP_A_S = 1 TIMER2=-1
N170 IDS=22 EVERY (TIMER2 > 5.0) AND NOT NOT_HALT DO
;
N180 IDS=24 DO STOP_A_ABWA = STOP_A_A AND NOT TEST_STOPA
;
N200 IDS=28 DO STOP_A_ABWS = STOP_A_S AND NOT TEST_STOPA
;
N210 IDS=30 DO STOP_C_ABW = NOT_HALT AND NOT TEST_STOPC
;
N220 IDS=32 DO STOP_D_ABW = NOT TEST_STOPD
;
N230 IDS=34 DO NOT_HALT2K = NOT_HALT
;
Lines N100–N105 are described in more detail in Chapter 7.3.6 "Test stop".
The programming of the function chart starts in line N110 - where the
acknowledgement button and the EMERGENCY STOP button are logically
combined. They form the internal "EMERGENCY_STOP" signal.
STOP C is selected with "EMERGENCY_STOP=0" (N210) and the timers for
the axes (N120-N140) and the spindles (N150-N170) are started. When each of
the timers has elapsed STOP A is triggered for the axes (N180) and the
spindles (N200). STOP D is not used on the NC side but is combined in the test
stop (refer to Chapter 7.3.6 "Test stop").
The power contactor K2 for the NC side is controlled using instruction line
N 230.
Program
FC96 program excerpt:
//
// ---------- EMERGENCY STOP ----------
//
U
U(
O
O
O
)
=
//
U
L
SA
U
=
//
U
L
SA
U
=
//
U
UN
=
7-386
SINUMERIK 840D/SIMODRIVE 611 digital SINUMERIK Safety Integrated (FBSI) - Edition 11.03
(QUIT_TIMER<0.4)
OR QUIT_MARKER)
TIMER1 =
-1 STOP_A_A = 0
TIMER2 = -1 STOP_A_S = 0
"SPL".NOT_HALTE
"SPL".NOT_HALT
"SPL".NOT_QUIT
"SPL".QUIT_MARKER
"SPL".NOT_HALT
"SPL".NOT_HALT
S5T#1S
T
20
T
20
"SPL".STOP_A_A
"SPL".NOT_HALT
S5T#5S
T
21
T
21
"SPL".STOP_A_S
"SPL".STOP_A_A
M
216.3
"SPL".STOP_A_ABWA
// EMERGENCY STOP button INSE 1
// EMERGENCY STOP signal internal
// Acknowledgement: Button
// Acknowledgement FC 97
// EMERGENCY STOP signal internal
// After pressing EMERGENCY STOP
// Load for 1 second
// After pressing
// the EMERGENCY STOP
// STOP A: Axes X, Z
// After pressing EMERGENCY STOP
// Load for 5 seconds
// After pressing
// the EMERGENCY STOP
// STOP A: Spindle C
// STOP A: Axes X, Z
// Test
external STOP A (FC 97)
// De-select STOP A (X/Z)
© Siemens AG 2003 All Rights Reserved
11.03

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Simodrive 611 digital

Table of Contents