PLC output LED is on but the device doesn't work
The PLC output indicator says the output is energised, but the connected device (valve, contactor, lamp, motor starter) does nothing. The program thinks everything is fine.
Safety first
Field devices on PLC outputs can move machinery the moment the circuit completes. Confirm what the output controls and secure the area before forcing or bridging anything.
Isolate, lock out / tag out, and prove dead before working unless a live test is specifically required, authorised, and carried out under proper supervision. Always follow local regulations, your site procedures, and the equipment manufacturer's documentation.
Full detail — causes, the why, and common mistakes.
Likely causes
Ranked from most to least likely.
- 1
Open circuit between output and device
Most likelyA broken wire, blown output fuse, loose terminal, or open in the field wiring means the output is 'on' at the card but nothing reaches the device.
- 2
Missing field/load supply
#2Many output cards switch a separate field supply. If that supply (or its common/return) is missing, the LED can still show logic state while the load gets nothing.
- 3
Failed output channel (won't actually switch)
#3The output's switching element has failed open. The logic LED tracks the program, not the real output, so it lies about the actual state.
- 4
Faulty field device or its own protection
#4The valve coil, contactor coil, or lamp has failed, or a downstream fuse/overload for the device has opened.
- 5
Wrong output type / load mismatch
Least likelyA device drawing more than the output can drive, or a mismatch between sourcing/sinking wiring, can leave the device unpowered.
Reports are saved on this device to reflect what you actually find.
Testing sequence
Work through one test at a time. Expected reading and what each result means.
With the output commanded on, measure voltage at the output terminal to its common/return.
The expected switching voltage present at the output terminal when on.
The card is switching — the fault is downstream in the field wiring or device.
No voltage at the output despite the LED means a failed output channel or a missing field supply.
View all expected readings at once
Fault-finding flowchart
The same logic as a decision tree.
- 1start
Output LED on, device dead
→ step 2 - 2decision
Is switching voltage present at the output terminal?
Yes→ step 3No→ step 4 - 3decision
Does that voltage also reach the device terminals?
Yes→ step 5No→ step 6 - 4decision
Is the field supply/common present and the output fuse intact?
Yes→ step 7No→ step 8 - 5result
Field device or its downstream protection has failed. Test the coil/load.
- 6result
Open in the field wiring between card and device. Find the break.
- 7result
Output channel has failed to switch — plan a card repair/replace.
- 8result
Missing field supply/common or blown fuse. Restore it.
Common mistakes apprentices make
- Trusting the output LED as proof the output is really switching — it follows the logic, not the physical output.
- Forgetting the separate field supply/common that the output card switches.
- Not measuring voltage right at the field device, missing a break between the card and the device.
- Forcing the output in software without confirming what it physically moves.
When to stop & escalate
If the output channel itself has failed, plan a card swap/repair per site procedure and program backup. If forcing outputs is involved, follow the site's change-control and never leave an output forced on a running machine unattended.
If you're past your competence, authorisation, or the safe limits of the job — stop and hand it on. There's no fault worth getting hurt over.
Related faults
Timer relay not switching its output
A timer relay is powered but its output contact never changes state — the delayed action (start, changeover, stop) never happens, or it switches at the wrong time.
No control voltage in the panel
Nothing in the control circuit will operate — contactors won't pull in, indicators are dead, the PLC may be off. The control voltage that should be there simply isn't.
Limit switch or proximity sensor not being detected
A limit switch or proximity/photo sensor isn't registering — the machine doesn't stop at position, the input never makes, or the sensor LED looks wrong for the target's position.
Learn the theory
How the gear and circuits behind this fault actually work.