Industrial Automation Glossary of Terms
This page defines the core technical vocabulary used across industrial automation disciplines, from control systems and field devices to networking protocols and safety standards. The terms collected here span discrete manufacturing, process industries, and hybrid environments — covering both legacy plant-floor terminology and modern concepts tied to Industrial Internet of Things (IIoT) and digital integration. Precise terminology reduces specification errors, supports cross-disciplinary communication, and anchors compliance with standards published by ISA, IEC, and NIST.
Definition and scope
An industrial automation glossary is a structured reference that assigns bounded, consensus-based definitions to technical terms used in the design, operation, and maintenance of automated industrial systems. The scope of such a glossary extends across hardware, software, control theory, safety engineering, and communications — reflecting the interdisciplinary character of modern automation practice.
The International Society of Automation (ISA) and the International Electrotechnical Commission (IEC) maintain the two most widely adopted standardized vocabularies for this domain. ISA-5.1 covers instrumentation symbols and identification; IEC 61131-3 standardizes programming language terminology for programmable controllers. Where these sources diverge from common shop-floor usage, this glossary notes the distinction.
The terms below are grouped functionally rather than alphabetically, reflecting how practitioners encounter them: control architecture first, then field devices, then communications, then safety and compliance.
How it works
A well-structured automation glossary operates through four layers of definition:
- Term identification — The term is stated in its canonical form, including common abbreviations (e.g., PLC for Programmable Logic Controller, DCS for Distributed Control System).
- Normative definition — The definition is drawn from or reconciled with a named standard or authoritative body, with any deviations noted.
- Functional context — The term is placed within a system context: where it appears in a control hierarchy, what it interfaces with, and how it behaves under normal versus fault conditions.
- Boundary conditions — Distinctions are drawn between closely related terms (e.g., setpoint vs. process variable, interlock vs. permissive) to prevent conflation in specification documents.
This structure mirrors the approach used in NIST SP 800-82 (Guide to Industrial Control Systems Security), which maintains a formal glossary as an appendix to its ICS security framework — a practice that signals how definitional precision directly supports operational and regulatory outcomes.
Common scenarios
Control Architecture Terms
- Programmable Logic Controller (PLC): A ruggedized digital computer used for sequential, discrete, or batch control. PLCs execute ladder logic, function block diagrams, or structured text programs per IEC 61131-3. Distinct from a DCS in that PLCs typically manage machine-level tasks rather than plant-wide continuous processes. See the PLC reference page for architecture detail.
- Distributed Control System (DCS): A control system in which controller functions are distributed across multiple processing nodes connected by a high-availability network, optimized for continuous process control in industries such as refining, chemicals, and power generation. Contrasted with PLC systems at Distributed Control Systems.
- SCADA (Supervisory Control and Data Acquisition): A system architecture that collects data from remote field sites and presents it to operators at a central location. SCADA systems typically supervise rather than directly execute real-time control loops. ICS-CERT and CISA treat SCADA as a distinct attack surface category.
- HMI (Human-Machine Interface): The display and input layer through which operators interact with a control system. HMIs range from panel-mounted touchscreens to server-based thin-client environments. Coverage of HMI-specific terminology appears at Human-Machine Interface.
Field Device and Instrumentation Terms
- Transmitter: A field device that converts a physical measurement (pressure, temperature, flow) into a standardized signal — historically 4–20 mA analog, increasingly HART or fieldbus digital — for transmission to a controller.
- Process Variable (PV): The measured quantity being controlled (e.g., tank level, reactor temperature).
- Setpoint (SP): The target value for the process variable, entered by an operator or generated by a supervisory loop.
- Control Output (CO): The signal sent from the controller to the final control element (typically a valve or variable-speed drive) to correct deviation between PV and SP.
- Final Control Element: The physical device — valve, damper, motor drive — that directly acts on the process in response to the controller output.
Safety and Compliance Terms
- Safety Instrumented System (SIS): An instrumented system designed to bring a process to a safe state when predetermined conditions are violated. Designed and validated per IEC 61511 for process industries and IEC 61508 for general functional safety. See Functional Safety IEC 61508/61511.
- Safety Integrity Level (SIL): A discrete level (SIL 1 through SIL 4) that quantifies the risk reduction required from a safety function. SIL 4 represents the highest demand for risk reduction (probability of failure on demand between 10⁻⁵ and 10⁻⁴).
- Interlock: A control logic condition that prevents or initiates an action based on the state of another system variable.
- Permissive: A condition that must be satisfied before an action is allowed to proceed — distinct from an interlock in that a permissive enables, rather than stops, an action.
Networking and Communication Terms
- Industrial Ethernet: Ethernet implementations hardened for plant-floor environments, including PROFINET, EtherNet/IP, and Modbus TCP. Distinct from commercial Ethernet in determinism, EMI tolerance, and connector ratings.
- OPC-UA (Open Platform Communications – Unified Architecture): A platform-independent, service-oriented architecture for secure, reliable data exchange in industrial automation, standardized by the OPC Foundation.
- Fieldbus: A digital, bidirectional communication system connecting field devices to controllers, replacing analog wiring in many installations. FOUNDATION Fieldbus and PROFIBUS are established examples.
Decision boundaries
Selecting the correct term in a specification or procurement document requires distinguishing terms that are often used interchangeably but carry different normative meanings:
PLC vs. DCS
PLCs are optimized for high-speed discrete control (scan times under 10 milliseconds are common) and are dominant in discrete manufacturing such as automotive assembly. DCS platforms are optimized for continuous process control, providing tighter integration of historian, alarming, and loop tuning functions at the plant level. The distinction matters for vendor selection, software licensing, and ISA-18.2 alarm management compliance. Detailed comparison is available at Process Automation vs. Discrete Automation.
SCADA vs. DCS
SCADA systems typically supervise geographically distributed assets (pipelines, power grids, water networks) over wide-area communications links, while DCS systems manage a single plant or unit operation over a local network. The two architectures increasingly overlap as IIoT connectivity expands, but their security perimeters, redundancy models, and latency tolerances remain distinct — a boundary that CISA addresses directly in its ICS security advisories (CISA ICS Advisories).
SIS vs. Basic Process Control System (BPCS)
IEC 61511 requires that safety instrumented systems be independent of the basic process control system to the degree required by the target SIL. Sharing sensors, logic solvers, or final elements between the BPCS and SIS is permissible only when a formal risk assessment demonstrates no compromise of the required SIL. This independence requirement is among the most commonly misunderstood boundaries in process safety engineering.
Interlock vs. Permissive
These two terms are frequently conflated in P&ID documentation. An interlock is triggered by an abnormal condition and acts to stop or redirect the process. A permissive is a prerequisite condition for a normal operation to begin. Confusing the two in control narratives leads to logic errors that may not surface until a fault condition occurs.
For standards governing how these terms appear in official documentation, the Industrial Automation Standards and Regulations reference page provides the governing bodies and document numbers relevant to US industrial facilities.
References
- ISA (International Society of Automation) — Publisher of ISA-5.1, ISA-18.2, ISA-88, ISA-95, and other foundational automation standards.
- IEC (International Electrotechnical Commission) — Publisher of IEC 61131-3 (PLC programming languages), IEC 61508 (functional safety), and IEC 61511 (process safety instrumented systems).
- NIST SP 800-82 Rev. 3 — Guide to Industrial Control Systems (ICS) Security — Includes normative ICS glossary used by US federal agencies and critical infrastructure operators.
- [CISA Industrial Control Systems Advis