PLC Outputs Not Working?

Use this step-by-step guide to troubleshoot PLC output problems in real automation systems. Check output LEDs, output terminals, field power, commons, interposing relays, contactors, solenoids, and why an output can look ON in the PLC while the real device still does not actuate.

The main goal is to separate command logic problems from field-power and load-side problems as fast as possible.

Best use of this page: compare what the PLC says the output is doing versus what the real device is actually receiving. A commanded output is not the same thing as usable power at the load.

Common output symptoms

  • PLC output LED is on but the device does not actuate
  • Output point never turns on
  • Contactor or solenoid clicks sometimes but not always
  • HMI says output is on, but nothing happens in the machine
  • Output works only intermittently

Recommended PLC Troubleshooting Flow

This page fits into the PLC & Electrical troubleshooting system. Use it when the symptom is clearly output-side, then move into the next tool based on what you find.

Typical path

Start from the symptom, narrow the issue, then move into electrical checks if needed.

Step-by-Step PLC Output Troubleshooting

If a valve, relay, solenoid, contactor, stack light, motor starter, or other field device is not actuating, do not jump straight into program edits. Start by checking whether the PLC output is physically turning on, then verify whether the load is actually receiving voltage and return path under real conditions.

Not sure where to start?

If you're troubleshooting a real PLC issue, start with the full step-by-step guide or use the interactive troubleshooter to narrow the issue down by symptom.

Before you start

  • Confirm the machine is actually in a state where the output should turn on.
  • Verify safety circuits, permissives, and interlocks are satisfied.
  • Know whether the output drives the load directly or through an interposing relay.
  • Check whether the problem is constant or intermittent.
  • Compare the PLC output status to the real device behavior, not just the HMI screen.
Step 1

Check the PLC output LED first

This is one of the fastest ways to separate program-command issues from field-power issues. If the physical output LED on the PLC card or remote output module never turns on, the PLC may not actually be commanding the output.

  • If the output LED never turns on, suspect permissives, logic conditions, mapping, or the wrong point being watched.
  • If the output LED turns on but the device does not move, suspect field power, commons, fuse issues, wiring, relay failure, or load failure.
  • If the LED flickers or is inconsistent, suspect intermittent logic conditions, unstable power, or loose connections.
Simple rule: if the PLC output LED is off, the load problem is usually not the first place to start.
Step 2

Measure voltage at the PLC output terminal

Do not stop at the logic tag. Measure what the PLC output terminal is actually doing when the output is commanded on and off.

  • Measure the output terminal relative to the correct common or return.
  • Check the output both when it should be off and when it should be on.
  • Verify the output group common is correct for that module.
  • Check whether voltage disappears under load even if it looks normal unloaded.
Step 3

Verify field power and common return path

A PLC output can switch correctly and still do nothing if the load does not have usable power or return path. This is one of the most common output troubleshooting misses.

  • Check whether the load supply is present at the device.
  • Verify the common or neutral return path is intact.
  • Check output fuses, breakers, and distribution terminals.
  • Make sure the output card type matches the field wiring method.
Common mistake: the PLC output is on, but the load never energizes because the field-side supply or return path is missing.
Step 4

Check relays, contactors, and interface hardware

Many PLC outputs do not drive the real device directly. They often energize an interposing relay, motor starter coil, contactor, or valve manifold output first.

  • Check whether the interposing relay coil is getting voltage.
  • Verify relay contacts are actually closing.
  • Inspect relay sockets, contactor coils, overload blocks, and terminal strips.
  • Do not assume the relay is good just because the PLC point is on.
Step 5

Verify the load itself can actuate

If the output and field power look correct, the problem may be the real load. Solenoids, valves, contactors, and other devices can fail mechanically or electrically.

  • Check coil resistance where appropriate.
  • Listen for contactor or relay pull-in when commanded.
  • Check whether the valve spool or actuator is mechanically stuck.
  • Inspect for burned coils, damaged connectors, or loose load wiring.
Step 6

If the output is commanded but does not stay on

This usually points toward logic conditions, permissives, safety resets, or unstable machine state rather than pure field wiring.

  • Check whether a timer, seal-in, or permissive drops out immediately.
  • Verify whether the output is being reset by another rung or routine.
  • Check safety relays, E-stops, and interlocks that may remove downstream power.
  • Trend the real output tag if the problem is too fast to catch live.
Step 7

Treat intermittent outputs differently

If the output works sometimes, suspect loose terminals, weak power, vibration, heating components, relay wear, or load-side problems that only appear under certain conditions.

  • Check whether the fault happens during machine motion, load changes, or heat buildup.
  • Inspect terminals, relay bases, and contactors for looseness or wear.
  • Look for voltage dips at the output or load when the machine cycles.
  • Check whether the output LED stays on when the real device drops out.
Intermittent outputs are often easier to solve by comparing PLC output state to actual load voltage when the failure happens.
Step 8

Use the right next tool

Once you know whether the problem is logic, field power, output hardware, or the real load, move into the right page instead of guessing.

What should you check next?

Once you know whether the issue is command logic, field power, or load-side actuation, move into the next page that matches the symptom. That is the fastest way to isolate the real root cause.

Typical root causes

  • PLC output never actually commanded on
  • Missing field power or common return
  • Blown fuse or tripped protection
  • Failed relay, contactor, or interposing hardware
  • Broken wire or loose output terminal
  • Load coil or actuator failure
  • Intermittent logic, safety, or power condition

Use this page when

  • A commanded PLC output is not producing real machine action
  • You need to separate PLC command problems from load-side problems
  • You want a targeted output troubleshooting guide
  • You want to move from output symptoms into the right tools fast

Related PLC & Electrical Tools

These pages work together and help keep output troubleshooting tied into the rest of the controls system.

Working on a real machine issue?

If you're dealing with a live machine problem, use the support path below and move straight into help that matches the real system.