unhold
To remove from a "hold" or "on hold" state.
unhold: release a circuit or signal from a locked state
To unhold is to release a signal, circuit, or device from a held or latched condition, restoring it to active operation or allowing it to respond to new commands. In electrical systems, a hold state freezes the current condition in place, preventing change until an explicit unhold signal is applied. This is distinct from simply turning something off; the held element remains energized and ready, but its logic is locked.
The unhold command appears in relay logic, programmable controllers, and industrial automation where a circuit must be kept in a known state temporarily. For example, a motor starter might hold a contactor closed even if the start button is released, and an unhold signal (often a reset or stop command) breaks that latch. Without the unhold action, the motor would run indefinitely. Similarly, in signal processing and data acquisition, holding a value freezes it in a register; unhol ding allows the next value to be captured.
Hold and unhold pairs create edge-triggered or level-triggered behavior depending on the circuit topology. In older electromechanical systems, unhold was achieved through a separate relay coil wired to break the hold circuit. Modern programmable logic controllers implement hold and unhold as instructions in ladder logic or function blocks, making the logic clearer and more flexible. The unhold signal must be high enough in voltage or current to reliably overcome the hold condition and cannot be marginal; weak unhold signals may cause chatter or incomplete release.
Common sources of trouble include unhold signals that are too brief, allowing the held element to re-latch immediately, and failure to distinguish between unhold and simple de-energization. An unhold that occurs during a critical moment (such as mid-ramp in a variable frequency drive) can cause transient overshoot or mechanical shock. For safety-critical applications, unhold logic is often combined with interlock verification to ensure the system is in a safe state before release is allowed.
The term reflects the symmetry of digital control: hold freezes a state, unhold unfreezes it. It is standard in control engineering documentation, ladder diagrams, and PLC software. Related terms include latch (which implies a self-holding action that requires unhold to break), reset (which typically clears a state entirely rather than simply releasing a hold), and release (a broader term used when the specific mechanism is unimportant).