Device

PLC (Programmable Logic Controller)

An industrial computer that reads inputs, runs a program, and drives outputs to control machinery.

A PLC with I/O modules wired in a control panel

What it is

A PLC is a rugged industrial computer built to control machines and processes. It reads signals from the field, runs a stored program, and switches outputs to make things happen — reliably, in real time.

How it works

It runs a continuous scan: read all inputs, execute the program logic, then update all outputs — over and over, many times a second. Inputs come from sensors, switches, and signals; outputs drive contactors, valves, lamps, and drives.

An output's indicator LED follows the program's intention, not the physical output — which is why an output can show 'on' while the field device stays dead (a failed output, lost field supply, or broken wire).

Where it's used

Machine control, process plants, building services — anywhere sequenced or interlocked control is needed. I/O can be local or remote, often over a network.

Common faults: inputs not reading despite a signal present, outputs on but device dead, module faults, comms loss, and the controller dropping into a fault/stop state.

Safety first

Forcing or returning a PLC to run can move machinery. Confirm the area is safe and back up the program before changes.

Isolate, lock out / tag out, and prove dead before working unless a live test is specifically required, authorised, and carried out under proper supervision. Always follow local regulations, your site procedures, and the equipment manufacturer's documentation.

Related faults

Related definitions