How to Detect a Disconnected Machine Sensor Safely
A practical guide to open-wire diagnostics for machine sensors, separating standard PLC fault detection from certified safety functions and showing how to te...
A machine that cannot distinguish “clear” from “cable removed” has a diagnostic blind spot. On a conventional normally open input, both conditions can produce an OFF bit. That may be acceptable for a noncritical presence check, but it is not a sound basis for personnel protection.

Dual-channel safety monitoring keeps cable continuity visible while standard PLC diagnostics provide maintenance context.
The first decision is whether the device performs process sensing or contributes to a safety function identified by the risk assessment. The architecture changes at that boundary.
Polarity alone does not create safety
A normally closed circuit can make an open conductor visible because the healthy idle state carries current. If the cable breaks, the input turns off. That improves diagnostics, but it does not detect every short, cross-fault, welded contact or software failure.
Modern safety sensors often use two monitored semiconductor outputs, commonly called OSSD channels. A compatible safety relay or safety controller evaluates agreement, test pulses and timing. Guard switches may use positively driven contacts in a dual-channel circuit. In both cases, the validated subsystem—not a standard PLC bit—makes the safety decision.
Where diagnostic input modules help
ControlLogix diagnostic modules such as the 1756-IB16D and 1756-IA8D can report open-wire conditions when the field circuit provides the required leakage or off-state current. The Rockwell ControlLogix digital I/O manual describes open-wire detection and the need for a leakage path across contact devices.
Without the specified current path, a healthy open contact can look like a broken wire. With too much leakage, the input can remain on or chatter. Select components from the exact module-series specifications and verify the diagnostic tag in the controller.
Build the response around the risk
For a process sensor, an open-wire diagnostic can latch a maintenance alarm and inhibit the next cycle. For a protective device, certified safety logic must remove the hazardous enable while the standard PLC records context.
Commissioning should test normal actuation, connector removal, one conductor opened at a time, channel discrepancy and restoration. Confirm that reconnection does not restart the machine automatically. Also test shorts between channels and to supply as required by the device manuals.
Diagnostics and integrated safety are converging
New drives increasingly combine motion, network diagnostics and safety functions, as seen in the related report on the OMRON M1 inverter and integrated safety. Integration can improve visibility, but validation remains function-specific.
Our view: open-wire visibility is a maintainability feature until it is incorporated into a validated safety function. Calling a standard input “safety” does not change its integrity.
Questions engineers ask before making the change
Can a normally closed sensor detect an unplugged cable?
It can make an open circuit visible, but it does not provide complete safety diagnostics or replace an evaluated safety architecture.
What separates open-wire diagnostics from safety monitoring?
Open-wire diagnostics identify loss of continuity. Safety monitoring also evaluates fault combinations, response time and diagnostic coverage required by the risk assessment.
Should a disconnected sensor reset automatically?
For a protective function, the reset behavior must follow the risk assessment and safety application; automatic restart is generally undesirable.