ISA-5.1: A Practical Reference for HMI Engineers
ISA-5.1 — “Instrumentation Symbols and Identification” is the standard that lets a process engineer in Stuttgart and a panel operator in São Paulo read the same P&ID and arrive at the same mental model of the loop. It defines the bubble-letter shorthand you see on every drawing — FIC-101, PSV-204, LSHH-301 — and the geometric conventions that distinguish a field instrument from one wired into the DCS.
This is a practitioner's reference, not a verbatim restatement. We focus on the parts that matter when you are drawing or buying HMI symbols: tag format, letter codes, and mounting symbols.
1. Tag format
Every ISA-5.1 tag is a two-part identifier:
- Function letters (1–4 letters) describe what the instrument measures and what it does.
- Loop number (typically 3 digits) identifies the specific loop. Conventionally grouped by area:
1xxfor unit 1,2xxfor unit 2, etc.
Joined by a hyphen: FCV-104. Optional suffix letters (A/B/C, S, X) handle redundancy, switches, and accessories: PT-101A, HS-204, FCV-104S.
2. First letters — the measured variable
| Letter | Variable | Example |
|---|---|---|
P | Pressure | PT-101 (transmitter), PIC-101 (controller) |
T | Temperature | TI-201 (indicator), TT-201 (transmitter) |
F | Flow | FT-301 (transmitter), FCV-301 (control valve) |
L | Level | LIT-401 (indicating transmitter), LSHH-401 (high-high switch) |
A | Analytical (pH, O₂, conductivity, …) | AT-501, AIT-501 |
W | Weight / force | WIT-602 (load cell) |
S | Speed / frequency | SIT-701, SS-701 (speed switch) |
V | Vibration | VT-801, VAH-801 (vibration alarm high) |
Y | Event / state / presence | YS-901 (state switch) |
Z | Position | ZS-1001 (limit switch), ZT-1001 (position transmitter) |
U | Multivariable | UY-1101 |
3. Modifier and succeeding letters
The letters after the first describe the function of the instrument:
| Letter | Function |
|---|---|
I | Indicator (local readout) |
C | Controller |
T | Transmitter |
R | Recorder / historian |
S | Switch |
V | Valve / final control element |
Y | Computing / converting (I/P, math block) |
E | Sensing element (raw) |
H / HH | High / high-high alarm or limit |
L / LL | Low / low-low alarm or limit |
Q | Totalizing (integration) |
Putting it together:
PIT-101— pressure indicating transmitter (a transmitter with a local display).FIC-301— flow indicating controller (a controller with a built-in display).LSHH-401— level switch high-high (a discrete trip device for safety logic).FQI-501— flow totalizing indicator (a flow totalizer with display).FCV-104— flow control valve (a valve actuated by the flow controller).PSV-201— pressure safety valve (a relief valve).
4. Mounting symbols
The bubble around the tag tells you where the instrument lives, which is critical because it determines what the operator can see and touch:
| Symbol | Meaning | Operator interaction |
|---|---|---|
| Plain circle (no line) | Field instrument | Visible only at the equipment. Local indication or transmitter. |
| Circle with horizontal line | DCS / centralized indication | Visible in the control room. Operator-accessible. |
| Circle inside a square | PLC / programmable controller | Logic in PLC. Visible to operator if exposed via HMI. |
| Circle with double horizontal line | Shared display / shared control | Multiple operators / functions accessing the same display. |
Modern HMIs blur the line between DCS and PLC, but the convention persists on P&IDs because it reflects where the logic lives, not where the data is shown. A PLC-controlled loop with a SCADA faceplate is still drawn with the PLC square — the SCADA is just a window into it.
5. Common loop examples
Pressure control loop
PT-101 → PIC-101 → PCV-101. A transmitter senses pressure, the controller (DCS or PLC, hence the bubble convention matters) calculates output, and the control valve modulates. The loop number 101 is shared.
Level interlock
LIT-401 is the analog indicating transmitter for normal control. LSHH-401 is a separate discrete switch (often a vibrating-fork or capacitance probe) wired into the safety system independent of the DCS. ISA-84 (functional safety) usually mandates this independence.
Motor start/stop
HS-201 (hand switch — start), YS-201A (state running), YS-201B (state alarm). Some sites use M-201 as the “motor object” umbrella tag and break out individual signals as suffixes.
6. Drawing them in HMI software
Most HMI platforms ship with a generic instrument library that technically follows ISA-5.1, but:
- The shapes are often dated (3D bevels, gradient fills) and clash with ISA-101.
- Tag visibility is hard-coded — you cannot easily turn it off when the HMI handles tagging through Text Objects on top of the bitmap.
- Mounting symbol variants (field/DCS/PLC/shared) are usually missing or duplicated as separate library entries with no naming convention.
HMI Library's instrumentation set ships all four mounting symbols × all major letter codes (P, T, F, L, A, W, S, V, Z, plus modifiers I, IC, T, SH, SL, SHH, SLL, Q, E, DT) as a coherent grid. Tags and labels are sidebar-toggleable so you can disable them when the HMI handles tagging at runtime.
See the full ISA-5.1 grid in the catalog. Filter by category “Instrumentation” and you'll see every letter code × mounting variant.
Open the catalog →7. ISA-5.1 vs ISA-5.5 vs ISA-101
These three are often confused:
- ISA-5.1 — instrumentation identification: tags, letters, mounting bubbles. P&ID-centric.
- ISA-5.5 — graphic symbols for process equipment (vessels, columns, pumps in P&ID style). HMI Library covers a curated subset of these too.
- ISA-101 — HMI design: how to compose a screen, what colors mean, alarm priorities. See our ISA-101 guide.
A well-designed HMI uses ISA-101 for layout and color, embeds ISA-5.1 tags exactly as the P&ID drew them so operators can cross-reference, and represents equipment with shapes that are recognizable to anyone who has read the P&ID.
8. References
- ISA-5.1-2009 — “Instrumentation Symbols and Identification”
- ISA-5.5 — “Graphic Symbols for Process Displays”
- ISA-101.01-2015 — “Human Machine Interfaces for Process Automation Systems”
- ISA-18.2-2016 — “Management of Alarm Systems”