PLC Inputs and Outputs – DI DO AI AO Complete Beginner Guide (2026)

Last Updated: April 2026 | Written for automation engineers, technicians and beginners learning industrial control systems.

PLC inputs and outputs are the connection between the PLC and the real world. Every sensor reading, every motor start, every valve movement — all of it passes through the PLC’s input and output modules. Understanding DI DO AI AO in PLC systems is the foundation of all PLC programming and automation engineering — and the first knowledge step every controls engineer must master.

This complete PLC inputs and outputs guide explains exactly what DI DO AI AO mean in PLC systems, how each signal type works, what field devices connect to each, and how to wire them correctly. By the end of this guide you will have full mastery of the four fundamental signal types used in every industrial automation project worldwide.

In this PLC inputs and outputs guide you will learn:

  • Clear explanation of DI DO AI AO in PLC with real-world examples
  • The 4 PLC input and output signal types with side-by-side comparison
  • Full list of field devices connected to each PLC IO type
  • Why 4-20mA is the industry standard analog signal — explained
  • PLC digital output types — relay, transistor, triac — when to use each
  • How PLC inputs and outputs are addressed in Siemens TIA Portal and Allen-Bradley Studio 5000
  • How to wire DI DO AI AO in PLC systems correctly
  • How to calculate PLC IO requirements for any project
  • The most common PLC IO wiring mistakes and how to avoid them

Table of Contents

What Are PLC Inputs and Outputs? – DI, DO, AI, AO Explained

PLC inputs and outputs wiring DI DO AI AO field connections diagram 24VDC 4-20mA 2026

PLC inputs and outputs are the communication interface between the programmable logic controller and the real-world industrial process. Inputs allow the PLC to receive signals from field devices like sensors and switches. Outputs allow the PLC to control machines and equipment like motors and valves. Together, the inputs and outputs enable the PLC to monitor process conditions and perform control actions based on the programmed logic.

The four fundamental PLC signal types — DI, DO, AI, and AO — represent the complete language of communication between a PLC and the physical world. Every push button, sensor, motor, valve, transmitter, and indicator lamp in an industrial system uses one of these four signal types to communicate with the PLC.

AcronymFull NameSignal TypeDirectionVoltage / Format
DIDigital InputON / OFFField → PLC24 VDC, 110 VAC, 230 VAC
DODigital OutputON / OFFPLC → Field24 VDC, 110 VAC, 230 VAC
AIAnalog InputVariable signalField → PLC4-20 mA, 0-10 V, RTD, Thermocouple
AOAnalog OutputVariable signalPLC → Field4-20 mA, 0-10 V

PLC Inputs and Outputs — Quick Examples

To make DI DO AI AO in PLC easier to picture, here is one quick real-world example for each signal type from a typical industrial machine:

DI example: An operator presses the Start push button on the control panel — the 24 VDC signal from the button reaches a Digital Input on the PLC, which the program reads as “start request received.”

DO example: The PLC turns on a Digital Output that energizes a motor contactor coil — the motor starts running.

AI example: A pressure transmitter on the discharge pipe sends a 4-20 mA Analog Input signal — the PLC reads 12 mA and converts it to 5.0 bar inside the program.

AO example: The PLC sends a 4-20 mA Analog Output signal to the VFD speed reference — 12 mA tells the drive to run the motor at 50% of full speed.

These four examples — one push button, one motor contactor, one pressure transmitter, one VFD reference — cover the same four signal types found in every PLC project worldwide.

💡 Memory Trick for DI DO AI AO in PLC: Read the acronym from left to right.
The first letter tells you the signal nature — D for Digital, A for Analog.
The second letter tells you the direction — I for Input (PLC reads), O for Output (PLC writes).


DI DO AI AO in PLC – What Each Acronym Means

Every automation engineer must master the meaning of DI DO AI AO in PLC systems. These four acronyms are used in every PLC project document, IO list, P&ID drawing, and panel schedule worldwide. Understanding what they stand for and how they differ is the first step in industrial automation.

DI – Digital Input in PLC

DI in PLC stands for Digital Input — a signal coming from a field device to the PLC that has only two possible states: ON (logic 1) or OFF (logic 0). Digital inputs are the most common signal type in PLC systems and are used to monitor discrete events like push button presses, switch positions, and sensor states.

DI Field DeviceWhat It Tells the PLCCommon Voltage
Start push buttonOperator pressed start24 VDC
Stop push button (NC)Stop healthy / Stop pressed24 VDC
Emergency stop buttonSafety circuit intact / E-stop pressed24 VDC
Limit switchMechanical position reached24 VDC
Proximity sensorMetal object detected nearby24 VDC PNP/NPN
Photoelectric sensorObject passed through beam24 VDC PNP/NPN
Float / level switchTank level reached high or low24 VDC
Pressure switchPressure exceeded setpoint24 VDC

DO – Digital Output in PLC

DO in PLC stands for Digital Output — a signal sent from the PLC to a field device that switches the device ON or OFF. Digital outputs control motor contactors, solenoid valves, indicator lamps, and any device that operates in two states. The PLC determines when to activate each output based on the programmed control logic.

DO Field DeviceWhat the PLC ControlsCommon Voltage
Motor contactor coilStart / stop motor24 VDC or 230 VAC
Solenoid valve coilOpen / close pneumatic valve24 VDC typical
Indicator lampShow machine running status24 VDC
Tower lamp / beaconVisual alarm signaling24 VDC
Alarm horn / sirenAudible alarm or warning24 VDC or 230 VAC
Relay coilSwitch high-current loads safely24 VDC
VFD enable signalEnable variable frequency drive24 VDC
Heating element via SSRSwitch heater bank ON/OFF24 VDC to SSR control

AI – Analog Input in PLC

AI in PLC stands for Analog Input — a continuously variable signal coming from a field transmitter to the PLC. Analog inputs let the PLC read real-world process variables like temperature, pressure, flow, level, and weight in proportional values rather than just ON/OFF states. The PLC’s internal Analog-to-Digital Converter (ADC) converts the variable signal into a numerical value (typically 12-bit or 16-bit) that the program can use.

AI Field DeviceWhat It MeasuresCommon Signal Format
Pressure transmitterPressure in bar, PSI, kPa4-20 mA
Temperature transmitterTemperature in °C, °F4-20 mA
RTD direct connectionTemperature via Pt100 resistanceRTD 3-wire or 4-wire
Thermocouple directTemperature via mV signalThermocouple Type K, J, T
Flow meterFlow rate in m³/h, L/min, GPM4-20 mA or pulse
Level transmitterTank level in % or meters4-20 mA
Load cell amplifierWeight in kg, lb, tons4-20 mA or 0-10 V
VFD speed feedbackMotor actual speed4-20 mA
Position sensor / LVDTLinear position in mm or %4-20 mA or 0-10 V

AO – Analog Output in PLC

AO in PLC stands for Analog Output — a continuously variable signal sent from the PLC to a field device. Analog outputs control devices that need proportional control rather than just ON/OFF — for example modulating control valves, variable speed drives, and dosing pumps. The PLC’s internal Digital-to-Analog Converter (DAC) converts the program’s numerical output value into the physical 4-20 mA or 0-10 V signal sent to the field.

AO Field DeviceWhat the PLC ControlsCommon Signal Format
Control valve positionerValve position 0-100% open4-20 mA
VFD speed referenceMotor speed in RPM or Hz4-20 mA or 0-10 V
Dosing pump speedChemical flow rate4-20 mA or pulse
Modulating damper actuatorHVAC airflow control0-10 V
SCR heater controllerHeating element power output4-20 mA
Servo drive position referenceServo motor target position±10 V or digital network
Setpoint to remote controllerProcess setpoint communication4-20 mA

DI vs DO vs AI vs AO – Side by Side Comparison

This comparison table shows the key differences between all four PLC input and output signal types at a glance — useful for quick reference during PLC project design and IO list creation.

PropertyDIDOAIAO
Full nameDigital InputDigital OutputAnalog InputAnalog Output
Signal typeON/OFFON/OFFVariableVariable
DirectionField → PLCPLC → FieldField → PLCPLC → Field
Voltage / Format24 VDC, 110 VAC24 VDC, 110 VAC4-20 mA, 0-10 V4-20 mA, 0-10 V
PLC Resolution1 bit1 bit12-16 bit12-16 bit
Field examplePush buttonMotor contactorPressure transmitterControl valve
Cable type2-wire unshielded2-wire unshieldedShielded twisted pairShielded twisted pair
Typical % of project IO40-60%20-30%10-20%3-10%
PLC module costLowestLowHigherHighest

Difference Between DI and DO in PLC

The main difference between DI and DO in PLC is direction: DI sends ON/OFF signals from the field into the PLC, while DO sends ON/OFF signals from the PLC out to the field. A DI tells the PLC something happened — a button was pressed, a limit switch tripped, a level was reached. A DO tells the field to do something — energize a contactor, open a solenoid valve, light a lamp. Both are 1-bit binary signals, both typically use 24 VDC, and both wire with 2-wire unshielded cable. The PLC reads from DI and writes to DO.

Difference Between AI and AO in PLC

The difference between AI and AO in PLC is also direction, but for variable signals instead of ON/OFF. AI brings a continuously variable measurement into the PLC — pressure, temperature, flow, level, weight. AO sends a continuously variable command out from the PLC — control valve position, VFD speed reference, dosing pump rate. Both use 4-20 mA or 0-10 V signals and both require shielded twisted pair cable to prevent noise. The PLC’s ADC converts AI to a number the program can read; the PLC’s DAC converts a program number to the AO signal sent out.

Difference Between Digital and Analog Signals in PLC

The difference between digital and analog signals in PLC comes down to resolution and what they can represent. Digital signals (DI, DO) have only 2 states — ON or OFF — and use 1-bit resolution. They are perfect for switches, contactors, lamps, and any device that only needs two states. Analog signals (AI, AO) vary continuously across a range and use 12-bit or 16-bit resolution, giving 4,096 to 65,536 distinct values. They are needed for transmitters and modulating control devices that measure or control real-world process variables. Every industrial PLC project uses a mix of both — digital for discrete control, analog for proportional measurement and modulation.


PLC Inputs and Outputs Wiring – Complete Field Connection Guide

PLC inputs and outputs wiring methods for DI DO AI AO with PNP NPN configuration and 4-20mA loop powered transmitters

Each of the 4 PLC IO types requires a specific wiring approach. Following the correct wiring for DI DO AI AO in PLC systems prevents the most common installation faults — and using shielded cable for analog signals is essential to avoid noise interference that distorts process measurements.

DI Wiring – PNP vs NPN Configuration

Digital input wiring uses either PNP (sourcing) or NPN (sinking) configuration depending on the field device. PNP is the European standard while NPN is more common in Asia. Most modern PLCs support both — selectable per channel via DIP switch or in the PLC software configuration.

ConfigurationHow It WorksCommon In
PNP (Sourcing)Field device sources +24VDC to PLC input when activeEurope, North America, modern systems
NPN (Sinking)Field device sinks 0VDC to PLC input when activeAsia, legacy systems, Japanese equipment
Dry contactSimple switch between common and PLC inputPush buttons, limit switches, relay contacts

DO Wiring – Relay, Transistor, and Triac Outputs

PLC digital outputs come in three main types — relay, transistor, and triac — each with different switching characteristics, response speeds, and load capacities. Choosing the correct DO type for your application prevents premature output failure.

DO TypeSwitching SpeedLoad CapacityVoltageBest For
Relay output10 msUp to 2A24 VDC, 110 VAC, 230 VACGeneral purpose, low frequency switching
Transistor (NPN/PNP)0.5 msUp to 0.5A24 VDC onlyHigh-speed, frequent switching applications
Triac output10 ms (zero crossing)Up to 1A110 VAC, 230 VACDirect AC load switching

AI Wiring – 2-Wire vs 4-Wire Transmitters

Analog input wiring depends on whether the field transmitter is 2-wire (loop powered) or 4-wire (separately powered). 2-wire 4-20mA transmitters are by far the most common in process industry applications because they need only one shielded twisted pair carrying both power and signal.

Transmitter TypeWiringPower SourceCommon In
2-wire loop powered2-wire shielded twisted pair24VDC supplied by PLC AI modulePressure, temperature, level transmitters
4-wire active2-wire signal + 2-wire powerSeparate 24VDC field supplyFlow meters, complex instruments, mass flow
Voltage 0-10V2-wire shieldedActive or passive depending on deviceHVAC sensors, OEM equipment

AO Wiring – Active Source Output

Analog output wiring is always active source — the PLC supplies the 4-20mA current or 0-10V voltage signal directly to the field device. Always verify the total loop resistance of the receiving device is below the PLC AO module’s maximum specification (typically 500-750 ohms for 4-20mA).


Why 4-20 mA Is the Industry Standard for PLC Analog Inputs

The 4-20 mA analog signal is the global standard for PLC analog inputs and outputs in industrial automation. Almost every pressure transmitter, temperature transmitter, level transmitter, and control valve worldwide uses 4-20 mA — for several important technical reasons.

ReasonBenefit
Built-in fault detectionSignal below 4 mA = broken wire, sensor failure, or power loss
Long cable distanceCurrent loops work reliably over 1000+ meters of cable
Noise immunityCurrent signals less affected by electromagnetic interference than voltage
2-wire loop powerSame 2 wires carry both 24VDC power and the 4-20 mA signal
Universal compatibilityEvery major PLC brand and field device supports 4-20 mA natively
Industry safety standardRequired by ISA and IEC standards for process industries

How a 4-20mA Signal Works in a PLC Input Loop

A 4-20mA signal works on a simple principle: the field transmitter regulates the exact amount of current flowing through the loop based on the value it is measuring. 4 mA represents 0% of the measurement range and 20 mA represents 100%. A pressure transmitter ranged 0-10 bar that is currently reading 5.0 bar will draw exactly 12 mA from the loop — halfway between 4 and 20 mA. The PLC analog input module measures this current and converts it to a numerical value the program can use.

The reason 4 mA represents “zero” instead of 0 mA is fault detection. If a wire breaks, the transmitter fails, or the loop power is lost, the current drops to 0 mA — which the PLC immediately recognizes as an out-of-range fault rather than confusing it with a legitimate zero reading. This is called live-zero signaling and is one of the main reasons 4-20mA replaced earlier 0-20mA and 0-10V standards in industrial automation. A 0-10V signal cannot distinguish “true zero” from “broken wire” — both look identical to the PLC.

For complete details on the 4-20 mA standard — including loop wiring, troubleshooting, signal conversion math, and HART protocol — read our companion guide: 4-20mA Signal Explained – Complete Industrial Guide.


How PLC Inputs and Outputs Are Addressed

Every PLC IO point has a unique address that the program uses to read or write the signal. Each major PLC platform uses different addressing conventions for DI DO AI AO in PLC programs.

Siemens TIA Portal Addressing

Signal TypeAddress FormatExample
Digital Input (DI)%Ix.y or Ix.y%I0.0, %I1.3
Digital Output (DO)%Qx.y or Qx.y%Q0.0, %Q1.3
Analog Input (AI)%IWx%IW64, %IW66
Analog Output (AO)%QWx%QW80, %QW82

Allen-Bradley Studio 5000 Addressing

Signal TypeAddress FormatExample
Digital Input (DI)Local:Slot:I.Data.ChannelLocal:1:I.Data.0
Digital Output (DO)Local:Slot:O.Data.ChannelLocal:2:O.Data.3
Analog Input (AI)Local:Slot:I.Ch0DataLocal:3:I.Ch0Data
Analog Output (AO)Local:Slot:O.Ch0DataLocal:4:O.Ch0Data

Allen-Bradley uses tag-based addressing — each address is mapped to a descriptive tag name like Start_Button or Tank_Level. Read our complete Allen-Bradley PLC Programming Guide for tag-based programming details.

To work with these addressing formats, you’ll need the right development environment — see our comparison of free and paid PLC programming software covering both Siemens TIA Portal and Studio 5000.


How to Calculate PLC Inputs and Outputs Required for a Project

Calculating the total IO count is the first step in selecting the right PLC for any project. Follow this 5-step process to determine your PLC inputs and outputs requirement accurately.

StepActionResult
1List every sensor and switch — these become DI signalsTotal DI count
2List every actuator, motor, lamp — these become DO signalsTotal DO count
3List every transmitter and analog instrument — these become AI signalsTotal AI count
4List every modulating control device — these become AO signalsTotal AO count
5Add 20-25% spare capacity to each total for future expansionFinal IO count for PLC sizing

For complete worked examples and the free Excel template for IO calculation, read: PLC I/O Count Calculation – Step-by-Step Method with Excel Template


Common PLC IO Wiring Mistakes

MistakeWhy It MattersHow to Avoid
Mixing AC and DC on same moduleDamages the PLC module immediatelyUse separate modules for 24VDC and 110/230VAC signals
No flyback diode on DC relay coilsVoltage spike damages transistor outputsAlways install reverse-biased diode across coils
Grounding analog shield at both endsCreates ground loop — adds noise to signalsGround shield at PLC end ONLY, leave field end open
Exceeding AO loop resistance limitOutput cannot drive 20mA — readings stuck at 12mAVerify total load < 500Ω before commissioning
Mixing PNP and NPN inputs randomlyConfusing wiring, intermittent faultsStandardize on one configuration per project
Wiring multiple devices in seriesCannot identify which device caused a faultEach field device gets its own dedicated PLC IO point
Forgetting interrogation voltage sourceInputs do not energize — system appears deadVerify common terminal connected to L+ or L- correctly

PLC Input Devices and Output Devices — Complete List

PLC input devices are field devices that send signals to the PLC. PLC output devices are field devices the PLC sends signals to. Knowing exactly which category each device belongs to is essential when building an IO list, sizing a panel, and selecting the right PLC modules for a project. The two tables below cover every common PLC input device and PLC output device found in industrial automation.

PLC Input Devices

Every PLC input device either sends a digital ON/OFF state (DI) or a variable analog measurement (AI). The table below shows the most common PLC input devices and which signal type each one produces.

PLC Input DeviceSignal TypeWhat It Tells the PLC
Push button (NO/NC)DIOperator command — start, stop, reset
Selector switchDIMode selection — manual, auto, off
Emergency stop buttonDISafety circuit healthy / E-stop pressed
Limit switchDIMechanical position reached
Proximity sensorDIMetal or plastic object detected
Photoelectric sensorDIObject passed through light beam
Float / level switchDIHigh or low tank level reached
Pressure switchDIPressure setpoint reached
Temperature switch / thermostatDITemperature setpoint reached
Pressure transmitterAIActual pressure value in bar / PSI / kPa
Temperature transmitter / RTD / thermocoupleAIActual temperature in °C / °F
Flow meterAIFlow rate in m³/h, L/min, GPM
Level transmitterAITank level in % or meters
Load cell / weight transmitterAIWeight in kg or tons
VFD speed feedbackAIMotor actual running speed

PLC Output Devices

Every PLC output device receives either a digital ON/OFF command (DO) or a variable analog command (AO). The table below shows the most common PLC output devices and which signal type each one accepts.

PLC Output DeviceSignal TypeWhat the PLC Controls
Motor contactor coilDOStart / stop motor
Solenoid valve coilDOOpen / close pneumatic or hydraulic valve
Indicator lampDOShow machine running, fault, or status
Tower lamp / beaconDOVisual alarm signaling
Alarm horn / sirenDOAudible alarm or warning
Relay coilDOSwitch high-current loads safely
VFD enable inputDOEnable variable frequency drive
SSR heater controlDOSwitch heater bank ON / OFF
Control valve positionerAOValve position 0-100% open
VFD speed referenceAOMotor speed in RPM or Hz
Dosing pump speed referenceAOChemical flow rate
Modulating damper actuatorAOHVAC airflow control
SCR / proportional heater controllerAOHeating element power output
Servo drive position referenceAOServo motor target position

In a typical industrial automation project, around 40-60% of total IO points are DI from input devices, 20-30% are DO to output devices, 10-20% are AI from transmitters, and 3-10% are AO to modulating control devices. Knowing this split helps estimate module quantities and panel size early in the design phase.


PLC Inputs and Outputs Module Types

PLC IO modules come in different physical configurations depending on the PLC family and project size:

Module TypeTypical ChannelsUsed In
Compact integrated IO10-40 channels built into CPUCompact PLCs — Siemens S7-1200, Allen Bradley Micro850
Local expansion modules8, 16, 32 channels per moduleCompact PLCs — connected directly to CPU
Rack-based modules16, 32, 64 channels per moduleModular PLCs — Siemens S7-1500, ControlLogix
Distributed remote IOVariable — connected via networkLarge plants — ET 200SP, Point IO over EtherNet/IP or PROFINET
IO-Link modules4-8 IO-Link mastersSmart sensors and actuators with bidirectional data

According to the International Society of Automation (ISA) — the global standards body for industrial automation — distributed remote IO architectures using PROFINET or EtherNet/IP are now the dominant choice for new automation projects above 200 IO points.


Frequently Asked Questions – PLC Inputs and Outputs

What does DI DO AI AO mean in PLC?

DI DO AI AO in PLC stands for the four fundamental signal types used in industrial automation. DI is Digital Input — an ON/OFF signal from a field device to the PLC. DO is Digital Output — an ON/OFF signal from the PLC to a field device. AI is Analog Input — a continuously variable signal from a transmitter to the PLC. AO is Analog Output — a continuously variable signal from the PLC to a control device. Together these four signal types cover every possible communication between a PLC and field equipment in industrial automation.

What is the difference between DI and AI in PLC?

DI (Digital Input) reads only two states from a field device — ON or OFF — typically at 24VDC voltage. AI (Analog Input) reads a continuously variable signal — typically 4-20 mA or 0-10 V — that represents a real measurement value like temperature, pressure, or flow. DI is used for switches, push buttons, and proximity sensors. AI is used for transmitters that measure variable process conditions. Both DI and AI carry information from the field to the PLC but DI is binary while AI is proportional.

What is the difference between DO and AO in PLC?

DO (Digital Output) sends an ON/OFF signal from the PLC to a field device that operates in two states — for example a motor contactor or solenoid valve. AO (Analog Output) sends a continuously variable signal from the PLC to a device that needs proportional control — for example a control valve positioner or VFD speed reference. DO uses 24VDC or 110-230VAC switching. AO uses 4-20 mA or 0-10 V variable signals. Both carry signals from the PLC to the field but DO is binary while AO is proportional.

What is the difference between digital and analog signals in PLC?

Digital signals in PLC have only two possible states — ON or OFF — making them simple and reliable for binary conditions like switch positions and motor states. Analog signals vary continuously over a range of values — making them suitable for measuring real-world variables like temperature, pressure, flow, and level. Digital signals use 1-bit resolution. Analog signals use 12-bit or 16-bit resolution providing 4096 to 65,536 distinct values. Both signal types are essential — digital for discrete control and analog for proportional measurement and modulation.

Why is 4-20 mA used for analog inputs in PLC?

4-20 mA is the global standard for PLC analog inputs because it provides built-in fault detection (signal below 4 mA indicates broken wire), works reliably over 1000+ meters of cable, has excellent immunity to electrical noise, supports 2-wire loop powering (same wires carry power and signal), and is universally compatible across all major PLC brands and field instruments. Safety-rated process industries require 4-20 mA per ISA and IEC standards.

How many PLC inputs and outputs does a project need?

The number of PLC inputs and outputs depends on the project size. Small machines need 10-30 IO points. Medium machines need 30-100 IO. Production lines need 100-500 IO. Large plants need 500-2000 IO. Plant-wide systems exceed 2000 IO. Always add 20-25% spare capacity to the calculated total for future expansion. For detailed calculation methods read our PLC IO Calculation guide.

What are PLC input and output modules?

PLC input and output modules are the physical hardware that connects field devices to the PLC. They convert real-world signals into the digital data the PLC processor can read. Input modules accept signals from sensors and switches. Output modules send signals to motors and valves. PLC IO modules come in compact integrated, local expansion, rack-based, distributed remote, and IO-Link configurations. Each module supports a specific signal type — DI, DO, AI, AO — and a specific number of channels.

How do you wire PLC inputs and outputs?

PLC inputs and outputs are wired according to the signal type. Digital inputs use 2-wire connections at 24VDC with PNP or NPN configuration. Digital outputs use 2-wire connections to motor contactors, solenoid coils, or lamps with appropriate flyback diodes. Analog inputs use shielded twisted pair cables with the shield grounded only at the PLC end to prevent ground loops. Analog outputs use shielded twisted pair with verified loop resistance below 500 ohms. Always separate AC and DC signals onto different modules.


Conclusion

Mastering PLC inputs and outputs is the foundation of all industrial automation engineering. Understanding DI DO AI AO in PLC systems gives you the language and framework to design IO lists, select PLC hardware, wire control panels, and program ladder logic that interacts correctly with the physical world.

Key takeaways for PLC inputs and outputs:

  • 4 fundamental signal types — DI, DO, AI, AO cover every PLC communication
  • D = Digital (ON/OFF), A = Analog (variable) — easy memory rule
  • I = Input (Field to PLC), O = Output (PLC to Field) — direction rule
  • 4-20 mA is the global standard for analog signals — built-in fault detection
  • Always add 20-25% spare capacity when calculating IO requirements
  • Use shielded cable for analog — single-end ground at PLC only

Related Guides:

Daniel Reed

Automation engineer based in Asia, with hands-on experience in PLC programming, SCADA, and industrial control systems across oil and gas, power, food and beverage, and water industries. Writes about PLC fundamentals, ladder logic, vendor-specific instruction sets for Siemens, Allen-Bradley, and other major platforms, and industrial communication protocols.

Scroll to Top