hardwired
Designed to perform a specific task.
hardwired: built to do one job, unchangeable
A hardwired circuit or control system is one whose logical function is fixed during manufacture, built into the physical layout of the wiring, components, or logic gates themselves. Unlike a programmable device, which can be repurposed by changing its software or firmware, a hardwired system cannot be reconfigured without physically altering the hardware: rewiring, replacing chips, or redesigning the printed circuit board.
In industrial control, hardwired logic appears in relay circuits, discrete logic IC implementations, and dedicated function modules. A hardwired relay ladder for a simple sequence, motor starter, or safety interlock operates the same way every time because its behavior is encoded in how the contacts, coils, and wires are physically connected. Changes to the sequence require an electrician to physically modify the circuit. Hardwired circuits are common in older machinery, safety systems, and applications where the control task never changes.
Hardwired versus programmable
The tradeoff is clear: a hardwired system is fast, deterministic, and requires no processor overhead or memory. It is reliable because there is no software to corrupt or crash. But it is inflexible. A PLC or microcontroller-based system offers programmability at the cost of latency, power draw, and the need for debugging and maintenance of code. In modern plants, hardwired logic survives in safety circuits (emergency stops, interlocks), in simple repeating tasks, and in retrofitted equipment where changing the control method is not economically justified.
The term also applies metaphorically to any rigid, unchangeable behavior or design decision. A hardwired response in a process control system means one that is not tuneable or adaptive. The word reflects the reality that the logic is physically wired into place, not stored as data.