SINAMICS S210 Delayed Emergency Stop SS1 to STO Safety Function

David Krause13 min read
Safety SystemsSiemensTechnical Reference
Licensed PE Working through this on a live machine? A Maine-licensed engineer can take it from here — included with IMD hardware, by the hour for everything else. Book an engineer

Overview

The Siemens SIMATIC MLFB 6AG1067-1AA33-0AA0 demo case bundles a SINAMICS S210 single-axis servo drive together with a delayed emergency stop. The delay is not an accidental hardware timing artifact; it is the intentional, configured behavior of an SS1 (Safe Stop 1) safety function that hands off to STO (Safe Torque Off) after a parameterizable waiting period. The demo case uses that mechanism to (a) bring the motor to a controlled standstill within the SS1 window, (b) suppress nuisance trips caused by short noise pulses on the E-Stop input, and (c) display the active safe state on the S210's front-panel LEDs. The wiring diagram for the E-Stop switch and the safety function description are shipped with the documentation referenced in the Siemens Industry Online Support entry 109743134, chapter 9.

This reference explains the underlying safety functions per IEC 61800-5-2, the state transitions inside the delayed E-Stop, the wiring of the hardware E-Stop loop, the parameterization in SINAMICS Startdrive, the LED pattern that visualizes each state, and the field verification procedure used during commissioning.

Identifying the Demo Case Hardware

Order number 6AG1067-1AA33-0AA0 decodes as a SIMATIC / SINAMICS demo case in the 6AG1 (SIPLUS / Industry Demo) prefix range. The case is delivered pre-wired and ready for bench demonstrations of the SINAMICS S210 servo drive system. The relevant components are:

Item Function Notes
6AG1067-1AA33-0AA0 Complete demo case Carrying case with mounted S210 drive and operator controls
SINAMICS S210 (6SL5…) Single-axis servo drive, 1 AC 200 V … 480 V Safety Integrated Functions: STO, SS1, SS2, SOS, SLS, SSM, SDI, SLA, SBT, SCA
SIMOTICS S-1FK2 / S-1FT2 Synchronous servo motor Selected to match the drive's converter clock cycle
E-Stop pushbutton (twist-to-release) Normally closed contact pair Wired into the safety loop (see wiring section)
Operator panel with status LEDs Visualize drive / safety state Driven from S210 front-panel + DO signal
The 6AG1 prefix marks a SIPLUS / Industry Demo MLFB. Always cross-check the exact drive order number, firmware version, and safety license on the rating plate before commissioning a production system that mimics the demo case topology.

Safety Function Fundamentals per IEC 61800-5-2

The delayed E-Stop behavior is a textbook application of the safety stop functions defined in IEC 61800-5-2:2016, clause 4.2:

  • STO (Safe Torque Off) – the drive no longer supplies energy to the motor that can produce torque. The power section is electronically isolated. STO is the safe state of the drive and corresponds to stop category 0 in EN 60204-1.
  • SS1 (Safe Stop 1) – initiate motor deceleration, monitor the deceleration (time-controlled or ramp-monitored), and after a defined delay transition to STO. SS1 corresponds to stop category 1 in EN 60204-1.
  • SS2 (Safe Stop 2) – controlled stop with SOS retained; the motor remains under closed-loop control.
  • SOS (Safe Operating Stop) – the motor is held in position with active closed-loop control.

SS1 comes in two variants per IEC 61800-5-2:

Variant Description Parameter axis
SS1-t (time-controlled) After the delay time expires the drive goes to STO regardless of actual speed. The deceleration is driven by the drive's ramp generator. SS1 delay time (p9652 on SINAMICS)
SS1-r / SS1-a (ramp-monitored / acceleration-monitored) The drive monitors whether the speed follows the configured deceleration ramp; if the ramp is violated, it triggers STO immediately. Ramp, tolerance window, delay

On the S210 demo case, the SS1-t variant is implemented, which is the simplest and most common configuration when the only purpose of the delay is to absorb noise and to provide a controlled shutdown before torque removal.

Why a Delayed E-Stop Exists

A pure, immediate STO wired to a hard E-Stop button is correct but is often too aggressive in installations with:

  • Vertical or suspended loads that would drop on STO;
  • Inertia that needs an orderly ramp down to prevent mechanical shock;
  • E-Stop contacts that may bounce or pick up noise from electromagnetic interference.

The delayed E-Stop in the demo case adds a debounce / safety window at the input. As Siemens technical support for the S210 confirms: the delay is provided to avoid unnecessary system failure due to noise in the input signal. The drive enters SS1 immediately on the rising edge of the E-Stop request, but the SS1 delay time is typically long enough to ignore transients. If the input returns to a safe "release" state within the window, the drive cancels SS1 and returns to normal operation. If the input is still active when the window expires, the drive drops into STO.

Delayed Emergency Stop State Machine

The following state diagram captures the transitions executed inside the S210 safety logic when the E-Stop is operated:

RUN closed-loop control SS1 active ramp down, t < SS1 delay STO active torque removed Fault / Lockout SS1 / safety violation E-Stop pressed delay expired monitoring fault E-Stop released in time acknowledge / reset fault reset

State transition summary:

  1. RUN → SS1 active: rising edge on the E-Stop input, the drive safety logic requests SS1. The drive's ramp generator decelerates the motor along the configured OFF3 ramp (e.g. p1135, p1136).
  2. SS1 active → RUN: if the E-Stop is released (de-bounced) before the SS1 delay expires, the safety request is withdrawn and normal operation resumes.
  3. SS1 active → STO active: when the SS1 delay time (p9652) expires with the request still active, the safety logic activates STO. The drive's power output stages are inhibited.
  4. SS1 active → Fault: if the safety monitoring detects a violation (speed above expected band, missing cross-check between processor channels, etc.), the drive latches a safety fault and requires a deliberate reset.

Wiring the E-Stop to the S210

The S210 receives safety requests through two redundant, short-circuit-tolerant digital inputs on the X1 connector block, often labelled DI 0+ / DI 0- and DI 1+ / DI 1- (or SGE0 and SGE1 in parameter lists). The E-Stop is wired as a two-channel normally-closed contact:

E-Stop pushbutton NC1 NC2 red mushroom, twist release S210 X1 safety inputs SGE0+ (DI 0+) SGE0- (DI 0-) SGE1+ (DI 1+) SGE1- tied to SGE0- (M) 24 V sourced from isolated safety supply (SELV/PELV)

Key wiring rules:

  • Each channel of the E-Stop must use its own dedicated wire pair; do not share return conductors between the two channels.
  • Route the safety cables separately from motor and line-side power cables (typically ≥ 200 mm clearance) to avoid capacitive cross-coupling.
  • Use shielded cable grounded at one end if cable length exceeds 30 m.
  • Confirm the input debounce filter in the safety parameter set (e.g. p9650 / p9651) matches the mechanical bounce time of the contact.
Field wiring that fails to maintain channel separation — e.g. running both NC contacts in a single multi-core cable — defeats the cross-check and may cause the safety function to lose its category. The demo case ships with this separation pre-engineered; production installations must reproduce it deliberately.

Parameterization in SINAMICS Startdrive

All safety functions on the S210 are configured through the SINAMICS Startdrive commissioning tool (part of TIA Portal) or directly through the drive's Web server / HMI. The relevant parameter group is S_Safety / p96xx:

Parameter Name (typical) Meaning Demo case default
p9601.0 SI enable, safety functions Master enable of integrated safety Enabled
p9621 SI signal source for SS1 Selects SGE0/SGE1 routing DI 0 / DI 1 (two-channel)
p9650 SI SGE switchover tolerance time Time during which the two channels may differ before a fault is raised 100 ms – 500 ms typical
p9651 SI STO/SS1 debounce time Filter that ignores pulses shorter than this time 10 ms – 50 ms
p9652 SI SS1 delay time The "delayed E-Stop" window 2 000 ms (example used by S210 support)
p1135 OFF3 ramp-down time Ramp the drive uses during SS1-t to decelerate the motor Application dependent
p1136 OFF3 initial round-off time Initial rounding to soften the ramp 0.0 s default
p9761 SI password Required to commit safety parameter changes 0 (factory) → 1…65535

Procedure to set the SS1 delay time on the demo case:

  1. Connect Startdrive to the S210 via PROFINET or service interface.
  2. Open the safety view; authenticate with the safety password (p9761).
  3. Navigate to Safety Integrated > Stop functions > SS1.
  4. Set p9652 to the desired SS1 delay. Siemens technical support uses 2 000 ms as an illustrative value for the demo case.
  5. Verify the OFF3 ramp in p1135 is suitable for the connected load (vertical axis requires a brake and a holding torque check).
  6. Accept the parameter change with Copy RAM to ROM and restart the safety commissioning to compute checksums (p9798 / p9898).
SINAMICS safety parameter changes are CRC-checked. After every modification the drive requires a power cycle (or a warm restart) and a written confirmation before the new values become effective. Failing to perform the CRC acceptance step will leave the drive in commissioning mode and the S210 will refuse to leave STO.

LED Status Behavior

The S210 demo case has an LED panel on the operator plate. The SS1/STO progression is visible on the safety LED:

Drive state RDY LED SAFE LED E-Stop LED Meaning
Normal operation Green, steady Off Off Run, no safety request
SS1 active Green, flashing Yellow, steady Yellow, steady Delayed E-Stop in progress; motor ramping down
STO active Green, flashing Red, steady Red, steady Drive torque removed
Safety fault Red, flashing Red, flashing Red, flashing Discrepancy / monitoring violation; reset required

The "delayed E-Stop" is therefore observable in two ways: the SAFE LED turns yellow before it turns red, and the E-Stop LED is yellow while the SS1 window is open. Operators on the shop floor can read the difference between "the button is currently requested" and "the drive is in the safe state".

Verification and Acceptance Test

After configuring the delayed E-Stop, run a structured acceptance test. The test confirms the response time, the LED behavior, the noise immunity, and the ability to recover.

  1. Pre-test: ensure the motor is unloaded or that the load is mechanically safe. Confirm a working E-Stop reset path.
  2. Press the E-Stop: SAFE LED goes yellow, drive begins OFF3 ramp. Record the time between E-Stop actuation and the SAFE LED turning red. Expect (p9652) ± 5 %.
  3. Release during the delay: twist-release the E-Stop before p9652 expires. SAFE LED returns to off, RDY LED returns to steady green within 1 s.
  4. Release after STO: with SAFE LED red, release the E-Stop and acknowledge. RDY LED returns to green. The drive will not re-enable the power section until the controller re-issues the Enable command (no automatic re-enable after STO).
  5. Noise test: generate 1 ms – 50 ms transients on the SGE0 input. The drive must not latch STO if the transient is shorter than p9651 (debounce).
  6. Cross-check test: open only one of the two SGE channels. The drive must raise a safety fault after p9650 (discrepancy time) elapses.
  7. Document: print or export the parameter report from Startdrive and archive it together with the operator checklist. Safety-relevant parameter changes require a signed acceptance protocol.

Troubleshooting Matrix

Symptom Likely cause Check / fix
Drive drops to STO immediately, no SS1 window observed SS1 is disabled or p9652 is 0; the routing is wrong; the SGE wiring is single-channel only Re-check p9601 and p9621; verify p9652; measure both NC contacts on the E-Stop
Drive does not respond to E-Stop at all STO/SS1 not enabled; safety commissioning CRC not accepted; wiring open-circuit on both channels Open Startdrive safety view; check p9798/p9898; ring-out the loop
Spurious STO during normal operation EMC / cable routing; debounce too small; p9650 discrepancy time too tight Separate safety cable from motor cable; raise p9651; review p9650
SAFE LED never goes yellow, only red SS1 is configured as SS1-r (ramp-monitored) and the drive immediately detects an out-of-band speed Switch to SS1-t or correct the ramp parameters
Drive stays in commissioning mode after parameter change CRC / acceptance not run Perform safety commissioning, accept with the password, and power cycle
E-Stop LED yellow but SAFE LED off SS1 routing points to a different SGE than the one wired Cross-check p9621 against the physical wiring on X1
Drive trips with F01611 / F30611 Defect in a monitoring channel; SGE test pulses missing Check the diagnostic buffer, replace the S210 if the fault persists after a power cycle

Comparison: Immediate STO vs. Delayed SS1 E-Stop

Aspect Immediate STO Delayed (SS1-t) E-Stop
Stop category (EN 60204-1) 0 1
Mechanical shock High (torque removed during motion) Reduced (motor ramps down first)
Suitability for vertical axes Requires external brake Better; can hold torque on OFF3 ramp
Noise immunity on the E-Stop input None; any glitch trips the drive Built-in via debounce and SS1 window
Operator feedback Binary Two-step LED indication (yellow → red)
Configuration effort Minimal (one SGE pair) Additional parameters (p9651, p9652, p1135)
Acceptance test One button press Multi-step, including noise and cross-check

Field Notes and Best Practices

  • Always size the SS1 delay longer than the worst-case contact bounce of the E-Stop button. Industrial twist-release E-Stops typically bounce 5 ms – 20 ms; 50 ms is a safe debounce and 2 000 ms is a common SS1 delay for demonstration purposes.
  • Keep SS1 delay shorter than the time a human operator expects the system to react. Values above 5 s in interactive applications are perceived as a fault.
  • For vertical loads, keep the drive's closed-loop torque enabled during SS1 and add a safe-brake-control sequence (SBC) so the holding brake engages only after STO is reached.
  • Log the safety parameter set. The drive stores the checksum (p9798, p9898) which the acceptance test must compare against the engineering record.
  • Use Startdrive's safety trace to capture p9649 / p9650 / p9651 / p9652 / r9772 in real time when a sporadic fault is reported.
  • Treat the demo case as a teaching tool, not a reference installation. The wiring and parameters of 6AG1067-1AA33-0AA0 are designed for clarity, not for a particular safety category. Production machinery must be re-engineered to its own risk assessment and EN ISO 13849-1 / IEC 62061 target.

Related Standards and Documentation

  • Siemens Industry Online Support entry 109743134 — SINAMICS S210 demo case documentation, chapter 9 contains the E-Stop wiring and safety function description.
  • SINAMICS S210 product page — drive family, firmware, and safety options.
  • TIA Portal / Startdrive — engineering and commissioning tool.
  • IEC 61800-5-2:2016 — Adjustable speed electrical power drive systems, Part 5-2: Safety requirements, Functional.
  • EN ISO 13849-1:2023 — Safety of machinery, safety-related parts of control systems.
  • EN 60204-1:2018 — Safety of machinery, electrical equipment of machines, stop categories.

Frequently Asked Questions

What is the difference between SS1 and STO on the S210 demo case?

SS1 (Safe Stop 1) is a controlled stop with a configurable delay time (p9652) during which the drive ramps the motor down along the OFF3 profile. STO (Safe Torque Off) is the final safe state in which the drive removes energy from the motor. The delayed E-Stop first requests SS1 and then transitions to STO after the delay expires.

What does the SS1 delay time parameter p9652 default to on the demo case?

Siemens technical support for the SINAMICS S210 illustrates the function with a 2 000 ms (2 s) SS1 delay. The value is not fixed; it is a parameter that can be tuned to the application's mechanical and noise-immunity requirements.

Why does the S210 delayed E-Stop LED turn yellow before turning red?

The yellow SAFE LED indicates the SS1 phase: the E-Stop has been requested and the drive is decelerating. The red SAFE LED indicates the transition to STO: the SS1 delay has expired or a safety violation was detected, and torque is removed.

Can the delayed E-Stop protect a vertical axis from dropping?

Yes. Because the drive keeps closed-loop control during SS1-t, the motor can hold the load while decelerating. For a fully SIL/PL-rated vertical solution, combine the SS1-t with SBC (Safe Brake Control) so the holding brake is applied only after STO is reached.

Where can I find the wiring diagram and manual for MLFB 6AG1067-1AA33-0AA0?

The wiring diagram of the E-Stop switch and the safety function description are in chapter 9 of the documentation under Siemens Industry Online Support entry 109743134. Always cross-check the latest revision of that entry against the drive's firmware version before commissioning.

Back to blog