PLC I/O · Signal path · Live status

PLC Input Not Responding

A guided S.W.A.T. first-check flow for field devices that change state in the real world but do not appear correctly at the PLC input or inside the live logic.

Walt — Simple Man Takeaway

Before you blame the program, prove the signal made it through the wire.

Plain-English Summary

Use this flow when a prox, photoeye, limit switch, pressure switch, pushbutton, safety device, or other input appears to be changing in the field but the PLC input status does not follow the real condition.

R.E.A.L. firstRead-only firstCapture before changingReverse-trace failed conditionsTrap intermittent ghosts

First-Check Flow

Field Checks

  • Field device actually actuated or de-actuated
  • Correct supply voltage and common present
  • Sensor target, alignment, range, contamination, or environment checked
  • Terminal voltage measured at input card
  • PLC online input status compared to real field state
  • Alias/tag/reference confirmed
  • Input card/channel health checked

Watch Out For

  • Dirty photoeyes or reflective false targets
  • Loose terminals or broken conductors near moving cable track
  • Shared commons, blown fuses, or missing 24VDC
  • Wrong sinking/sourcing wiring assumptions
  • Intermittent vibration-induced signal loss
  • Logic using the wrong bit, alias, or inverted condition

Reverse-Trace or Ghost Busting™?

Use Reverse-Trace Logic Solving™
when the failure is stable and visible live. Open the PLC program, monitor in RUN mode, chase only failed conditions, find the driving OTE, and repeat failure-to-failure.
Use Ghost Busting™
when the failure is intermittent, self-clearing, timing-based, or disappears before maintenance sees it. Select the suspect routine from the HMI and let the comparator trap expected-vs-actual mismatch every scan.

Find the failed result. Identify the blocking condition. Reverse-trace only what is failing. If the truth disappears, trap the ghost.

Related Calculators / SWAT Screens

Walt says STOP! - Safety First

Make these checks prior to proceeding.

Do not bypass safety, force outputs, defeat guards, or work live beyond your qualification and site procedure. If motion, stored energy, live electrical exposure, lockout/tagout requirements, or personnel inside guarded areas are involved, stop and follow the required safety process.

Related Links