Resolving SINAMICS S120 F07802 Fault on Basic Line Module Infeed
The SINAMICS S120 drive system reports fault F07802 when a Motor Module detects that the supplying Line Module (infeed) is not ready or has not been switched on. The fault is latching, surfaces on the bottom-left drive object of a multi-axis group after a hot process interruption, and reappears on every FN (Fault Acknowledge) reset until the infeed handshake chain is re-established. This reference walks through the parameter chain that gates the drive's ON command, explains why a 24 V control-power cut clears the latched state, and provides a verification sequence for the Basic Line Module (BLM) topology.
1. Problem Details: How F07802 Behaves in the Field
On a four-axis SINAMICS S120 cabinet (one BLM, four Motor Modules) the operators observed the following sequence:
- Bottom-left Motor Module refused to start while the three other axes were already running.
- The HMI / Starter fault buffer showed
F07802on the affected drive object. - Pressing the FN button on the Control Unit (CU320-2) acknowledged the fault and cleared the buffer, but a new start command immediately regenerated
F07802. - Removing the 24 V control supply from the Control Unit, waiting for the capacitors to discharge, and re-applying control power cleared the condition without touching the line voltage or the motor cables.
This symptom pattern is diagnostic: the drive object is correctly receiving the ON command from the controller, but the infeed-ready gate is open. Cycling the control voltage forces the topology re-initialisation that resets the gate logic inside the CU320-2 firmware.
2. Root Cause: The Infeed-Ready Gate
F07802 belongs to the S120 Drive fault group and is documented in the SINAMICS S120/S150 List Manual under fault value 7802. The reaction is OFF2 (pulse cancellation via the Motor Module's gate driver) and the acknowledgement mode is IMMEDIATELY after the cause has been removed. Removing the cause is not the same as pressing FN; the cause lives in the infeed handshake chain.
For a Basic Line Module, the readiness path is:
- The controller raises the infeed ON command at
p0840on the BLM drive object. - The BLM closes its pre-charge / line contactor and reports infeed running at
r0863.0 (infeed in operation). - The Motor Module, in Safety / sequencing, monitors the infeed-ready bit at its own parameter
r0864.0(infeed ready), which is sourced from the inter-DO BICO interconnectionBI: p0864 = r0863.0of the BLM. - If the Motor Module does not see the infeed-ready feedback, the drive's own ON command path is blocked, and a start attempt raises
F07802.
Resetting via FN clears the fault bit, but the gate driver will re-evaluate p0864 on the next pulse enable. If the BLM is still reporting not-ready at that point, the fault re-latches instantly. Only when the BLM has fully run up — including all DRIVE-CLiQ topology checks between CU and the BLM — does the feedback reach a stable '1'.
3. Drive Objects and Parameter Layout
The following table lists the parameters that participate in the S120 infeed-ready handshake. All parameter numbers refer to the SINAMICS S120 firmware family used with the CU320-2 Control Unit (V4.x / V5.x). Refer to the List Manual for the firmware revision installed in your cabinet.
| Parameter | Direction | Description | Expected value when BLM is OK |
|---|---|---|---|
p0840[0…n] (BLM) |
BI (input) | ON / OFF1 command for the infeed | 1 (from sequencer or terminal) |
r0863.0 (BLM) |
BO (output) | Drive: in operation — feedback from BLM | 1 after line contactor closes and DC link pre-charge completes |
p0864 (Motor Module) |
BI (input) | Infeed ready signal expected by the drive | BI source = r0863.0 of the BLM (BI: p0864 = r0863.0) |
r0864.0 (Motor Module) |
BO (output) | Infeed ready echo | 1 once p0864 source = 1 |
p864 (alt. user terminology) |
Status | Feedback signal 'infeed is switched on' (drive-side check) | 1 = ready, 0 = blocks ON1 |
p0864 is the parameter index, while p864 is a colloquial shortcut used by field engineers. Both refer to the same infeed-ready feedback parameter on the Motor Module. The BI/CI source of p0864 should always point to r0863.0 of the BLM in a single-BLM topology. With Active Line Modules (ALM) the source may be r863.0 of the controlled infeed — verify the actual BICO interconnection in the project before changing anything.4. Infeed Type Differences: Why BLM Behaves Differently from ALM/SLM
Three Line Module families are available in the S120 ecosystem. The infeed-ready handshake has subtle differences that matter when the fault is re-occurring.
| Characteristic | Basic Line Module (BLM) | Smart Line Module (SLM) | Active Line Module (ALM) |
|---|---|---|---|
| Line-side power regeneration | No (diode bridge) | No (IGBT w/o active regen) | Yes (active, sinusoidal) |
| DC-link voltage control | Unregulated, depends on line | Stepped, no regenerative feedback | Regulated, sinusoidal current |
| Pre-charge | Internal pre-charge + line contactor | Internal pre-charge + line contactor | Pre-charge + IGBT control |
| Typical feedback bit used by drives | r0863.0 |
r0863.0 |
r863.0 (firmware alias in some builds) |
Typical F07802 trigger |
Contactor drop-out, DRIVE-CLiQ hiccup, 24 V sag on CU | Same as BLM, plus regen mode issues | Line PLL failure, mains dip, ALM controller fault |
On a BLM the infeed-ready path is essentially 'line contactor closed + DRIVE-CLiQ link to CU is healthy'. There is no active DC-bus regulator to misbehave, so a sticking fault almost always traces back to:
- DRIVE-CLiQ communication loss between the CU320-2 and the BLM (X200 / X201 port loose, fibre damage, EMI on copper variant).
- The 24 V supply at X124 of the BLM sagging under a hot thermal condition, causing the BLM's internal logic to drop
r0863.0while the contactor state remains valid in the CU image. - Off / On / Off toggling of
p0840faster than the pre-charge time, which on BLM can take up to a few seconds at first start.
5. Step-by-Step: Restoring the Infeed-Ready Chain
Apply the following procedure from the SINAMICS S120 Commissioning Manual with STARTER and the SINAMICS S120 List Manual.
5.1 Prerequisites
- STARTER (≥ V5.4) or Startdrive (≥ V16) installed on the engineering PC.
- Online access to the S120 over PROFIBUS, PROFINET, or Ethernet — the project must match the installed firmware version.
- Read-only parameter access is sufficient for diagnosis; a download is not required to inspect the handshake bits.
- Operator lock-out / tag-out on the motor and line disconnect; the BLM main contactor will be exercised.
5.2 Inspect the BLM
- Connect STARTER to the CU320-2 and go online.
- Open Drive Navigator → Line Module and select the BLM drive object.
- Read
p0840[0](infeed ON source). The expected BI source is normally a sequencer bit, the terminal input, or a higher-level PLC tag. Confirm it is '1' before continuing. - Read
r0863.0(infeed in operation).
Case A:r0863.0 = 0whilep0840 = 1— the BLM has not actually run up. Continue with step 5.3.
Case B:r0863.0 = 1but the Motor Module still raisesF07802— the BICO chain is broken. Continue with step 5.4.
5.3 Force-Run the BLM
- Open the BLM expert list and locate
p8540[0](signal source for command ON / OFF1 extension) andp8480[0](pre-charge control). - Temporarily set
p970 = 1to take the BLM into a manual commissioning mode if access is locked by the controller. - Read the BLM's own alarm buffer. Common alerts that prevent
r0863.0from going high:\li>-
A06900— line contactor does not pull in. Check 230 V / 24 V coil supply. -
F07800/F07801— drive cannot start because DC link is not pre-charged. Check pre-charge resistors and fuses. -
F30002— DC link overvoltage on pre-charge. Check line quality.
-
- Once the BLM starts cleanly, confirm
r0863.0 = 1and the DC-link voltage (r0070) is within the BLM's expected window (typically 540–570 V DC on a 400 V three-phase supply).
5.4 Verify the Motor Module BICO Source
- Switch to the affected Motor Module DO.
- Open
p0864in the expert list. The BI source must point to the BLM'sr0863.0(or ALM'sr863.0per the project). - If the BI is unset (value
0or pointing to a now-deleted drive object), reconnect it:
BI: p0864 = r0863.0of the BLM DO. - Save to ROM (
p0977 = 1) so the configuration survives a power cycle.
5.5 Power-Cycle the 24 V Control Section
If the parameter chain is correct but the fault is still sticky, exercise the procedure the operators used in the original incident. This is the field-proven recovery action when a BLM handshake is latched but all parameters are valid:
- Open the cabinet and verify the DC-link has discharged below 50 V (BLM LED / DC-link test point).
- Remove the 24 V supply at the CU320-2 (X124) and at any DMC20 / DME20 hubs in the DRIVE-CLiQ ring.
- Wait a minimum of 30 seconds to allow DRIVE-CLiQ transceivers to fully reset.
- Re-apply 24 V and observe the LED sequence on the CU: green flashing → green steady. Watch the BLM: orange flashing → green steady.
- Re-issue the start command. The drive should now accept ON1.
The control-power cut is functionally equivalent to a warm reboot of the CU and the BLM. It clears the latched handshake state in the firmware's run-up state machine and forces a fresh DRIVE-CLiQ topology discovery. It is the correct recovery step when the BLM's pre-charge contactor logic has stalled, not when there is a true hardware fault.
6. Verification
After any of the above steps, perform the following confirmation sequence:
- With the BLM running, read
r0863.0 = 1on the BLM. - On the Motor Module, read
r0864.0 = 1and confirm the BI source ofp0864matches the BLM'sr0863.0(right-click → 'Go to source' in STARTER). - Issue ON1 from the controller. The Motor Module should pull into pulses within < 50 ms; if it does not, check
r0046.0(control word effective) for a missing bit. - Run the motor under no-load for 30 s, then load it to the operating point. Monitor
r0046for any new warnings. - Cycle the start command five times in quick succession to confirm the BLM is not stalling during pre-charge. If
F07802reappears only on hot restart, increasep0347(de-magnetising time) or the infeed'sp0851(pre-charge retry) according to the project.
7. Commissioning Notes and Common Pitfalls
-
Topological addressing. DRIVE-CLiQ port order on the CU320-2 determines the drive object order. If a BLM is moved from X200 to X201 after a download, the DO numbering shifts and
p0864BI sources may point to a now-invalid drive object. This is the most common cause of 'phantom'F07802after a configuration change. -
Hub behaviour. When DMC20 or DME20 DRIVE-CLiQ hubs are used, the BLM and Motor Modules must all be on the same hub segment for the
r0863.0signal to be visible to the Motor Module. Cross-segment signals do not propagate. -
Hot restart. A hot Motor Module may force a brief power dip on the DC link at the moment of the restart. The BLM's undervoltage monitoring (
p0279family) can momentarily dropr0863.0, and the Motor Module will raiseF07802. The fix is to verify the BLM's undervoltage threshold and to allow a longer pre-charge time. -
Firmware variants. On older S120 firmware (V4.4 and below), the infeed-ready feedback may be sourced from
r863.0on the BLM rather thanr0863.0. Always check the actual BI source in the project before assuming which parameter the engineer's notes reference. -
Safety Integrated. When Safety Integrated (STO) is wired, the STO gate takes priority over the infeed-ready gate. If STO is missing, the symptom is an OFF2 through a different alarm (
F01611for missing STO) rather thanF07802. Always clear the safety chain first.
8. Related Faults and Diagnostic Map
| Fault | Meaning | Most likely cause |
|---|---|---|
F07800 |
Drive: no DC link pre-charge completed | BLM pre-charge incomplete, line contactor open, DC link short |
F07801 |
Drive: motor overcurrent during pre-charge | Cable short, motor insulation break |
F07802 |
Drive: infeed not ready / not switched on | BLM not running, r0863.0 = 0, broken BICO chain |
F07803 |
Drive: line contactor not closed | Contactor coil supply missing, aux contact feedback open |
F07804 |
Drive: line voltage out of tolerance | Mains dip or brownout, BLM undervoltage |
F30002 |
DC link overvoltage | Regenerative energy without BLM, line surge |
A06900 |
Infeed: line contactor does not pull in | Aux contact defective, control fuse blown |
9. Documentation and Learning Path
For a structured approach to the S120 platform the following Siemens support pages are the authoritative starting points:
- SINAMICS S120 Getting Started with STARTER — first commissioning workflow.
- SINAMICS S120 Commissioning Manual with STARTER — full parameter and function reference.
- SINAMICS S120 General Information — system overview and topology.
- SINAMICS S120 Equipment Manual — hardware description for BLM, SLM, ALM and Motor Modules.
Read-only access in STARTER is sufficient to inspect p0840, p0864, r0863.0 and the topology view, so parameter familiarity can be built up without write access.
10. FAQ
What does fault F07802 mean on a SINAMICS S120?
F07802 indicates the Motor Module sees the supplying infeed as not ready. The drive's internal 'infeed-ready' gate, parameter p0864 on the Motor Module, has not received a '1' from the BLM's feedback bit r0863.0. The reaction is OFF2 (pulse cancellation) and the acknowledgement is immediate once the cause is removed.
Why does FN clear the fault but it reappears immediately on start?
FN acknowledges the latched fault bit, but the cause lives in the infeed handshake chain. On the next ON1 command the Motor Module re-evaluates p0864. If the BLM is still reporting not-ready, the gate driver re-raises F07802. The cause must be fixed (BLM run-up, BICO source, DRIVE-CLiQ link) before FN becomes a lasting fix.
Does cutting the 24 V control power damage the SINAMICS S120?
No. The 24 V control section is galvanically isolated from the line and DC link. Removing 24 V is the standard recovery action to reset the CU320-2 run-up state machine and force a fresh DRIVE-CLiQ topology discovery. Always confirm the DC link is discharged below 50 V (BLM LED / test point) before opening the cabinet, and respect the 30-second discharge time.
Which parameters link the BLM to the Motor Module?
The Motor Module expects an infeed-ready bit at p0864, BI-sourced from the BLM's r0863.0 (drive in operation). The BLM receives its own ON command at p0840 from the sequencer. The chain is: controller → p0840 → BLM → r0863.0 → p0864 → Motor Module.
How is F07802 different on Active or Smart Line Modules?
The fault code is identical, but the underlying cause differs. With an SLM the typical trigger is regenerative energy hitting a non-regenerative infeed. With an ALM the typical trigger is PLL / line-quality issues or ALM-side controller faults that drop r863.0. The Motor Module's p0864 BI source must be re-pointed to the correct infeed drive object after any Line Module family change.