hard-wire
To connect components by means of permanent electrical wires.
hard-wire: permanent electrical connection, no switching
To hard-wire is to connect electrical components together with fixed wiring in a way that cannot be easily changed or interrupted. Once hard-wired, two pieces of equipment are joined in a permanent circuit; current flows between them without the option of disconnection via a switch, relay, or plug. The alternative is soft-wiring, in which connections use terminal blocks, pluggable connectors, or switching logic.
Hard-wiring appears most often in control panels, machinery frames, and industrial installations where the circuit configuration is known not to change. A pump motor hard-wired to run whenever its control cabinet receives 480V three-phase power will run without any intermediate switch; an alarm bell hard-wired to a sensor will sound whenever that sensor is triggered. The wiring is typically routed through conduit, cable trays, or direct runs secured with clamps and fasteners.
When hard-wiring makes sense
Hard-wiring reduces points of failure. There are no connectors to corrode, no plugs to come loose, and no relay contacts to wear. For equipment that must operate identically every time, with no variation in logic, hard-wiring eliminates the complexity of programmable logic controllers or external switching circuits. It also simplifies certification and documentation: the circuit is literally what you see.
The downside is inflexibility. If a manufacturing process changes and the machine needs to behave differently, hard-wired circuits must be physically rewired. This makes hard-wiring unsuitable for systems that require regular reconfiguration. Modern industrial practice therefore reserves hard-wiring for safety interlocks, emergency stops, and other functions that must remain constant across the life of the equipment.
The term is also used metaphorically in software and programming contexts to describe values or behaviors that are fixed in code rather than configurable, though in industrial electronics the phrase refers always to actual wiring.