← Back to home

ISA-5.1: A Practical Reference for HMI Engineers

10 min read · Updated April 2026 · Standards reference

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:

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

LetterVariableExample
PPressurePT-101 (transmitter), PIC-101 (controller)
TTemperatureTI-201 (indicator), TT-201 (transmitter)
FFlowFT-301 (transmitter), FCV-301 (control valve)
LLevelLIT-401 (indicating transmitter), LSHH-401 (high-high switch)
AAnalytical (pH, O₂, conductivity, …)AT-501, AIT-501
WWeight / forceWIT-602 (load cell)
SSpeed / frequencySIT-701, SS-701 (speed switch)
VVibrationVT-801, VAH-801 (vibration alarm high)
YEvent / state / presenceYS-901 (state switch)
ZPositionZS-1001 (limit switch), ZT-1001 (position transmitter)
UMultivariableUY-1101

3. Modifier and succeeding letters

The letters after the first describe the function of the instrument:

LetterFunction
IIndicator (local readout)
CController
TTransmitter
RRecorder / historian
SSwitch
VValve / final control element
YComputing / converting (I/P, math block)
ESensing element (raw)
H / HHHigh / high-high alarm or limit
L / LLLow / low-low alarm or limit
QTotalizing (integration)

Putting it together:

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:

SymbolMeaningOperator interaction
Plain circle (no line)Field instrumentVisible only at the equipment. Local indication or transmitter.
Circle with horizontal lineDCS / centralized indicationVisible in the control room. Operator-accessible.
Circle inside a squarePLC / programmable controllerLogic in PLC. Visible to operator if exposed via HMI.
Circle with double horizontal lineShared display / shared controlMultiple 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:

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:

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