Foundations · Documentation

Reading P&IDs & Schematics

A drawing is the shared language of a plant — the P&ID shows how the process is plumbed and instrumented, the electrical schematic shows how the panel is wired. Newcomers freeze at the wall of circles and lines; pros read them like a sentence. This lesson cracks the code: click apart a real instrument tag, learn the symbols, and trace a circuit so a drawing becomes a story you can follow.

🔖 ISA tags⭕ instrument bubbles🔧 valves & lines⚡ ladder schematics
01 · What the drawings are

Two drawings, two jobs

🌊 P&ID — Piping & Instrumentation Diagram

The process map: every vessel, pump, valve and instrument, and the pipes connecting them. It answers "what flows where, and what watches it?" The instrument tags on a P&ID are exactly the tags you'll address in the PLC.

⚡ Electrical schematic

The wiring map: power rails, contacts, coils, sensors and terminals — usually drawn as ladder rungs. It answers "how does the panel actually connect?" This is what you trace when a circuit doesn't work.

02 · Crack the tag

🎮 Decode an instrument tag

Every instrument on a P&ID carries an ISA-5.1 tag — a little code that tells you exactly what it does. It looks cryptic until you split it. Click each part of the tag below to decode it, then try the others.

▲ click a part of the tag
The first letter is the measured variable, following letters are the function, and the number is the loop. Tap any segment to learn it.

The pattern: [variable][function]-[loop number]. So FT-101 = Flow Transmitter, loop 101. LIC-205 = Level Indicating Controller, loop 205. Same loop number = same control loop, so FT-101, FIC-101 and FV-101 all belong together.

03 · The letter code

The ISA letters worth memorising

Letter1st position (variable)Later position (function)
FFlow
LLevel
PPressure
TTemperatureTransmitter (if later)
ICurrentIndicator
CController
TTransmitter
VValve
SSpeedSwitch
AAnalysisAlarm

🧠 Read it left to right: first letter = what's measured, the rest = what the device does. PIC = Pressure Indicating Controller. LSH = Level Switch High. TT = Temperature Transmitter. The bubble's lines tell you where it lives (field vs control room).

04 · The symbols

A starter symbol library

You don't need all 300 symbols — these dozen cover most of what you'll meet:

⭕ The instrument bubble tells you location: a plain circle = field-mounted; a circle with a solid line = main control room (on the HMI); a dashed line = behind a panel. A square-in-circle often means a PLC/shared-control function.

05 · Tracing a schematic

Follow the current like a story

An electrical schematic is read like a book: left rail is power, right rail is the return, and each horizontal rung is one circuit. To debug, you trace from the left rail through every contact to the coil on the right — the first open contact is your culprit.

📖 Read rung by rung. Each rung starts at the left power rail and ends at a coil/load on the right. Contacts in series = AND; parallel = OR.

🔢 Cross-references. A number next to a contact points to the rung where its coil lives — that's how you jump between pages to follow a signal.

🔍 Debug by tracing. Coil not energising? Walk left-to-right with a meter; the first contact that's open when it should be closed is the fault.

06 · Field kit

Reading drawings in eight lines

  1. P&ID = the process map; electrical schematic = the wiring map.
  2. Tag = [variable][function]-[loop#]. First letter = measured variable.
  3. FT-101 = Flow Transmitter; LIC-205 = Level Indicating Controller.
  4. Same loop number = same control loop (group them).
  5. Plain bubble = field; solid line = control room; dashed = behind panel.
  6. Schematic: left rail = power, right rail = return; one rung = one circuit.
  7. Series contacts = AND; parallel = OR.
  8. Debug by tracing left→right; first wrongly-open contact is the fault.