Device

HMI (operator panel)

A touchscreen/operator interface that lets people monitor and control a machine or process.

What it is

An HMI (Human-Machine Interface) is the screen operators use to see what a machine is doing and to control it — start/stop, setpoints, alarms, and status.

How it works

The HMI communicates with the PLC (usually over a network or serial link), reading data to display and sending commands back. It doesn't control the machine directly — it's a window onto the PLC.

A blank or frozen HMI doesn't mean the machine is stopped: the PLC may still be running the process. Treat the screen as a separate device that can fail on its own.

Where it's used

Mounted on panels and machines for operator control and monitoring. Faults are usually power (its supply/fuse), comms loss to the PLC, a software hang needing restart, or a failed display.

What it looks like when it fails

Blank screen (its own supply or fuse), frozen screen (software hang — values stop updating but the panel looks alive), comms loss (dashes, stale numbers, or an error banner), and hardware wear: dead touch zones where the same button gets pressed all day, or a backlight that dies leaving the image faintly visible at an angle.

How to test it

Supply first: 24 V at its power terminals. Then the link: port LEDs, the comms cable and switch, and whether the PLC end is happy. A restart clears a hung panel and costs nothing.

The frozen-vs-live check: most screens display a clock or a heartbeat value somewhere — if it isn't moving, nothing on that screen is real. Dark-but-faintly-visible display = backlight; the unit itself is still running.

Gotchas

A blank or frozen HMI doesn't mean the machine stopped — the PLC keeps running the process behind it. Never assume plant is dead because its screen is.

Stale values send you chasing ghosts: verify the screen is live before believing any number on it. And a replacement panel is a brick until the project (screens/config) is loaded into it — locate the project file before you swap hardware.

Safety first

A blank or frozen HMI doesn't mean the machine has stopped — the PLC keeps running behind it. Treat the plant as live and able to move until proven otherwise.

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