1. Problem Overview
A single-axis SINAMICS S110 drive controlled by a CU305 Control Unit with a PM340 Power Module and a DRIVE-CLiQ feedback-equipped servo motor will refuse to start from the BOP (Basic Operator Panel) or AOP30 (Advanced Operator Panel). Pressing the green ON button on the connected control panel produces the message "Switch-on disable is activated", while parameter r0002 (or the Status Word 2 mirror) reports Infeed de-activated/not operational and the ON/OFF1 LED remains gray rather than green or yellow.
This symptom block is one of the most frequently reported startup issues on S110 hardware revisions with firmware V4.x and V5.x. Although the message looks generic, it is a deterministic state inside the SINAMICS operating-state machine and is always the result of a downstream condition that must be cleared before STW1.0 (ON/OFF1) is accepted by the drive. In the case captured in field experience, the root cause was a physically defective DRIVE-CLiQ interface on the motor's encoder connector — a fault that is invisible until the drive runs a topology scan.
S_Zsw1_Bit6_Inhibit. It does not mean the drive is broken — it means the drive is intentionally preventing a turn-on until an inhibit source clears.
2. SINAMICS S110 System Architecture
Understanding the S110 requires recognizing that it is a single-axis derivative of the modular SINAMICS S120 family. The relevant hardware stack in the field-reported configuration is:
| Component | Function | Typical Order Number (MLFB) |
|---|---|---|
| CU305 PN | Control Unit; PROFINET variant | 6SL3040-1JA01-0AA0 |
| CU305 DP | Control Unit; PROFIBUS variant | 6SL3040-1JA00-0AA0 |
| PM340 (Blocksize) | Power Module — rectifier + inverter in one housing | 6SL3210-1SE... (rating-dependent) |
| 1FK7 / 1FT7 / 1PH8 motor | Servo/induction motor with integrated DRIVE-CLiQ encoder | 1FK7xxx, 1FT7xxx, 1PH808-xxx |
| DRIVE-CLiQ cable | 24 V supply + Ethernet communication | 6FX2002-1DCxx-xxxx |
| STARTER (V4.x) / Startdrive (V15+) | Commissioning software | Siemens installer |
The CU305 does not include a separately addressable Line Module; the PM340's input bridge provides the DC bus directly from the 3-phase line supply. "Infeed ready" therefore refers to the PM340's internal pre-charge and DC-link health, not to an external Line Module (ALM, BLM, SLM). A green Ready LED on the PM340 and an unlit Fault LED are prerequisites for the drive's controller to leave the "Infeed de-activated" sub-state.
3. Switch-On Inhibit (Switch-On Disable) State Explained
SINAMICS drives implement the PROFIdrive state graph defined in PROFIdrive profile V4.2. The relevant substates and their relationship to the S110 are:
| State (r0002) | Name | ZSW1 Bits Set | ON Command Effect |
|---|---|---|---|
| 0 | Commissioning mode (p0010 ≠ 0) | — | Blocked, drive offline |
| 1 | Ready to switch on | Bit 0 | Will proceed to state 2 |
| 2 | Ready to operate | Bits 0, 1 | Will proceed to state 3 (pulses enabled) |
| 3 | Operation enabled | Bits 0, 1, 2 | Running |
| 4 | Fault active | Bit 3 | Blocked until ACK |
| 5 | Coast down (OFF2) | Bit 4 | Blocked |
| 6 | Quick stop (OFF3) | Bit 5 | Blocked until OFF3 clears |
| 7 | Switching on inhibited | Bit 6 | Blocked — "Switch-on disable is activated" |
| 8 | Commissioning mode (p0010 = 0) | — | Drive offline |
The control-panel display "Switch-on disable is activated" maps to state 7 with ZSW1.6 = 1. To leave state 7, all of the following must be true simultaneously:
- No active fault (Bit 3 = 0) — particularly no DRIVE-CLiQ topology fault.
- OFF2 inactive (Bit 4 = 0) —
p0844source must be high. - OFF3 inactive (Bit 5 = 0) —
p0845source must be high. - Infeed OK: DC-link pre-charge complete and r2 substate reporting the line as ready.
- Encoder/motor identification completed or valid parameter set loaded (DRIVE-CLiQ component fully online).
If any one of these conditions fails, the drive latches into state 7 regardless of the panel button input.
4. DRIVE-CLiQ Communication Fundamentals
DRIVE-CLiQ is Siemens' proprietary serial interface used to connect motors, encoders, Terminal Modules, and Sensor Modules to the Control Unit. The same cable carries 24 V power and 100 Mbit/s Ethernet communication over shielded twisted pairs with a dedicated, keyed RJ45-style connector. On the S110 with CU305, the topology is fixed and short:
- X100 / X101 / X102 — DRIVE-CLiQ ports 1, 2, 3 on the CU305. Port 1 is normally routed to the PM340's power-unit interface.
- DRIVE-CLiQ port on the motor — connects the integrated encoder (typically an EnDat 2.2 / 22-bit absolute encoder with absolute multiturn) to the CU305.
Each DRIVE-CLiQ node has a unique electronic type plate. When the CU305 powers up, it polls every port, identifies each component, and runs a CRC + version check against its expected topology. If the cable is open, shorted, or the connector electronics are damaged, the topology scan fails and the drive refuses to commission.
F01303 (component does not respond) and refused to enter state 1, presenting "Switch-on disable is activated" on the panel. Replacing the motor (or the encoder module where repairable) cleared the fault and restored the ON command path.
5. Common Causes of Switch-On Disable on S110
The following table enumerates the dominant root causes that have been observed in field service. Each row includes the diagnostic indicator and the fault/alarm code most commonly raised by the S110 firmware.
| # | Cause | Typical Fault Code | Diagnostic Indicator |
|---|---|---|---|
| 1 | Motor DRIVE-CLiQ interface damaged / cable open | F01303, F01611 | Motor LED off or red; r2 stuck in sub-state "DRIVE-CLiQ component not ready" |
| 2 | DRIVE-CLiQ cable misrouted or damaged (kink, abrasion) | F08501, F01300 | Intermittent topology entries; CRC error count rising in r9944
|
| 3 | PM340 not fully pre-charged (DC bus undervoltage) | F30002, F30003 | PM340 READY LED off; r2 reports "Infeed de-activated" |
| 4 | Safety Integrated STO active (X130 / PROFIsafe) | A01797, F01611 | STO terminals open or PROFIsafe slot not parameterized |
| 5 | Unacknowledged prior fault | F-code latched | Fault LED red, ZSW1.3 = 1 |
| 6 | Commissioning incomplete (p0010 ≠ 0) | A01009 | State 0 or 8 active |
| 7 | Incorrect OFF2/OFF3 source (p0844/p0845 wired low) | None — ZSW1.4 or .5 set | ZSW1 reports OFF2/OFF3 active |
| 8 | Firmware/CU-version mismatch on connected DRIVE-CLiQ component | F01304, F01507 | Topology view shows the component in red |
6. Diagnostic Workflow: Step-by-Step
Use this sequence before swapping any hardware. The list is ordered from cheapest, fastest checks to invasive replacements.
- Inspect the LED stack. Check the CU305 RDY LED (steady green = OK, flashing at 2 Hz = commissioning mode, red = fault) and the PM340 READY LED. The gray ON/OFF1 LED on the panel confirms state 7.
- Read the fault buffer. In STARTER, right-click the drive → Online → Diagnostics → Fault Buffer. Note the timestamp of the most recent F-code; F01303, F01611, F08501, or F30002 each redirect the troubleshooting path.
- Verify the topology view. In STARTER, open Configuration → DRIVE-CLiQ Topology. A red device at the motor port is the visual confirmation of a DRIVE-CLiQ component fault.
- Inspect cabling. Power down, unplug, and inspect each DRIVE-CLiQ cable. Check the locking tabs, the 24 V pins in the connector, and the cable jacket for damage along the drag-chain path.
-
Read
r9944— DRIVE-CLiQ error counter. A non-zero, rising value confirms a communication-quality issue. Cross-checkr9945for the offending port number. - Test the motor on a known-good axis. Swap the suspect motor with a verified-good unit. If the fault transfers to the swap axis, the motor's DRIVE-CLiQ electronics are defective.
- Test the cable independently. Replace the DRIVE-CLiQ cable with a known-good 6FX2002-1DCxx lead. If the fault clears, the cable has an intermittent open or shield break.
- Reload project to drive. In STARTER, perform Load to Target System after Copy RAM to ROM. A corrupted parameter image can hold the drive in state 7 even when hardware is healthy.
7. Reading the Fault Buffer and Status Indicators
Three CU305 LED states carry diagnostic meaning during a switch-on-inhibit condition:
| CU305 RDY LED | CU305 COM LED | Interpretation |
|---|---|---|
| Off | Off | No 24 V at the CU; check X124 supply |
| Green flashing (2 Hz) | — | Commissioning mode (p0010 ≠ 0); state 0 or 8 |
| Green steady | Depends on fieldbus | Ready, no active fault |
| Red steady | — | Active fault; check fault buffer |
| Red flashing (2 Hz) | — | Boot/CRC error — firmware update required |
| Green-yellow alternating | — | Firmware update in progress — do not interrupt |
The control-panel display field has its own indicators. The ON/OFF1 LED has four colors:
- Off — drive in state 7 (switch-on inhibit) — the symptom reported here.
- Green — drive in state 1 (ready to switch on).
- Yellow — drive in state 3 (operation enabled).
- Red — fault active.
To inspect the panel's r2 mirror (ZSW2), navigate Menu → Diagnostics → Status Word. A hex value of 0x60 (binary 0110 0000) indicates OFF3 active and switching-on inhibited. A hex value of 0x40 indicates pure switch-on inhibit with no OFF command active. This is the cleanest way to distinguish an OFF2/OFF3 source wiring fault from a DRIVE-CLiQ topology fault.
8. DRIVE-CLiQ Motor Interface Repair
If the diagnostic workflow isolates the fault to the motor's DRIVE-CLiQ connector or encoder, choose one of two repair strategies based on motor type:
8.1. Replaceable Encoder Option (1FK7, 1FT7)
- Power down the drive and lock-out the line supply (5-minute capacitor discharge on PM340 ≥ 18 kW).
- Remove the motor from the machine; support the shaft to avoid axial shock to the bearings.
- Dismount the encoder cover and inspect the connector PCB for lifted pads, cold joints, or fractured traces around the 24 V pins (typical failure point when cable is yanked at angle).
- Order a replacement encoder kit (e.g.,
1FK7xxx-xAxx-xfamily with the matching order code suffix) and install per the motor's mechanical instructions. - Re-mount the motor, reconnect DRIVE-CLiQ, and torque the connector locking screws to spec.
8.2. Non-Replaceable Encoder Option (1PH8 induction motors)
On 1PH8 motors, the DRIVE-CLiQ interface is integrated into the encoder housing and cannot be field-repaired. The full motor assembly must be replaced. Before replacement, verify the encoder order code (p0400 / r0400) and confirm the spare motor matches the encoder type exactly — mixing EnDat 2.1 and 2.2 encoders on the same axis will re-introduce F01304.
p1910) and Encoder adjustment (p1990) in STARTER before enabling the drive in production.
9. Control Panel Commissioning via STARTER
The BOP/AOP control panel "Assume Control Priority" function only becomes fully un-ghosted once the drive has completed topology commissioning and a valid drive object exists. The procedure to reach that point:
- Open STARTER (V4.x) or Startdrive (V15+) and create a new project. Select Online → Accessible Nodes to discover the CU305 on PROFINET or PROFIBUS.
- If the project is empty, STARTER offers Upload from Target System. Use this if the drive was previously configured and you have lost the project file.
- If the drive is in factory-fresh state, perform Restore Factory Settings (
p0970 = 1) and confirm. - Run Configure DDS to select the line voltage, motor type, encoder type, and current limits. STARTER will filter valid combinations automatically.
- Download the configuration: Load to Target System. The CU305 stores volatile parameters in RAM; select Copy RAM to ROM after the download to persist to the flash.
- Open the Control Panel (icon top-right). Click Assume Control Priority; the line-module tick box should appear un-greyed for the PM340's integrated infeed. Tick it.
- The LM box becomes active. Click it — this issues the pre-charge command and brings the DC link to rated voltage.
- The ON/OFF1 and OFF2 buttons are now active. Press ON; the drive should transition through states 1 → 2 → 3 if no fault is latched.
If the LM box remains grey even after a successful topology scan and parameter download, the drive is internally latched on a DRIVE-CLiQ component fault that prevents it from declaring the infeed ready. This is the exact condition captured in field reports.
10. Verification Procedure
After the motor (or cable) is replaced, run this verification checklist before returning the axis to production:
- Topology scan: In STARTER, right-click drive → Online → Topology. All DRIVE-CLiQ nodes must display green.
- Fault buffer clean: Online → Diagnostics → Fault Buffer must show no active faults. Clear with the ACK button if any are present.
- Control panel test: Use the AOP/BOP to issue ON. Drive should reach state 3 (yellow ON/OFF1 LED) within 200 ms of the command.
-
Direction check: Run a slow jog (
p1130limited,p1145EN active) and confirm rotation matchesp1820direction inversion setting. -
Encoder sign: Verify
p0410[0]= 0 and the position actual value inr0480increases in the direction of positive motor rotation. -
Motor ID run: If the motor was replaced, run
p1900 = 1(orp1910 = 1for standstill identification) and wait for completion. - Save and backup: Copy RAM to ROM, then Upload from Target System and archive the project file.
11. Preventive Maintenance Recommendations
- Cable routing: Route DRIVE-CLiQ cables in a separate trough at least 100 mm from VFD output power cables. Cross at 90° if a crossing is unavoidable.
- Connector care: Avoid pulling on the connector body; pull on the cable 25 mm behind the connector. Locking tabs must be audibly clicked into place.
- Drag-chain rules: Use only chain-rated DRIVE-CLiQ leads (6FX2002-1DCxx-xxxx with the AG or AD suffix). Observe minimum bend radius (typically 7× cable diameter).
-
PM340 cooling: Verify fan operation at every scheduled service. A clogged heat sink trips
F30004on newer firmware and prevents the drive from leaving state 7. -
Firmware hygiene: Keep STARTER, CU305 firmware, and DRIVE-CLiQ component firmware on a coordinated version matrix. Mismatched firmware is a frequent cause of
F01304at next commissioning. - Spare inventory: Carry one each of: DRIVE-CLiQ cable (3 m), encoder module (matching the line's installed motor family), and a PM340 of the matching current rating for fast swap-and-go troubleshooting.
What does "Switch-on disable is activated" mean on a SINAMICS S110?
It is the operator-text translation of PROFIdrive state 7 (switching-on inhibited, ZSW1.6 = 1). The drive is intentionally refusing the ON command because at least one inhibit source is active — typically a fault, an OFF2/OFF3, or an incomplete DRIVE-CLiQ topology.
Which DRIVE-CLiQ fault blocks the ON command most often on CU305 + PM340?
F01303 (DRIVE-CLiQ component does not respond) and F01611 (component not ready for operation). Both are raised when the motor's DRIVE-CLiQ interface or cable is damaged, exactly as in the field case where the motor's connector PCB was found defective.
Why does the LM box stay grey on the STARTER Control Panel?
The line-module tick box stays grey until the drive has completed topology commissioning and declares the infeed ready. A DRIVE-CLiQ component fault prevents the CU305 from promoting the drive object to the "ready to switch on" state, which is the prerequisite for the LM box to become active.
Can I bypass the DRIVE-CLiQ interface and use the BOP directly?
No. The BOP/AOP "Assume Control Priority" command only un-greys after a valid topology exists in the CU305. If a DRIVE-CLiQ component is missing, the panel cannot assume control. Repair the topology first; the panel becomes functional automatically.
What is the minimum repair to recover from F01303 in the field?
Replace the DRIVE-CLiQ cable first (cheapest). If F01303 persists, swap the motor or its encoder module to confirm. After hardware is healthy, perform Load to Target System in STARTER, Copy RAM to ROM, then re-test the ON command from the panel.
How do I distinguish a DRIVE-CLiQ fault from an OFF2/OFF3 wiring fault?
Read the panel's status-word mirror. ZSW1.4 = 1 indicates OFF2 active (check p0844 source). ZSW1.5 = 1 indicates OFF3 active (check p0845). Both = 0 with the panel still in state 7 means the drive is latched on a fault or DRIVE-CLiQ topology issue.