Glossary

SCADA glossary

A searchable reference for common industrial automation software and communication terms.

Alarm

Alarms

A configured condition that requires operator awareness or action, often with priority, acknowledgement, shelving, and event history.

Related: Deadband, HMI

Deadband

Alarms

A threshold range used to suppress insignificant changes, prevent alarm chatter, or reduce historian noise.

Related: Alarm, Historian

Historian

Historian

A time-series database and service layer for storing industrial process values, events, alarms, batches, and production context over time.

Related: Trend, Tag

HMI

HMI

Human-Machine Interface: screens operators use to view equipment state, issue commands, acknowledge alarms, and understand process behavior.

Related: SCADA, Alarm, Trend

MES

MES

Manufacturing Execution System: software layer that manages production execution, work orders, quality, traceability, recipes, and performance context.

Related: Recipe, Historian

Modbus RTU

Modbus

Serial Modbus protocol commonly used over RS-485, where devices are addressed by unit ID and data is exchanged as compact binary frames.

Related: Register, Polling

Modbus TCP

Modbus

Ethernet variant of Modbus that reads and writes coils and registers using TCP/IP, often on port 502.

Related: Register, Polling

MQTT

MQTT

Lightweight publish/subscribe messaging protocol commonly used for IIoT telemetry, edge gateways, and cloud-connected industrial systems.

Related: OPC UA, Polling

OPC UA

OPC UA

OPC Unified Architecture: platform-independent industrial interoperability standard with typed address spaces, subscriptions, security, and services.

Related: MQTT, SCADA

PLC

SCADA Basics

Programmable Logic Controller: rugged industrial controller that reads inputs, executes logic, and writes outputs for machines or processes.

Related: Tag, Register

Polling

Networking

A communication pattern where a client repeatedly requests data from a device or server at a configured interval.

Related: Deadband, Modbus TCP

Recipe

MES

A managed set of production parameters, setpoints, limits, or steps used to run a product, batch, or machine mode consistently.

Related: Setpoint, MES

Register

Modbus

A numbered data location in a device protocol such as Modbus, often represented as coils, discrete inputs, input registers, or holding registers.

Related: Modbus TCP, Tag

SCADA

SCADA Basics

Supervisory Control and Data Acquisition: software and infrastructure used to monitor, visualize, alarm, historize, and sometimes control industrial processes.

Related: HMI, PLC, Historian

Setpoint

SCADA Basics

A target value entered by an operator, recipe, or control system for a controller or process variable to follow.

Related: Recipe, Tag

Tag

Tags

A named data point in an HMI/SCADA system, usually mapped to a controller address, calculation, alarm source, or historian point.

Related: Setpoint, Deadband

Trend

Trends

A visual plot of process values over time, used for operations, troubleshooting, and engineering analysis.

Related: Historian, Tag