disable
To deactivate, to make inoperational (especially of a function of an electronic or mechanical device).
disable: cut power or lock out a function safely
To disable a device or function means to remove its ability to operate, either by cutting electrical power, mechanically preventing motion, or deactivating software logic. In industrial settings, disabling is almost always a deliberate safety action, not accidental failure. You disable a machine before maintenance, or disable a hazardous output when it poses a risk.
Disabling differs from stopping or pausing. A stopped machine can restart on command; a disabled one cannot operate until the disable condition is reversed. Common methods include opening a disconnect switch, de-energizing a solenoid, engaging a mechanical brake, or flagging a software bit that blocks operation. Some systems use interlocked guards that automatically disable motion when a door opens. Others rely on control logic to disable outputs based on sensor input or operator command.
Disabling versus fault detection
Intentional disabling protects workers and equipment during setup, troubleshooting, or maintenance. Unintended disabling, by contrast, signals a fault. A relay that fails to energize when commanded looks like the output is disabled, but it is actually broken. Diagnostics must distinguish between commanded disable and failure to respond. Many industrial systems log disable events separately from faults for this reason.
In programmable logic controllers and distributed control systems, disabling is typically a software operation: a control block sets an output to an inactive state regardless of input signals. In hardwired logic, a normally-open contact in series with the load serves the same function. Safety standards like ISO 13849 specify that disable paths must themselves be monitored to detect if the disable mechanism fails.
The term is also used for disabling features or channels within a complex device. A power supply might disable one of four output channels in response to overcurrent. A data acquisition system might disable a sensor input after it fails calibration. This granular disabling allows a partially degraded system to continue operating at reduced capacity rather than failing completely.