SINAMICS V20 Auto-Restart After Power Outage: p1210 Setup
The Siemens SINAMICS V20 compact inverter integrates an automatic restart function that re-acknowledges drive faults (most notably F0003 "DC link undervoltage") after an AC mains loss without requiring the operator to cycle the ON/OFF command. This is enabled through parameter p1210 (Automatic Restart) and p1211 (Number of Restart Attempts), with optional p0503 for fast acknowledgment. This article documents the parameter matrix, wiring prerequisites, commissioning procedure, verification checks, and safety constraints every controls engineer must apply when implementing unattended restart behavior on a SINAMICS V20.
Overview of Auto-Restart Behavior
The SINAMICS V20 distinguishes between two operator expectations when AC mains is lost and then re-applied:
- Manual recovery (default, p1210 = 0): the drive trips on F0003 the instant the DC bus falls below its undervoltage threshold, and the trip remains latched. The motor stays de-energized until the operator cycles the ON command.
- Automatic recovery (p1210 ≥ 1): the drive's restart logic monitors the power supply, the DC bus voltage, and the digital ON command. After the line returns and the bus recharges, the drive clears the fault and re-applies output to the motor without operator intervention.
Auto-restart is intended for installations such as pumps, fans, conveyor segments, and HVAC blowers that must self-recover from a transient brownout. It is not appropriate for machines with exposed hazardous motion, vertical loads held only by the motor's holding torque, or applications subject to safety integrity requirements (SIL/PL) that mandate a manual reset.
Source: Siemens Industry Online Support.
Fault F0003 — DC Link Undervoltage
Parameter p1210 is fundamentally tied to the drive's response to F0003. When the rectified DC bus voltage crosses the undervoltage threshold, the V20 generates F0003 and trips the IGBTs to protect the electrolytic capacitors and prevent uncontrolled regeneration.
| Mains Class | Nominal AC | Trip Threshold (V DC) | Reset Threshold (V DC) |
|---|---|---|---|
| 1AC 230 V | 200–240 V, 1-phase | ≈ 215 | ≈ 240 |
| 3AC 400 V | 380–480 V, 3-phase | ≈ 430 | ≈ 480 |
| 3AC 230 V | 200–240 V, 3-phase | ≈ 280 | ≈ 320 |
Once F0003 is raised, the drive's restart logic is gated by three conditions:
- Line voltage restored (L1/L2/L3 within tolerance on 3AC units, or L/N within tolerance on 1AC units).
- DC link charged above the reset threshold through the pre-charge resistor and DC link capacitors.
- ON command present (must be wired to a digital input, not from a momentary pushbutton).
When all three conditions are satisfied and p1210 is configured, the V20 clears F0003 and begins the restart sequence.
How Auto-Restart Works Internally
Understanding the V20's internal state helps avoid misconfiguration. The pre-charge circuit (a resistor and bypass contactor inside the drive) limits the inrush current from the rectified mains into the bulk DC link capacitors when AC is first applied. The contactor is closed after a short delay (typically < 1 s) once the bus is within tolerance, putting the drive into RUN-ready state.
If AC is removed and reapplied:
- The pre-charge contactor opens when the bus voltage sags below threshold.
- The IGBTs are gated off (motor coasts).
- F0003 is latched into the fault buffer.
- When AC returns, the contactor re-engages and the bus recharges.
- The fault-handling code in the V20 evaluates p1210. If p1210 ≥ 2 and the ON command is still present, the drive clears the fault and waits p1212 seconds before applying the first restart attempt.
The ON command is sampled continuously. If it has been cleared during the blackout (because a momentary pushbutton released or a PLC output de-asserted), the drive cannot restart regardless of p1210.
Parameter Reference: p1210 (Automatic Restart)
Parameter p1210 selects the auto-restart mode. The values below are documented for the SINAMICS V20.
| p1210 | Mode | Acknowledges F0003? | ON Cmd Source | Restart Behavior |
|---|---|---|---|---|
| 0 | Disabled | No | Any | Manual reset only; full power cycle required to clear F0003. |
| 1 | Acknowledge at power on | Yes | Any (DI recommended) | Drive must be fully de-energized; ON command must be toggled before the drive runs. |
| 2 | Restart after blackout | Yes | DI required | Restart after AC mains lost and re-applied. ON command must remain HIGH. |
| 3 | Restart if RUN at fault (brownout) | Yes | DI required | Restarts only if the drive was in RUN when the fault occurred. |
| 4 | Restart if RUN at fault (full blackout) | Yes | DI required | Like 3, but the AC supply must be fully lost (not just a brownout). |
| 5 | Restart after blackout (extended) | Yes | DI required | Acknowledges undervoltage-class faults after blackout. ON must remain HIGH. |
| 7 | Acknowledge F3, 30 s window | Yes | DI required | Fault is acknowledged within ~30 seconds of power restoration. Recommended for unattended recovery. |
| 8 | Acknowledge F3, fast | Yes | DI required | Like 7 but acknowledgment happens faster; only available on newer firmware revisions. |
The relationship between p1210 and the ON command is the most frequent commissioning error. If p1210 ≥ 2, the ON command must be sourced from a digital input that stays HIGH continuously. A momentary START pushbutton will release before the line is re-applied, and the drive will not restart because the ON command is gone.
Parameter Reference: p1211 (Number of Restart Attempts)
p1211 sets how many times the drive will attempt to clear F0003 and restart before latching the fault permanently. The range is 1 to 10 in standard firmware. After every successful restart, the counter is decremented. A new power cycle (line removed and re-applied) resets the counter to its p1211 value.
For pump and fan applications that suffer frequent, short mains disturbances, set p1211 = 10. For applications that are not expected to auto-recover from repeated transients, set p1211 = 3 (default) so a sustained mains problem latches the fault and forces an operator to inspect the system.
The current value of the remaining restart attempts is visible in parameter r1214.0 (read-only). Use this for diagnostic display on the HMI or over the fieldbus.
Related Restart Timing Parameters
| Parameter | Function | Default | Typical Range | Notes |
|---|---|---|---|---|
| p1210 | Auto-restart mode | 0 | 0–8 | See Table 2. |
| p1211 | Restart attempts | 3 | 1–10 | Resets on power cycle. |
| p1212 | Wait time for first restart | 1.0 s | 0.1–1000 s | Time from "ON + DC bus OK" to first attempt. |
| p1213 | Restart monitoring time | 60 s | 0.1–1000 s | Window in which subsequent attempts must succeed. |
| p1214 | Wait time between attempts | 3.0 s | 0.1–1000 s | Used with p1211 > 1. |
| p0503 | Enable fast acknowledgment | 0 | 0, 1 | Set to 1 for sub-second F3 acknowledgment. |
For an installation that simply needs to recover from a momentary brownout, the defaults are usually sufficient. For installations with frequent and short interruptions, drop p1212 to 1–2 s and p1214 to 3–5 s so the drive returns to run within one mains cycle of the supply coming back.
Parameter Reference: p0503 (Fast Acknowledgment)
p0503 = 1 enables a faster F0003 acknowledgment path on supported firmware. Combined with p1210 = 7 or 8 and p1211 = 10, the V20 can clear F0003 within 2–3 seconds of line restoration. This is the configuration most field engineers use for fan and pump applications that must auto-recover quickly.
Recommended high-availability combination:
-
p1210 = 7(or 8 on supported firmware) p1211 = 10p0503 = 1p1212 = 1 sp1214 = 3 s
Be aware that p0503 = 1 with very low p1212 can cause the drive to attempt restart before an upstream PLC is fully online. For coordinated multi-drive systems, increase p1212 to 3–5 s so the supervisory controller can re-assert its run command before the drive spins up.
Wiring and Control Source Requirements
Auto-restart has a hard wiring requirement: the ON command (Cmd = ON/OFF1 per the V20 control word bit 0) must be sourced from a digital input, not from the BOP's RUN/STOP keys, not from a momentary pushbutton, and not from a one-shot PLC output. If the ON bit is lost during the blackout, the drive cannot satisfy the restart gate condition.
When the ON command is sourced from a PLC, the PLC must remain powered (typically from a UPS or buffer capacitor on the 24 V rail) and the DO must be maintained HIGH. The ladder equivalent is a latch — once the operator presses START, the rung latches the run coil, and only a deliberate STOP, fault, or operator action can break the seal.
Step-by-Step Commissioning Procedure
-
Verify firmware level. Connect the V20 BOP or IOP and read
r0018(firmware version). Confirm whether p1210 = 8 is writable; if it returns error, use 7. -
Confirm the ON command source. Navigate to
P0700(Selection of Command Source) and verify it matches the wiring. Typical values:- 1 = BOP (keypad only — not auto-restart compatible)
- 2 = Terminal (DI inputs — required for p1210 ≥ 2)
- 5 = USS / MODBUS via RS485 (acceptable if a supervisory controller holds Cmd bit 0 HIGH continuously)
-
Configure the digital input function. Set
P0701 = 1(DI1 = ON/OFF1), then assign DI2, DI3 as needed for your application (e.g. direction, fault ack). -
Set the auto-restart parameters.
-
p1210 = 7(or 8 on supported firmware) p1211 = 10p0503 = 1-
p1212 = 1.0 s(wait for first restart) -
p1214 = 3.0 s(wait between attempts) -
p1200 = 1(flying restart — recommended for any motor that may still be coasting)
-
-
Save the parameters. From the BOP, press Fn (the function key) for 2 seconds, or set
p0971 = 1and press OK. The drive copies RAM → EEPROM. -
Perform a controlled test. With motor uncoupled or load removed, apply the ON command, verify the drive runs at the commanded setpoint, then disconnect AC mains for at least 5 seconds. Re-apply mains. Confirm:
- Drive does not stay in F0003.
- Motor accelerates back to setpoint within the expected timing.
- Fault buffer shows F0003 acknowledged, not latched.
- Test with the load coupled. Repeat the test with the actual load attached. Verify the drive can recover the motor against pump head, conveyor inertia, or fan back-pressure without overcurrent trips.
- Record baseline. Document the parameter set (p1210, p1211, p0503, p1212, p1213, p1214, p1200) and the firmware version in the project file for future maintenance.
PLC Integration — Ladder Example
When a PLC (Siemens S7-1200, LOGO!, or third-party) holds the V20's ON command, the logic must keep the run coil latched through the blackout. The simplified ladder below shows the pattern:
|---[ I_Start ]---[/ I_Stop ]---[/ M_Fault ]---( M_Run )---.---|
| | |
|---[ M_Run ]--------------------------------------------' |
| |
|---[ M_Run ]---[/ M_Maint ]--------------------------( Q_DI1 )--|
Where:
-
I_Start= operator START pushbutton (NO momentary) -
I_Stop= operator STOP pushbutton (NC momentary) -
M_Fault= drive fault (sourced from V20 DO1 configured as fault indicator, or from a serial status bit) -
M_Maint= maintenance lockout (keyswitch) -
Q_DI1= output wired to V20 DI1 (ON/OFF1 command)
The M_Run seal-in ensures that once the operator presses START, the rung remains true until STOP is pressed, a fault occurs, or maintenance mode is engaged. The output to the V20's DI1 stays HIGH continuously, which is the only wiring configuration compatible with p1210 = 2 through 8.
Verification Checklist
| Check | Expected Result | Verification Method |
|---|---|---|
| ON command is wired through a maintained contact | DI1 reads HIGH continuously | Multimeter on terminal block |
| Auto-restart parameters active | p1210 = 7 or 8 in parameter display | Read via BOP, IOP, or V20 Smart Access |
| Parameters saved to EEPROM | Parameters survive AC power cycle | Power down, power up, re-read p1210 |
| Restart timing within spec | Fault cleared within 30 s (p1210=7) or 2–3 s (p1210=8 + p0503=1) | Stopwatch against fault buffer |
| Counter decrements on each attempt | r1214.0 counts down from p1211 | BOP display of r1214 |
| Counter resets on full power cycle | r1214.0 = p1211 after line is removed and re-applied | Repeat test, verify counter |
| RDY LED green after auto-restart | RDY solid green, BF off | Visual check on drive front |
| Motor speed returns to setpoint | Frequency back to commanded value | BOP display or process measurement |
State Machine: V20 Auto-Restart Sequence
Troubleshooting Matrix
| Symptom | Probable Root Cause | Diagnostic Step | Corrective Action |
|---|---|---|---|
| Drive stays in F0003 after mains returns | ON command is not present when line is re-applied | Measure DI1 voltage at the terminal block during the blackout cycle | Wire ON to a maintained contact or latched PLC output |
| Drive acknowledges F0003 but does not run | ON command was cleared during blackout (momentary pushbutton) | Check p1210 value; check command source p0700 | Switch to DI command source (p0700=2) with a maintained contact |
| Drive attempts to restart, then faults on overcurrent (F0001) | Motor load is high at the moment of restart; motor still coasting | Add flying restart (p1200=1) or delay (p1212) | Set p1200=1 (flying restart) and increase p1212 to 3–5 s |
| p1210 = 8 rejected at write time | Firmware does not support p1210 = 8 | Read r0018 to confirm firmware version | Use p1210 = 7, which is available on all firmware |
| Drive restarts too quickly (before PLC is ready) | p0503 = 1 combined with low p1212 | Check PLC scan timing relative to p1212 | Increase p1212 to 2–5 s to give upstream systems time to come back online |
| Drive never restarts even with p1210 = 7 | Counter r1214.0 has decremented to 0 from prior attempts | Cycle AC power to reset counter | Increase p1211 to 10; ensure line is fully removed (not just a brownout) when troubleshooting |
| Drive trips F0002 (DC link overvoltage) on restart | External braking resistor missing or undersized; load regenerating during decel | Check for regenerative load; check braking resistor size | Increase decel ramp time (p1121); install proper braking resistor |
| Fault appears in history but drive does not restart | Counter exhausted (p1211 attempts done) | Read r1214.0 | Increase p1211 or verify root cause of repeated faults |
| Auto-restart works during commissioning but fails after several months | Counter exhausted across many disturbances without full power cycles | Check fault history; count F0003 events | Increase p1211; address upstream power quality (UPS, line conditioner) |
| Drive acknowledges F0003 but the motor does not rotate | Setpoint source lost (e.g. analog input from PLC, PLC unpowered) | Check p1000 and analog input signal | Use motor potentiometer (p1000=3) or fixed setpoint (p1000=1) for true unattended operation |
Related Fault Codes
While F0003 is the primary trigger for auto-restart, several other faults can be related to the same power-quality event:
| Code | Name | Cause | Auto-Restart Behavior |
|---|---|---|---|
| F0001 | Overcurrent | Short circuit, mechanical jam, flying-restart issue | Not auto-acknowledged; investigate root cause |
| F0002 | DC link overvoltage | Regenerative load, missing brake resistor | Not auto-acknowledged; check braking circuit |
| F0003 | DC link undervoltage | Mains loss, brownout | Auto-acknowledged by p1210 = 1–8 |
| F0004 | Inverter overtemperature | Fan failure, blocked heatsink, ambient too high | Auto-restart typically not appropriate; require manual reset |
| F0005 | Drive I²t overload | Mechanical overload, ramp misconfigured | Auto-restart depends on configuration; usually manual |
| F0011 | Motor overtemperature | Thermistor trip | Manual reset typical |
| F0052 | Power stack fault | Internal hardware fault | Manual reset; replace drive if persistent |
Parameter Access Methods
The V20 supports four operator interfaces for writing p1210, p1211, and p0503:
-
BOP (Basic Operator Panel) — the 7-segment LED keypad shipped with most V20 variants. Use the up/down arrow keys to scroll to
P1210, press Fn, edit with arrows, press Fn again to confirm, then hold Fn for 2 s to save to EEPROM. - IOP (Intelligent Operator Panel) — graphical HMI with menu-driven navigation. Navigate to Parameters → Drive Settings → Auto-Restart.
-
SINAMICS V20 Smart Access Module — Wi-Fi dongle that hosts a web interface on the V20. Connect to the dongle's SSID, open
192.168.1.1in a browser, log in, and edit parameters in the parameter list. -
USS / Modbus RTU over RS485 — connect to terminals 29/30, use a Modbus master or Siemens DriveMonitor to read/write parameters. For Modbus, the holding-register mapping is documented in the V20 Parameter List. Each parameter is mapped to a 16-bit (or 32-bit, with high/low word pair) holding register; the V20 Modbus slave address is set with parameter
P2021(default 1).
Modbus Communication Quick Reference
For installations that integrate the V20 into a Modbus RTU network (typical with Schneider M340, ABB AC500, or generic PLCs), the following settings are common:
| Parameter | Function | Typical Value | Notes |
|---|---|---|---|
| P2020 | Baud rate | 8 (19200) or 9 (38400) | Must match the master. |
| P2021 | Modbus slave address | 1–247 | Unique on the bus. |
| P2022 | Modbus timeout | 2000 ms | Time before drive faults on comm loss. |
| P0700 | Command source | 5 (USS/Modbus) | Auto-restart compatible if bit 0 maintained. |
| P1000 | Setpoint source | 5 (USS/Modbus) | For coordinated multi-drive systems. |
The control word is held in holding register 40321 (function code 06 / 16); bit 0 is ON/OFF1. The PLC must hold bit 0 HIGH continuously through the blackout, which means the PLC and its 24V supply must also ride through the interruption — typically via a UPS.
Companion Parameters for Auto-Restart Applications
Auto-restart is rarely deployed in isolation. The following parameters are typically configured alongside p1210 in a complete unattended recovery scheme:
| Parameter | Function | Typical Value for Auto-Restart |
|---|---|---|
| p1200 | Flying restart enable | 1 (flying restart active for any setpoint) |
| p1120 | Ramp-up time | 10 s (longer for high-inertia loads) |
| p1121 | Ramp-down time | 10 s |
| p1080 | Minimum frequency | 0 Hz (or application minimum) |
| p1082 | Maximum frequency | 50/60 Hz (or application maximum) |
| p2001 | Reference frequency | 50 Hz (match mains) |
| p2150 | Hysteresis frequency | 0.5 Hz (only relevant for monitoring) |
| r1214 | Restart counter (read-only) | Used for diagnostics |
Flying restart (p1200 = 1) is particularly important when a coasting motor is still rotating after a power dip. Without flying restart, the V20 will attempt to start the motor from zero speed, drawing high current and potentially tripping F0001.
Safety and Compliance
Auto-restart has compliance implications. Document the following in the project file before commissioning:
- Risk assessment — confirm that the application does not present a hazard to personnel if the drive restarts unattended. Examples of applications that are typically not appropriate: vertical-axis machines held only by the motor, machines with exposed moving parts, applications with manual intervention required between cycles.
- Wiring verification — confirm the ON command is maintained and sourced per the requirements in this article.
- Parameter documentation — record p1210, p1211, p0503, p1212, p1213, p1214, firmware version, and the application context in the maintenance documentation.
- Indicator lamps — the V20's RDY and BF LEDs must be visible to operations. A drive that has cycled through auto-restart successfully will show green RDY; a drive that is latched on F0003 will show a red BF with RDY off.
- Functional test — perform at least one controlled power interruption in normal operating mode to verify the restart actually occurs and timing meets the application's requirements.
- Audible warning — local codes (e.g. NFPA 79) may require an audible or visible warning prior to automatic restart. A 3-second horn pulse ahead of the restart is a common implementation.
Maintenance and Monitoring
Once deployed, auto-restart installations require periodic verification because the drive may mask upstream power-quality issues:
-
Monthly: Read
r0947(last fault code) andr1214.0(remaining restart attempts) over the fieldbus. A high frequency of F0003 events indicates the upstream power quality is poor and may require a UPS or line conditioner. - Quarterly: Perform a controlled power interruption test on each drive to confirm the auto-restart sequence still works as expected. Loss of parameter values (due to a corrupted EEPROM write) is a common cause of silent auto-restart failure.
- Annually: Replace the drive's internal cooling fan (if the V20 is a frame size with a fan). Fan failure leads to F0004 (inverter overtemperature), which auto-restart will not address.
- After firmware update: Re-verify p1210 = 7 or 8 is still writable. New firmware may have changed the parameter range.
- After drive replacement: Always restore the auto-restart parameter set from the project backup. A replacement drive ships with p1210 = 0 (manual reset only).
A simple monitoring ladder can be added to the supervisory PLC to alarm if the drive restarts more than a set number of times per hour, which would indicate a chronic power-quality problem:
|---[ V20_Fault_Ack ]---[ < 1 hour ago ]---( M_Auto_Restart_Alarm )---|
| |
|---[ M_Auto_Restart_Alarm ]---[ > 3 in 1 hour ]---( HMI_Alarm_Power_Quality )-|
Field Engineering Tips
- Always measure the line, not just trust the drive. A clamp-on ammeter on the input side of the V20 during a controlled blackout tells you whether the upstream breaker / contactor is opening as expected.
-
Check the pre-charge resistor. On older V20 units, the pre-charge resistor can drift in value, which delays the bus recharge and makes auto-restart timing inconsistent. If restart is intermittent, monitor the DC bus voltage on
r0026during a test blackout. - Don't confuse F0003 with F0780. Some firmware versions report an F0780 (no line sync) on power-up; this is a different condition and is not auto-acknowledged by p1210. Investigate the wiring if F0780 appears.
- For multi-drive systems, stagger the restart. Set p1212 to different values across the fleet (e.g. 1 s, 3 s, 5 s) so all drives do not draw peak inrush at the same instant when the line returns.
- For battery-backed systems, lock the restart to grid return. If the V20 is fed from a battery-backed DC bus, set p1210 = 2 to allow restart only when AC is fully present, not during battery-only operation.
- For pump applications, enable pipe-fill mode. Many pump control strategies use a low-frequency, low-current pipe-fill cycle on first start to avoid water hammer. p1210 and p1220 (pipe-fill) should be coordinated.
- Save parameters to a backup file. Use the V20 Smart Access module's web interface to export the parameter set as a CSV. Store the file in the project documentation system. This makes drive replacement a 5-minute operation instead of a 30-minute manual reconfiguration.
Quick Reference Card
| Application | p1210 | p1211 | p0503 | p1212 | p1200 | Notes |
|---|---|---|---|---|---|---|
| Pump / Fan (frequent transients) | 7 | 10 | 1 | 1 s | 1 | Fastest recovery, multiple attempts. |
| Conveyor (load-bearing) | 2 | 3 | 0 | 3 s | 1 | Conservative; allow motor to settle. |
| HVAC blower | 7 | 5 | 1 | 2 s | 1 | Moderate; allow pressure to equalize. |
| Mixer / agitator | 2 | 3 | 0 | 5 s | 1 | Long delay to let fluid settle. |
| Compressor (with unload) | 2 | 3 | 0 | 10 s | 1 | Long delay for system to depressurize. |
FAQ
Why does my SINAMICS V20 not restart automatically after a power outage even though I set p1210 = 1?
p1210 = 1 acknowledges the fault when power is re-applied, but it does not restart the drive. The ON command must be cycled (turned OFF and back ON) after power returns. For true unattended restart, use p1210 = 2 through 8, which restart the drive when power returns provided the ON command is held HIGH through the blackout via a digital input.
What is the difference between p1210 = 7 and p1210 = 8?
Both acknowledge F0003 and restart the drive automatically. p1210 = 8 does so faster, but is only available on newer firmware versions. If the V20 rejects p1210 = 8 at write time, the firmware does not expose that value — fall back to p1210 = 7. For the fastest possible acknowledgment, pair p1210 = 7 with p0503 = 1.
How do I read the restart counter to know if the drive is about to give up?
Read r1214.0 from the parameter list. The counter is initialized to p1211 at each power-up and decrements after each unsuccessful restart attempt. When r1214.0 reaches 0, the drive latches the fault and requires a manual acknowledgment. To reset the counter, fully remove and re-apply the AC line voltage.
Can I auto-restart the V20 from a PLC using Modbus or USS?
Yes. Set p0700 = 5 (USS/Modbus) and p1000 = 5 (setpoint from USS/Modbus). The PLC must hold the control word bit 0 (ON/OFF1) HIGH continuously through the blackout. Note that the PLC and its 24V supply must also ride through the power interruption for the ON bit to remain asserted — a UPS on the PLC supply is the typical solution.
My V20 acknowledges F0003 but trips on F0001 (overcurrent) on the restart attempt. What is wrong?
Almost always this is a flying restart issue. The motor is still rotating when the line returns, and the V20 tries to start it from zero speed, which produces a large inrush. Enable flying restart by setting p1200 = 1 (search for rotating motor in both directions), and increase p1212 to give the drive time to detect the motor speed before reapplying torque.
Will p1210 auto-acknowledge faults other than F0003?
For p1210 = 1 and 2, the auto-acknowledgment is specific to F0003 (DC link undervoltage). For p1210 = 3 and 4, the same behavior extends to other undervoltage-class faults raised while the drive was in RUN. Faults like F0001 (overcurrent), F0002 (overvoltage), and F0004 (inverter overtemperature) are not auto-acknowledged — they require a manual reset because they typically indicate a real fault condition that the operator must investigate.
Does the auto-restart counter survive a brief brownout?
No. The counter is reset on every AC power cycle. A brownout that drops the DC bus below the undervoltage threshold is treated as a power cycle, and the counter re-initializes to p1211 when the line returns. This is generally desired behavior: a transient disturbance does not burn through the restart budget.
How long should I set p1212 for a coordinated multi-drive system?
Stagger p1212 across the fleet by 2–3 s per drive. For five drives, set p1212 to 1 s, 3 s, 5 s, 7 s, and 9 s respectively. This prevents all drives from drawing inrush current at the same instant when the line returns, which can cause a secondary voltage dip on a weak power system. The tradeoff is longer total recovery time, so size the delays to the process requirements.