PLC IO List Example – 5 Real Industrial Cases with Full Signal Tables (2026)

Last Updated: April 2026 | Written for automation engineers working on real industrial projects.

A PLC IO list example is the fastest way to understand how real industrial automation systems are structured and documented in practice.

In this guide you will find 5 complete PLC IO list examples from real industries — each with a full signal table, tag names, PLC addresses, and engineering notes. You will also learn the most common IO list mistakes engineers make and how to avoid them.

Before diving into examples, if you want a complete explanation of what a PLC IO list is and how to create one from scratch, read: PLC IO List Explained – Free Excel Template


What Makes a Good PLC IO List? (Quick Recap)

Before looking at examples, a well-structured PLC IO list must include these key columns in every row:

ColumnPurposeExample
Tag NameUnique identifier for the signalLT_101, MTR_01_RUN
DescriptionClear plain-language labelTank Level Transmitter
Signal TypeDI / DO / AI / AOAI
PLC AddressHardware memory locationIW0, %I0.0
Cable No.Field cable referenceW001
Signal RangeVoltage or current spec4–20mA, 24VDC
NotesEngineering remarksNC Contact, Spare

The more complete each row, the faster your project moves from design through commissioning. Now let’s look at real examples.


PLC IO List Example 1 – Conveyor System

Conveyor systems are one of the most common PLC applications in manufacturing, warehousing, and food processing. This IO list example covers a standard belt conveyor with start/stop control, jam detection, and variable speed drive.

Tag NameDescriptionTypePLC AddressSignal RangeCable No.
START_PBConveyor Start Push ButtonDII0.024VDC NOW001
STOP_PBConveyor Stop Push ButtonDII0.124VDC NCW002
E_STOPEmergency Stop ButtonDII0.224VDC NCW003
JAM_SENSBelt Jam Detection SensorDII0.324VDC ProxW004
MTR_OLMotor Overload TripDII0.424VDC NCW005
CONV_RUNConveyor Motor ContactorDOQ0.024VDCW006
JAM_ALARMJam Alarm Indicator LampDOQ0.124VDCW007
SPEED_REFVFD Speed Reference SignalAOQW04–20mAW008
SPEED_FBMotor Speed FeedbackAIIW04–20mAW009

IO Summary: 5 DI  |  2 DO  |  1 AI  |  1 AO  |  Total: 9 points

💡 Engineering Note: Always use NC (Normally Closed) contacts for stop buttons and emergency stops in your IO list. This ensures the PLC sees a fault if the cable is cut or disconnected — a critical safety requirement in all industrial automation systems.


PLC IO List Example 2 – Water Treatment Plant

Water treatment systems involve a mix of digital and analog signals for level measurement, pump control, flow monitoring, and chemical dosing. This is a typical IO list example for a municipal pumping station.

Tag NameDescriptionTypePLC AddressSignal RangeEngineering Unit
FT_101Inlet Flow TransmitterAIIW04–20mAm³/h
LT_101Reservoir Level TransmitterAIIW24–20mAm
PT_101Pump Discharge PressureAIIW44–20mAbar
CL_101Chlorine Residual AnalyzerAIIW64–20mAmg/L
LS_LOWReservoir Low Level SwitchDII0.024VDC
LS_HIGHReservoir High Level SwitchDII0.124VDC
PUMP_01_FBPump 1 Run FeedbackDII0.224VDC
PUMP_02_FBPump 2 Run FeedbackDII0.324VDC
PUMP_01_RUNPump 1 Start CommandDOQ0.024VDC
PUMP_02_RUNPump 2 Start CommandDOQ0.124VDC
DOSE_PUMPChemical Dosing PumpDOQ0.224VDC
HH_ALARMHigh-High Level Alarm OutputDOQ0.324VDC
FCV_101Inlet Flow Control ValveAOQW04–20mA%

IO Summary: 4 DI  |  4 DO  |  4 AI  |  1 AO  |  Total: 13 points

💡 Engineering Note: In water treatment IO lists, always include the engineering unit column for every analog signal. Operators and SCADA engineers need to know whether a level signal is in meters, percent, or millimeters before they can configure alarm limits correctly.


PLC IO List Example 3 – Motor Control Centre (MCC)

Motor Control Centres manage multiple motors from a single PLC panel. This IO list example covers a 3-motor MCC panel typical in pumping stations, manufacturing plants, and HVAC systems.

Tag NameDescriptionTypePLC AddressCable No.Notes
MTR01_STARTMotor 1 Start CommandDOQ0.0W001
MTR01_STOPMotor 1 Stop CommandDOQ0.1W002
MTR01_FBMotor 1 Run FeedbackDII0.0W003Aux contact
MTR01_OLMotor 1 Overload TripDII0.1W004NC contact
MTR02_STARTMotor 2 Start CommandDOQ0.2W005
MTR02_STOPMotor 2 Stop CommandDOQ0.3W006
MTR02_FBMotor 2 Run FeedbackDII0.2W007Aux contact
MTR02_OLMotor 2 Overload TripDII0.3W008NC contact
MTR03_STARTMotor 3 Start CommandDOQ0.4W009
MTR03_FBMotor 3 Run FeedbackDII0.4W010Aux contact
MTR03_OLMotor 3 Overload TripDII0.5W011NC contact
MCC_FAULTMCC Common Fault AlarmDOQ0.5W012To HMI
SPARE_DI_01Spare Digital InputDII0.6Spare
SPARE_DO_01Spare Digital OutputDOQ0.6Spare

IO Summary: 6 DI + 1 Spare DI  |  6 DO + 1 Spare DO  |  Total: 14 points

💡 Engineering Note: Notice the spare IO rows at the bottom. This is best practice — always document spare channels in your IO list so the panel builder wires them to terminals even if they are unused. This makes future expansion much easier and cheaper.


PLC IO List Example 4 – Siemens S7-1500 Format (TIA Portal)

This PLC IO list example shows the exact format used when working with Siemens S7-1500 PLCs in TIA Portal. Siemens uses the % prefix for all addresses and organizes signals by module slot.

Tag NameDescriptionTypeSiemens AddressModule SlotSignal Range
PUMP_STARTPump Start ButtonDI%I0.0Slot 1 – DI3224VDC
PUMP_STOPPump Stop ButtonDI%I0.1Slot 1 – DI3224VDC
E_STOP_01Emergency Stop Zone 1DI%I0.2Slot 1 – DI3224VDC NC
PUMP_FBPump Contactor FeedbackDI%I0.3Slot 1 – DI3224VDC
PUMP_RUNPump Motor ContactorDO%Q0.0Slot 2 – DO3224VDC
PUMP_FAULTPump Fault IndicatorDO%Q0.1Slot 2 – DO3224VDC
LT_TANKTank Level TransmitterAI%IW64Slot 3 – AI84–20mA
TT_OUTLETOutlet Temperature SensorAI%IW66Slot 3 – AI84–20mA
FCV_INLETInlet Flow Control ValveAO%QW64Slot 4 – AO44–20mA

IO Summary: 4 DI  |  2 DO  |  2 AI  |  1 AO  |  Total: 9 points

💡 Siemens TIA Portal Note: In TIA Portal, AI module addresses start at %IW64 for Slot 3 and AO addresses start at %QW64 for Slot 4. This offset is because slots 1 and 2 (DI/DO) occupy address bytes 0–63. Always check your hardware configuration in TIA Portal to confirm the exact start address for each module.


PLC IO List Example 5 – Oil & Gas Plant (Advanced Format)

Large oil and gas facilities use detailed IO lists with alarm limits, SIL ratings, cable specifications, and calibration data. This example shows a more advanced IO list format used in process industries.

Tag NameDescriptionTypeAddressRangeLL AlarmL AlarmH AlarmHH AlarmSIL
PT_201Separator Inlet PressureAIIW00–100 bar5 bar10 bar80 bar90 barSIL2
TT_201Separator TemperatureAIIW20–200°C20°C30°C150°C170°CSIL1
LT_201Separator LevelAIIW40–100%5%15%80%90%SIL2
FT_201Gas Outlet FlowAIIW60–5000 Nm³/h10045004800
XV_201_OPInlet Shutdown Valve OpenDII0.024VDCSIL2
XV_201_CLInlet Shutdown Valve ClosedDII0.124VDCSIL2
XV_201_CMDInlet Valve Open CommandDOQ0.024VDCSIL2
FCV_201Gas Outlet Control ValveAOQW04–20mA
ESD_TRIPEmergency Shutdown TripDII0.224VDC NCSIL3

IO Summary: 3 DI + 1 ESD  |  1 DO  |  4 AI  |  1 AO  |  Total: 9 points

💡 Oil & Gas Note: In process industries, the IO list must include alarm setpoints (LL, L, H, HH) and Safety Integrity Level (SIL) ratings for every signal. These values come directly from the Process Hazard Analysis (PHA) and are used by the control system engineer to configure alarm management in the SCADA system.


6 Common PLC IO List Mistakes to Avoid

common plc io list mistakes to avoid

Even experienced engineers make these mistakes. Catching them early saves days of rework during commissioning.

Mistake 1 – Inconsistent Tag Naming
Using different naming formats in the same IO list (e.g., PB_START in one row and StartButton in another) causes confusion in PLC programming and SCADA configuration. Pick one convention — ISA-5.1 is the industry standard — and apply it to every row without exception.

Mistake 2 – Missing Signal Descriptions
Leaving the description field blank or using vague labels like “DI 1” or “Pump signal” forces panel builders and programmers to guess what each signal does. Every row must have a clear, plain-language description that anyone on the project can understand.

Mistake 3 – No Spare IO Allocation
Designing an IO list with zero spare channels means the moment a client adds one more sensor during detailed design, you have to order additional PLC modules, redesign the panel, and delay delivery. Always add 15–20% spare IO to every module.

Mistake 4 – Wrong Signal Type Assignment
Marking a 4–20mA pressure transmitter as DI instead of AI is one of the most common errors for junior engineers. It leads to ordering the wrong PLC module type. Always confirm the signal type directly from the instrument datasheet before filling in the IO list.

Mistake 5 – No Revision Tracking
An IO list without a revision history is a project risk. When multiple engineers update the same document without tracking changes, teams end up wiring panels from outdated versions. Always include a revision column with date, version number, and description of changes.

Mistake 6 – Missing Cable Numbers
Without cable reference numbers in the IO list, fault finding on a live plant becomes extremely time consuming. Every signal row must reference the cable number that connects the field device to the PLC terminal — this is essential for maintenance and troubleshooting.


PLC IO List Example Excel Format – What to Include

The most practical format for a PLC IO list is Microsoft Excel. Here is the recommended column structure used in real industrial projects:

#Column NameRequiredExample
1Serial Number✅ Yes1, 2, 3…
2Tag Name✅ YesLT_101
3Description✅ YesTank Level Transmitter
4Signal Type✅ YesAI
5PLC Address✅ YesIW0 / %IW64
6Signal Range✅ Yes4–20mA
7Engineering Unit✅ Yesm, °C, bar, %
8Cable Number✅ YesW001
9Module / Slot⚠️ RecommendedSlot 3, Ch 0
10Alarm Limits⚠️ RecommendedL=10%, H=85%
11Spare Status⚠️ RecommendedActive / Spare
12Revision⚠️ RecommendedRev A, Apr 2026

👉 Download Free PLC IO List Excel Template — includes all essential columns ready to use.

👉 Download Professional IO List Template – $5 — includes automatic DI/DO/AI/AO counting, dropdowns, cable tracking, and spare IO management.


How to Read a PLC IO List – For Beginners

If you are new to automation, here is how to read any PLC IO list example correctly:

Step 1 – Read the Tag Name first. The tag name tells you what instrument or device this signal belongs to. FT_101 means Flow Transmitter, Loop 101. LT_201 means Level Transmitter, Loop 201.

Step 2 – Check the Signal Type. DI and DO are simple ON/OFF signals. AI and AO carry variable measurements like temperature, pressure, or flow rate.

Step 3 – Note the PLC Address. This is where the signal lives in PLC memory. I0.0 is a digital input. IW0 is an analog input word. Q0.0 is a digital output. QW0 is an analog output word.

Step 4 – Check the Signal Range. This tells you the electrical specification. 24VDC means it’s a 24-volt digital signal. 4–20mA means it’s a standard analog current loop. 0–10V means it’s a voltage-based analog signal.

For the complete step-by-step process of creating an IO list, read: PLC IO List Explained – Full Guide


Frequently Asked Questions – PLC IO List Example

What is a PLC IO list example used for?

A PLC IO list example is used to show engineers how real industrial automation systems are documented and structured. It provides a practical reference for signal naming, PLC addressing, and IO list formatting that can be directly applied to new projects.

What is included in a real PLC IO list example?

A real PLC IO list example includes tag names, signal descriptions, signal types (DI/DO/AI/AO), PLC hardware addresses, cable references, signal ranges (4–20mA, 24VDC), engineering units, and spare IO allocation. Advanced examples also include alarm limits and SIL safety ratings.

What is the difference between DI and AI in a PLC IO list?

DI (Digital Input) is an ON/OFF signal — for example, a push button or level switch. AI (Analog Input) is a continuously variable signal — for example, a 4–20mA pressure transmitter or temperature sensor that gives a range of values rather than just ON or OFF.

How many columns should a PLC IO list have?

A basic PLC IO list needs at least 6 columns: tag name, description, signal type, PLC address, signal range, and cable number. A professional IO list for large industrial projects can have 12 to 21 columns including alarm limits, SIL ratings, module slot, revision tracking, and spare status.

What naming convention is used in PLC IO list examples?

The ISA-5.1 standard is the most widely used naming convention. The format combines an instrument function code with a loop number — for example, FT-101 for Flow Transmitter Loop 101, or LV-201 for Level Valve Loop 201. This convention is used in oil and gas, water treatment, and manufacturing industries worldwide.

Can I download a free PLC IO list example in Excel format?

Yes. You can download a free PLC IO list Excel template from this page. The free template includes all essential columns and is ready to customize for your project. A professional version with automatic IO counting, dropdown menus, and cable tracking is also available for $5.

What is the difference between a simple and advanced PLC IO list?

A simple PLC IO list covers basic columns — tag, description, type, and address. An advanced IO list used in process industries adds alarm setpoints (LL/L/H/HH), SIL safety ratings, calibration ranges, engineering units, cable specifications, and revision history. The level of detail depends on the project size and industry requirements.

How do I assign PLC addresses in an IO list?

PLC addresses are assigned based on the module type and slot position in the PLC rack. For Siemens S7-1200/1500, digital inputs start at %I0.0 and analog inputs typically start at %IW64 depending on the slot. For standard IEC format, digital inputs start at I0.0 and analog inputs at IW0. Always verify addresses against your PLC hardware configuration before finalizing the IO list.


Conclusion

A well-structured PLC IO list example shows you exactly how professional automation engineers organize and document every signal in a real project. Whether you are working on a simple conveyor system with 10 IO points or a large oil and gas plant with thousands of signals, the principles are the same — clear tag names, correct signal types, proper addresses, and complete documentation.

Use the 5 examples in this guide as templates for your own projects. Download the free Excel template and start building your IO list the right way from day one.

👉 Download Free PLC IO List Excel Template

👉 Download Professional IO List Template – $5


Related Guides:

Scroll to Top