Chapter III

Instrumentation Drawings and Documentation

Red Seal Practice study guide with diagrams.

Instrumentation Drawings and Documentation

Introduction to the Role of Drawings in the Trade

Drawings and documentation form the common language of any instrumentation and control project. Before you can calibrate a transmitter, configure a PLC, or certify a loop, you must be able to correctly interpret all the documents that describe the installation. For the Red Seal exam, approximately 10 to 15% of the questions cover this area. Mastery of symbology, loop numbers, safety logic, and Canadian standards is therefore non-negotiable.

This chapter covers the essential documents: piping and instrumentation diagrams (P&IDs), loop diagrams, logic diagrams, layout drawings, specifications, and the standards that govern them. You will learn to read, interpret, and produce these documents according to Canadian practices.


Applicable Canadian Standards

In Canada, instrumentation documentation is governed by several national standards. You must know their exact names and their areas of application.

CSA Z462 – Workplace Electrical Safety

The CSA Z462 standard (Workplace electrical safety) is not specific to instrumentation, but it applies to any work on energized electrical equipment. It defines approach boundaries and categories of personal protective equipment (PPE) . For the exam, remember that any opening of a junction box or panel containing energized conductors requires a risk assessment according to this standard.

CSA B149.1 – Natural Gas and Propane Code

The CSA B149.1 standard applies to natural gas and propane installations. For instrumentation, it is crucial when installing pressure transmitters, flow meters, or valves on gas lines. Rule 6.4 of this standard requires that instruments connected to gas piping be installed in a manner that does not compromise the integrity of the piping. Purges and vents must be directed to a safe location.

Canadian Electrical Code, Part I

The Canadian Electrical Code, Part I (C22.1-21) governs electrical installations in hazardous locations. For instrumentation, this concerns the wiring of transmitters, valves, and analyzers in classified areas. Key rules:

Rule 18-002: Classification of locations (Zone 0, 1, 2 for gases; Zone 20, 21, 22 for dusts).
Rule 18-100: General requirements for wiring in hazardous locations.
Rule 18-150: Intrinsically safe systems (Zener barriers, galvanic isolators).

You must know that an intrinsically safe circuit must never be connected to a non-intrinsically safe circuit without an approved barrier. The wire colour for intrinsically safe circuits is blue according to Rule 18-152.

CSA Z246.1 – Pipeline Integrity

The CSA Z246.1 standard (Integrity of pipeline systems) applies to pipelines. It requires that monitoring instruments (pressure, flow, leak detection) be documented and that their performance be verified periodically. For the exam, remember that this standard requires a documented integrity management plan.


Piping and Instrumentation Diagrams (P&IDs)

The P&ID (Piping and Instrumentation Diagram) is the central document of any project. It shows the functional relationship between equipment, piping, instruments, and control systems.

Basic Symbols

Instruments are represented by bubbles (circles) divided into two parts:

Upper part: the loop number (e.g., FIC-101).
Lower part: the instrument function (e.g., FT, FY, FV).

The first letter indicates the measured or initiating variable:

LetterVariableExample
FFlowFT-101 (flow transmitter)
PPressurePT-201 (pressure transmitter)
LLevelLT-301 (level transmitter)
TTemperatureTT-401 (temperature transmitter)
AAnalysisAT-501 (analysis transmitter)
VVibrationVT-601
SSpeedST-701

The function letters follow the variable:

LetterFunctionExample
TTransmitterPT-201
IIndicatorPI-201
CControllerPIC-201
VValvePV-201
AAlarmPAH-201 (high pressure alarm)
SSwitchPSH-201 (high pressure switch)
HHighPAH-201
LLowPAL-201
YRelay / ComputingPY-201
QTotalizerFQ-101

Complete example: FIC-101 means Flow Indicating Controller. The control valve would be FV-101, the transmitter FT-101.

Instrument Location on the P&ID

The position of the bubble indicates the physical location:

On the process (piping line): instrument mounted directly (e.g., expansion thermometer).
Near the process (next to the line): field-mounted instrument, accessible.
In a control room: instrument mounted on a panel or in a PLC.

Dashed lines indicate electrical signals, thin solid lines indicate pneumatic signals, and lines with two diagonal slashes indicate hydraulic signals.

Process Lines

Piping lines are identified by a standardized code. Example: 3"-CS-101-1" means:

3": nominal diameter (3 inches).
CS: material (carbon steel).
101: line number.
1: segment or specification number.

Changes in direction, fittings, manual valves, and filters are represented by specific symbols that you must recognize at a glance.

Valves on the P&ID

Valve TypeSymbolFunction
Manual valve (globe)Circle with handleManual open/close
Ball valveCircle with handle and ballQuick isolation
Control valveCircle with actuatorAutomatic regulation
Check valveArrow with flapPrevents backflow
Safety valve (PSV)Circle with springOverpressure protection
Diaphragm valveCircle with diaphragmChemical isolation

Common trap: a control valve is normally closed (NC) or normally open (NO) depending on the fail-safe position. The symbol does not always indicate this; you must consult the loop diagram or the valve specification.


Loop Diagrams

The loop diagram is a detailed document that shows the wiring and physical connections of an instrumentation loop. It complements the P&ID by providing the information needed for installation, troubleshooting, and calibration.

Contents of a Loop Diagram

A typical loop diagram includes:

53.The loop number (e.g., FIC-101).
54.The transmitter with its connection terminals (e.g., terminals 1, 2, 3).
55.The cable with its number and type (e.g., C-101, shielded twisted pair).
56.The marshalling panel (jumper) with terminal numbers.
57.The PLC/DCS with the input/output card number (e.g., AI-01, channel 3).
58.The indicator or recorder in the control room.
59.The control valve with its actuator and positioner.
60.The power supplies (24 VDC, 120 VAC) and fuses.

Reading a Loop Diagram

Each wire is identified by a number. Terminals are numbered. The signal direction is indicated by arrows. For a 4-20 mA transmitter:

Terminal 1: power + (24 VDC).
Terminal 2: 4-20 mA signal (return).
Terminal 3: ground or shield.

The cable shield must be grounded at one end only to avoid ground loops. This is a classic exam question.

Example of a Flow Control Loop

Consider loop FIC-101:

69.Transmitter FT-101 measures flow via an orifice plate.
70.The 4-20 mA signal is transmitted to controller FIC-101 (in the DCS).
71.The controller compares the measurement to the setpoint and calculates the output.
72.The 4-20 mA output is sent to the positioner of valve FV-101.
73.The valve opens or closes to maintain the flow at the setpoint.

The loop diagram shows every physical connection between these elements.


Logic Diagrams

Logic diagrams describe the behaviour of control and safety systems. They use standardized symbols (ISA 5.2 standard) to represent logic functions.

Basic Logic Symbols

SymbolFunctionDescription
&ANDAll inputs must be true
≥1ORAt least one input must be true
1NOTInverts the input
=1XOROnly one input must be true
RMemory (latch)Holds the state until reset

Example: Emergency Shutdown Logic

Consider an emergency shutdown (ESD) system for a burner:

Inputs: PSH-201 (high pressure), TSH-401 (high temperature), LSL-301 (low level).
Logic: If PSH-201 AND TSH-401 are true, OR if LSL-301 is true, then initiate shutdown.
Output: Close the gas valve (XV-101) and open the purge valve (XV-102).

The logic diagram shows these relationships graphically. For the exam, you must be able to convert a textual description into a logic diagram and vice versa.

Safety Instrumented Functions (SIFs)

SIFs (Safety Instrumented Functions) are safety loops designed to reduce risk. They are classified by Safety Integrity Level (SIL) according to IEC 61511 (adopted in Canada). SIL levels range from 1 (low risk) to 3 (high risk). The SIL determines the required redundancy:

SILRisk Reduction FactorTypical Redundancy
110 to 100Single
2100 to 10001oo2 (1 out of 2)
31000 to 100002oo3 (2 out of 3)

Trap: do not confuse SIL with Ingress Protection (IP) rating. SIL concerns functional reliability; IP concerns protection against dust and water.


Layout and Arrangement Drawings

Layout drawings show the physical location of instruments in the field. They are used for installation, locating, and maintenance.

Elements of a Layout Drawing

Coordinates: grid system (e.g., A-1, B-2) or GPS coordinates.
Elevation: height relative to a reference level.
Orientation: north indicated by an arrow.
Scale: ratio between the distance on the drawing and the actual distance (e.g., 1:100).
Legend: explanation of the symbols used.

Installation Dimensions

Instruments must be installed at accessible heights for maintenance. Typical dimensions:

Pressure transmitter: at eye level (1.5 m) if possible.
Level transmitter: at the measurement point level, with connection flanges.
Control valves: accessible from the ground or from a platform.

Rule of thumb: an instrument must be accessible without a ladder for routine operations (calibration, inspection). If this is not possible, scaffolding or a permanent platform is required.


Specifications and Technical Requirements

Specifications describe the technical requirements for purchasing and installing instruments. They include:

Functional specifications: measurement range, accuracy, response time.
Mechanical specifications: materials, connections, dimensions.
Electrical specifications: power supply, output signal, area classification.
Environmental specifications: ambient temperature, humidity, vibration.

Example Specification for a Pressure Transmitter

ParameterValue
Measurement range0 to 100 kPa
Output signal4-20 mA
Power supply24 VDC
Accuracy±0.1% of full scale
Body material316 stainless steel
Connection1/2" NPT
Area classificationZone 1, Group IIB, T3
Ambient temperature-40 °C to +85 °C

Trap: accuracy is expressed as % of full scale or % of reading. These two expressions give different results. For a 0-100 kPa transmitter with an accuracy of ±0.1% of full scale, the maximum error is ±0.1 kPa. For a reading at 50 kPa with ±0.1% of reading, the error is ±0.05 kPa.


Verification and Commissioning Procedures

The commissioning of an instrumentation loop follows a documented procedure. Typical steps:

118.Visual verification: installation conformity to the P&ID and loop diagram.
119.Connection verification: terminal tightening, cable continuity.
120.Insulation test: measurement of insulation resistance (megger) between conductors and ground. The minimum value is generally 10 MΩ.
121.Power supply: verification of supply voltage (e.g., 24 VDC ±10%).
122.Calibration: verification of transmitter accuracy with a field calibrator.
123.Loop test: simulation of the 4-20 mA signal and verification of the PLC and valve response.
124.Documentation: recording of results in the commissioning report.

Calibration Error Calculation

Calibration error is calculated as follows:

Error (%) = (Measured value - Actual value) / Full scale × 100

Example: a 0-100 kPa transmitter is tested at 50 kPa. The calibrator reads 50.3 kPa.

Error = (50.3 - 50) / 100 × 100 = 0.3%

If the required accuracy is ±0.1%, the transmitter is out of tolerance and must be recalibrated.


Maintenance and Operations Documents

Maintenance documents include:

Calibration sheets: record reference values and measured values.
Maintenance histories: log past interventions.
Standard operating procedures (SOPs): describe the steps to perform a task safely.
Work permits: authorize work in hazardous areas.

The Importance of Traceability

Traceability is essential. Each instrument must have a unique identifier (tag number) and a complete file. Canadian standards (CSA Z246.1 for pipelines, for example) require that documents be kept for the entire life of the installation.


Document Management Software

Modern systems use asset management databases (e.g., SAP PM, Maximo) and document management systems (e.g., Documentum, SharePoint). These tools allow you to:

Track instruments by tag number.
Schedule preventive maintenance.
Record calibration results.
Generate compliance reports.

For the exam, you must understand the principle of lifecycle management: an instrument is tracked from its specification to its decommissioning.


Traps to Avoid

Here are the most frequent errors made by Red Seal exam candidates on this topic:

151.Confusing function letters: for example, confusing PAH (high pressure alarm) with PAL (low pressure alarm). The letter H or L is always placed in the last position.
152.Forgetting that the first letter indicates the measured variable: FT is a flow transmitter, PT is a pressure transmitter. Never invert them.
153.Ignoring the bubble position on the P&ID: a bubble on the process line indicates a direct-mounted instrument; a remote bubble indicates a control room instrument.
154.Not knowing the shielding rule: the shield of an instrumentation cable must be grounded at one end only to avoid ground loops.
155.Confusing the standards: the Canadian Electrical Code, Part I concerns hazardous locations, not plumbing or gas. CSA B149.1 concerns natural gas and propane.
156.Calculating calibration error with the wrong reference: the error is calculated relative to full scale, not relative to the measured value, unless otherwise stated.
157.Forgetting Rule 18-152: intrinsically safe circuits must use blue wires and be physically separated from other circuits.
158.Not checking the fail-safe position of a valve: a control valve can be NC or NO depending on the design. The symbol does not always indicate this.
159.Confusing SIL and IP: SIL is a safety integrity level; IP is an ingress protection rating against dust and water.
160.Neglecting documentation: in practice, a correct installation that is poorly documented is considered non-compliant.

Summary

The P&ID is the central document that shows the functional relationship between instruments and the process. Bubbles indicate the variable (first letter) and the function (subsequent letters).
Loop diagrams provide wiring and connection details for each loop. The shield is grounded at one end only.
Logic diagrams describe the behaviour of control and safety systems. AND, OR, NOT symbols are standardized.
Essential Canadian standards: CSA Z462 (electrical safety), CSA B149.1 (gas), Canadian Electrical Code, Part I (hazardous locations), CSA Z246.1 (pipeline integrity).
Calibration is verified by error calculation: Error (%) = (Measured value - Actual value) / Full scale × 100.
Traceability and documentation are mandatory for regulatory compliance.
The most common traps concern symbology, standards, and error calculations.

Final Exam Tips

Memorize the function letters: F (flow), P (pressure), L (level), T (temperature), A (analysis). Function letters: T (transmitter), I (indicator), C (controller), V (valve), A (alarm), S (switch).
Practice reading real P&IDs: look for examples online or in manuals. The more you read, the faster you will interpret them.
Know the Canadian Electrical Code, Part I rules: Rules 18-002, 18-100, 18-150, and 18-152 are the most frequently cited.
Practice error calculations: do exercises with different transmitters and different ranges.
Review your answers: a symbol or calculation error can cost you valuable points.

Ready to test this chapter?

Practice with exam-aligned questions and timed simulations.

Start Practicing Free