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™?
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.
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.