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-391
SE
T 31
// Start Timer 31
//
U
T 31
// After 160 minutes
L
S5T#2H40M
// Load for 2 hours and 40 minutes
SE
T 32
// Start Timer 32
//
U
T 32
// After 540 minutes
UN
E 76.1
// Door not closed and interlocked
UN
DB31.DBX108.2 // Pulses not cancelled (X)
UN
DB32.DBX108.2 // Pulses not cancelled (Z)
UN
DB33.DBX108.2 // Pulses not cancelled (C)
U
DB31.DBX110.5 // Axis X stopped
U
DB32.DBX110.5 // Axis Z stopped
U
DB33.DBX110.5 // Spindle C stopped
S
M 211.1
// Start test step 1
S
M 211.0
// Reset monitoring time
//
CALL FC 60
start := M 211.1
// Start test stop 1
reset
:= E 3.7
// RESET/MCP
num_axis
:= 2
// Number of drives
test_axis_1
:= 1
// Drive number Axis X
test_axis_2
:= 3
// Drive number Spindle C
After test stop step 1 has been completed, the external STOPs are tested.
The test sequence is implemented by a simple sequence control in which the
external STOPs D, C, A are triggered one after the other in the PLC and then in
the same sequence in the NCK. The STOPs are checked by reading back the
safe output signals "STOP D, C, A active" into the PLC.
The sequence does not wait for the individual stops to be de-selected
before the next stop is tested. This is because the external stop with a
higher priority de-activates the external stop with a lower priority!
Description