How-To Guide

Understanding Analog Signal Types in Industrial Automation

A practical guide to 4–20 mA, 0–20 mA, 0–10 V, ±10 V, RTD, and thermocouple signals — how they work, when to use each one, and which Allen-Bradley I/O modules support them.

Get a Quote on Analog I/O Modules
6 Signal Types Covered
40+ Compatible AB Modules
16-Bit Max Resolution
Allen-Bradley Platform

How-To Guide  ·  Allen-Bradley Analog I/O  ·  Signal Selection & Application

Analog Signal Types: 4–20 mA, 0–10 V, RTD, Thermocouple — When to Use Each

Platforms: Compact 5000 (5069), Compact I/O (1769), ControlLogix (1756)  ·  Studio 5000 Logix Designer

Industrial automation relies on analog signals to measure and control real-world variables like temperature, pressure, flow, level, and speed. Unlike digital signals that are simply on or off, analog signals carry a continuously variable value that represents a process measurement. Choosing the right signal type is one of the most important decisions in any control system design — it affects accuracy, noise immunity, wiring cost, and long-term reliability. This guide explains each major analog signal type, its real-world applications, and which Allen-Bradley modules you need for each.

1. Analog vs. Digital Signals

A digital signal has two states: on (1) or off (0). A 24 V DC proximity sensor, for example, tells the PLC that a part is present or absent — nothing in between.

An analog signal carries a continuously variable value across a defined range. A pressure transmitter outputting 4–20 mA doesn’t just say “pressure exists” — it tells you the pressure is exactly 47.3 PSI. The PLC’s analog input module converts this electrical signal into a digital number (typically 16 bits, or 65,536 discrete values) that your program can use for control, alarming, trending, and data logging.

AttributeDigital SignalAnalog Signal
Values2 (ON / OFF)Continuous (e.g., 0–65,535 counts)
Typical voltage24V DC0–10V, ±10V
Typical currentN/A4–20 mA, 0–20 mA
Example deviceProximity sensor, limit switchPressure transmitter, temperature sensor
AB module example5069-IB16 (16-pt digital input)5069-IF8 (8-ch analog input)
Wiring2 wires per point2–4 wires per channel (shielded cable)
Why does resolution matter? A 16-bit analog input module like the 5069-IF8 divides its input range into 65,536 steps. On a 0–10V range, each step is about 0.15 mV — more than enough precision for most industrial applications. An older 12-bit module only has 4,096 steps, making each step about 2.4 mV.

2. 4–20 mA Current Signals

The 4–20 mA current loop is the most widely used analog signal in industrial automation. It was introduced in the 1950s and remains the dominant standard today because of its exceptional noise immunity and built-in fault detection.

How It Works

A transmitter regulates current flow in a loop circuit. The current varies proportionally with the measured process variable:

  • 4 mA = zero / minimum of range (e.g., 0 PSI)
  • 20 mA = full scale / maximum of range (e.g., 100 PSI)
  • 12 mA = midpoint (e.g., 50 PSI)

The “live zero” at 4 mA is what makes this signal type special: if the current drops to 0 mA, you know something is wrong — a broken wire, a dead transmitter, or a power failure. This built-in fault detection is impossible with 0–20 mA or voltage signals.

Wiring: 2-Wire vs. 4-Wire Transmitters

ConfigurationDescriptionWhen to Use
2-wire (loop-powered)Power supply and signal share the same two wires. The transmitter modulates its own supply current to represent the process value.Most common. Simpler wiring, lower cost. Ideal for pressure, level, and flow transmitters in the field.
4-wire (self-powered)Separate power supply wires and signal output wires. The transmitter has its own dedicated power source.High-power devices, analyzers, or instruments that need more than the ~3.5 mA available in a 2-wire loop.

Typical Applications

  • Pressure transmitters — tank pressure, pipeline pressure, differential pressure for flow
  • Level transmitters — tank level via hydrostatic, ultrasonic, or radar
  • Flow meters — magnetic flow meters, vortex, Coriolis
  • Temperature transmitters — RTD or thermocouple with built-in transmitter
  • Valve positioners — control valve feedback (position 0–100%)
  • Analytical instruments — pH, conductivity, dissolved oxygen
HART Protocol Many 4–20 mA transmitters support HART (Highway Addressable Remote Transducer), which overlays a digital signal on top of the analog current loop. HART-enabled modules like the 5069-IF4IH can read both the analog value and digital diagnostic data simultaneously — device status, configuration parameters, and secondary variables — without additional wiring.

Allen-Bradley Modules Supporting 4–20 mA Input

PlatformModuleChannelsResolutionAccuracyFeatures
Compact 50005069-IF4IH4 (isolated)16-bit + sign±0.05% FSHART, per-channel isolation, CIP Sync timestamps
Compact 50005069-IF8816-bit±0.10% FSPer-channel V/mA selection, open-wire detect
Compact 50005069-IY4416-bit±0.10% FSAlso supports RTD, thermocouple, voltage
Compact I/O1769-IF4414/15-bit±0.2% FS (V), ±0.35% FS (I)Differential or single-ended, Delta Sigma ADC
Compact I/O1769-IF4I4 (isolated)16-bit±0.2% FS (V), ±0.35% FS (I)Channel-to-channel isolation (500V AC)
Compact I/O1769-IF8815/16-bit±0.2% FS (V), ±0.35% FS (I)Differential or single-ended
Compact I/O1769-IF16C1615/16-bit±0.5% FSCurrent-only, high density

3. 0–20 mA Current Signals

The 0–20 mA range uses the same current-loop principle as 4–20 mA but starts at zero instead of 4 mA:

  • 0 mA = zero / minimum of range
  • 20 mA = full scale / maximum of range

Why Use 0–20 mA Instead of 4–20 mA?

Factor4–20 mA0–20 mA
Fault detectionYes — 0 mA means broken wireNo — 0 mA could be zero reading or broken wire
Available resolution16 mA span across full range20 mA span across full range (25% more)
2-wire loop-powered?YesNo — device needs separate power at 0 mA output
Industry adoptionDominant standard (ISA/IEC)Less common, legacy and lab equipment

0–20 mA is primarily found in older installations, laboratory instruments, and specialized equipment. For new designs, 4–20 mA is almost always the better choice due to built-in wire-break detection.

Typical Applications

  • Laboratory instruments — analytical equipment, spectrometers
  • Legacy process equipment — older transmitters and positioners
  • Test & measurement — data acquisition systems
Wire-Break Detection With 0–20 mA signals, you cannot distinguish between a legitimate 0 mA reading and a broken wire. Allen-Bradley modules like the 5069-IF8 provide open-circuit detection in current mode that reports the fault condition separately — the module detects it by sensing no current flow at all rather than by checking for a live zero. However, this detection is slower and less reliable than the inherent 4 mA live zero of a 4–20 mA signal.

All Allen-Bradley analog input modules that accept 4–20 mA also accept 0–20 mA — you simply select the range in the channel configuration in Studio 5000.

4. Voltage Signals: 0–10 V, 0–5 V, 1–5 V

Voltage signals transmit a process value as a proportional voltage level. The transmitter or sensor outputs a voltage that the PLC’s analog input module reads directly.

Common Voltage Ranges

RangeZeroFull ScaleLive Zero?Typical Application
0–10 V0V10VNoHVAC damper actuators, VFD speed reference, building automation
0–5 V0V5VNoMicrocontroller interfaces, load cells, older instrumentation
1–5 V1V5VYes (1V)Direct conversion of 4–20 mA across 250 Ω resistor

How Voltage Signals Work

The source device outputs a voltage proportional to the process value. The receiving module measures this voltage using a high-impedance input (typically >1 MΩ for the 1769-IF4, >1 MΩ for the 5069-IF8) so it draws negligible current from the source.

Voltage vs. Current: Key Differences

FactorVoltage (0–10V)Current (4–20 mA)
Noise immunityLower — voltage drop on long wires affects accuracyHigher — current is constant regardless of wire resistance
Max cable distance~30 m (100 ft) typical~1,500 m (5,000 ft) or more
Wire resistance effectCauses measurement error (voltage drop)No effect (current is constant in a series loop)
WiringSimpler — 2 wires + shieldRequires loop power supply
Multi-dropEasy — parallel connectionsDifficult — series loop only (one receiver per loop)
CostLower (no loop power supply needed)Slightly higher

Typical Applications

  • VFD speed reference — 0–10 V to set motor speed on drives like the PowerFlex 525
  • HVAC systems — damper and valve actuators, building management systems
  • Potentiometer position feedback — linear or rotary position sensing
  • Weighing systems — load cells with voltage output amplifiers
  • Short-distance panel-mount instruments — where wiring runs are under 30 m
Voltage drop on long cable runs A 22 AWG wire has about 16.5 Ω per 1,000 ft. On a 500-ft run (1,000 ft total loop), wire resistance is ~16.5 Ω. If the source drives even 1 mA through this resistance, the voltage drop is 16.5 mV — a 0.165% error on a 10V signal. With 4–20 mA current, this wire resistance has zero effect on accuracy because the module measures current, not voltage. Always use current signals for long cable runs.

The 1–5 V “Live Zero” Trick

You can convert any 4–20 mA signal to 1–5 V by placing a precision 250 Ω resistor across the input terminals. This is useful when you need to feed the same signal to both a PLC module and a panel meter or recorder. The 1 V live zero preserves the wire-break detection of 4–20 mA.

5. Bipolar Voltage: ±10 V

A ±10 V bipolar signal swings from −10V to +10V, passing through zero. This is essential for applications where the measured variable can be positive or negative.

How It Works

  • −10V = full negative (e.g., full reverse speed)
  • 0V = zero / neutral (e.g., stopped)
  • +10V = full positive (e.g., full forward speed)

On a 16-bit module like the 5069-IF8, the ±10V range provides a resolution of approximately 320 µV per count (20V ÷ 65,536 counts), per the 5069-TD001 technical data publication.

Typical Applications

  • Servo drive speed/torque reference — bidirectional speed commands
  • Tension/compression load cells — force measurement in both directions
  • Torque sensors — positive/negative torque measurement
  • Vibration monitoring — accelerometer signals centered around zero
  • Test equipment — signal generators, data acquisition systems

Module Support

Most Allen-Bradley voltage-capable modules support ±10V. On the Compact 5000 platform, both the 5069-IF8 and 5069-IF4IH accept ±10V inputs. On Compact I/O, the 1769-IF4, 1769-IF8, and 1769-IF16V all support ±10V.

6. RTD (Resistance Temperature Detectors)

An RTD is a temperature sensor that works on a simple principle: the electrical resistance of a metal changes predictably with temperature. As the temperature increases, the resistance of the metal element increases in a nearly linear relationship.

How RTDs Work

The PLC module sends a small excitation current (typically 0.5–1.0 mA) through the RTD element and measures the resulting voltage. Using Ohm’s Law (R = V/I), it calculates the resistance, then converts that to temperature using a standard curve (e.g., IEC 60751 for platinum RTDs).

Common RTD Types

RTD TypeResistance at 0°CTemperature RangeAccuracyApplication
Pt100 (Platinum 385)100 Ω−200 to +850 °CBest (Class A: ±0.15 °C at 0 °C)Most common industrial RTD
Pt200200 Ω−200 to +850 °CGoodLonger cable runs (higher impedance reduces lead error)
Pt500500 Ω−200 to +850 °CGood2-wire applications (higher R reduces lead error)
Pt10001,000 Ω−200 to +630 °CGoodHVAC, 2-wire applications
Ni120 (Nickel 672)120 Ω−80 to +260 °CModerateHVAC, legacy systems
Cu10 (Copper 427)10 Ω−100 to +260 °CModerateMotor winding temperature

Temperature ranges and RTD types from Rockwell Automation publication 5069-TD001 and 1769-TD006.

Wiring Configurations

ConfigWiresLead Resistance CompensationAccuracyWhen to Use
2-Wire2None — lead resistance adds errorLowestShort runs only (<3 m), cost-sensitive, Pt1000 elements
3-Wire3Partial — assumes equal lead lengthsGoodMost common in industrial settings
4-Wire4Full — eliminates all lead resistanceBestLaboratory, precision process control
Why lead resistance matters A Pt100 RTD changes about 0.385 Ω/°C. If your cable adds 1 Ω of lead resistance, the module sees 1 Ω ÷ 0.385 Ω/°C = a 2.6 °C error. A 3-wire connection compensates for most of this; a 4-wire connection eliminates it completely.

Typical Applications

  • Process temperature measurement — reactors, heat exchangers, ovens, tanks
  • HVAC — duct and pipe temperature sensing
  • Clean rooms & pharma — precision temperature monitoring
  • Motor winding temperature — embedded Cu10 or Pt100 RTDs
  • Food & beverage — pasteurization, cold chain monitoring

Allen-Bradley RTD Modules

PlatformModuleChannelsWiringSupported RTD TypesAccuracy (Pt100)
Compact 50005069-IY442-wire, 3-wirePt (385, 3916), Ni (672), NiFe (618), Cu (427)±0.5 °C at 25 °C
Compact I/O1769-IR662-wire, 3-wire, 4-wirePt (385, 3916), Ni (618, 672), NiFe (518), Cu (427)±0.5 °C at 25 °C

RTD accuracy and supported types from Rockwell Automation publications 5069-TD001 (page 29–30) and 1769-TD006 (page 42–44).

7. Thermocouple Signals

A thermocouple is a temperature sensor made from two dissimilar metals joined at one end. When the junction is heated, it produces a small voltage (millivolts) proportional to the temperature difference between the junction and the reference point. This is known as the Seebeck effect.

How Thermocouples Work

  1. Two different metal wires are welded together at the measurement junction (hot junction).
  2. The other ends connect to the PLC module’s terminals — the reference junction (cold junction).
  3. The temperature difference between the two junctions produces a small voltage (typically 0–75 mV).
  4. The module’s Cold Junction Compensation (CJC) sensor measures the reference junction temperature and compensates mathematically.
  5. The module converts the compensated millivolt signal to a temperature reading using standard linearization tables (NIST ITS-90).

Common Thermocouple Types

TypeMetalsRangeBest For
Type JIron / Constantan−210 to +1,200 °CGeneral purpose, plastics, rubber processing
Type KChromel / Alumel−270 to +1,372 °CMost common. Furnaces, kilns, general industrial
Type TCopper / Constantan−270 to +400 °CLow temperature, food, cryogenics
Type EChromel / Constantan−270 to +1,000 °CHighest output, sub-zero temperatures
Type NNicrosil / Nisil−270 to +1,300 °CAlternative to K with better stability at high temp
Type RPt-13%Rh / Pt−50 to +1,768 °CHigh temperature, glass, steel, semiconductor
Type SPt-10%Rh / Pt0 to +1,768 °CHigh-precision high temperature
Type BPt-30%Rh / Pt-6%Rh+300 to +1,820 °CVery high temperature (glass, ceramics)
Type CW-5%Re / W-26%Re0 to +2,320 °CExtreme temperature (vacuum furnaces)

Thermocouple types and ranges from Rockwell Automation publications 5069-TD001 (page 30) and 1769-TD006 (page 45).

RTD vs. Thermocouple: When to Choose Each

FactorRTDThermocouple
AccuracyHigher (±0.1–0.5 °C typical)Lower (±1–2.5 °C typical)
Temperature range−200 to +850 °C−270 to +2,320 °C
Response timeSlower (larger thermal mass)Faster (small junction)
Long-term stabilityExcellent (minimal drift)Drifts over time, needs periodic replacement
Vibration toleranceMore fragileRobust
Cost (sensor)HigherLower
WiringStandard copper wireRequires matching thermocouple extension wire
Self-powered?No (needs excitation current)Yes (generates own voltage)
Rule of thumb: Use an RTD when you need accuracy below ±1 °C and your temperature stays under 850 °C. Use a thermocouple when you need to measure above 850 °C, need fast response, or need a rugged, low-cost sensor.

Allen-Bradley Thermocouple Modules

PlatformModuleChannelsTC TypesAccuracy (Type K)
Compact 50005069-IY44B, C, D, E, J, K, L, N, R, S, T, TXK/XK±1.0 °C at 25 °C
Compact I/O1769-IT66B, C, E, J, K, N, R, S, T±1.0 °C at 25 °C

Thermocouple accuracy from Rockwell Automation publications 5069-TD001 (page 30) and 1769-TD006 (page 45–46).

CJC Accuracy Matters The Cold Junction Compensation (CJC) sensor is a critical part of thermocouple measurement. The 5069-IY4 achieves ±0.54 °F (±0.3 °C) CJC accuracy. The 1769-IT6 achieves ±1.0 °C. Poor CJC accuracy directly adds to your total measurement error, so keep the module away from heat sources and avoid mounting it near VFDs or power supplies.

8. Signal Type Comparison

The table below summarizes all six signal types to help you choose the right one for your application.

Signal TypeRangeNoise ImmunityMax DistanceWire-Break DetectBest Application
4–20 mA4–20 mAExcellent1,500+ mYes (live zero)Process instrumentation (pressure, flow, level)
0–20 mA0–20 mAExcellent1,500+ mNoLegacy instruments, lab equipment
0–10 V0–10 VModerate~30 mNoHVAC, VFD speed reference, building automation
±10 V−10 to +10 VModerate~30 mNoServo drives, bidirectional measurement
RTDResistance (Ω)Good (3/4-wire)~100 m (4-wire)Yes (open-circuit)Precision temperature (−200 to +850 °C)
ThermocouplemillivoltsLow (needs shielding)~50 mYes (open-circuit)High-temp measurement (up to +2,320 °C)

9. Allen-Bradley Analog Module Selector

Use this table to find the right module for your signal type and platform.

Analog Input Modules

ModulePlatformCh4–20mA0–20mA0–10V±10VRTDTCResolution
5069-IF4IHCompact 5000416-bit + sign
5069-IF8Compact 5000816-bit
5069-IY4Compact 5000416-bit
1769-IF4Compact I/O414/15-bit
1769-IF4ICompact I/O416-bit
1769-IF8Compact I/O815/16-bit
1769-IF16CCompact I/O1615/16-bit
1769-IF16VCompact I/O1615/16-bit
1769-IR6Compact I/O6config-dependent
1769-IT6Compact I/O6config-dependent

Analog Output Modules

ModulePlatformCh4–20mA0–20mA0–10V±10VResolutionFeatures
5069-OF4IHCompact 5000416-bitHART, per-channel isolation
5069-OF4Compact 5000416-bitOpen/short-circuit detect
5069-OF8Compact 5000816-bitOpen/short-circuit detect
1769-OF2Compact I/O214/15-bitDelta Sigma DAC
1769-OF4Compact I/O415-bitOpen/short-circuit protect

10. Scaling Analog Signals in Studio 5000

Most Compact 5000 (5069) modules output data in engineering units — the tag value is already in volts or milliamps. Compact I/O (1769) modules can be configured for engineering units, scaled-for-PID, percent of range, or raw/proportional data.

Compact 5000 Modules (5069)

The 5069-IF8 and other 5069 analog modules report data in IEEE 754 32-bit floating-point format (REAL data type). If a channel is configured for 4–20 mA, the tag reads directly in milliamps (4.000 to 20.000). You scale from milliamps to engineering units using the SCP (Scale with Parameters) instruction:

// Scale 4-20 mA pressure transmitter (0-100 PSI)
SCP  Input:       Local:1:I.Ch0Data    // Raw mA value (4.0 - 20.0)
     InputMin:    4.0                   // 4 mA = 0 PSI
     InputMax:    20.0                  // 20 mA = 100 PSI
     OutputMin:   0.0                   // 0 PSI
     OutputMax:   100.0                 // 100 PSI
     Output:      Pressure_PSI         // Scaled result

Compact I/O Modules (1769)

The 1769 analog modules offer four data formats. Set the format in the module’s Channel Configuration in RSLogix 5000 / Studio 5000:

Data FormatRange (4–20 mA)When to Use
Engineering Units (x1)4,000–20,000 (= 4.000–20.000 mA × 1000)General purpose; scale with SCP
Scaled-for-PID0–16,383Direct input to PID instruction
Percent of Range0–10,000 (= 0.00–100.00%)Quick percentage readout
Raw/Proportional−32,768–+32,767Maximum resolution; custom scaling

Scaling Formula

The general formula for linear scaling is:

Engineering Value = ((Raw − RawMin) ÷ (RawMax − RawMin)) × (EngMax − EngMin) + EngMin

Use SCP, not math The SCP instruction handles the scaling formula, clamping, and floating-point math in one block. It’s cleaner than building the equation from individual math instructions, and it’s easier to troubleshoot.

11. Wiring & Noise Best Practices

  1. Use shielded cable for all analog signals. Belden 8761 (for current/voltage) or Belden 9501/9533 (for RTD) are industry standards referenced in the Rockwell technical data publications.
  2. Ground the shield at one end only — at the module end. This prevents ground loops that create noise. The 5069 analog modules have dedicated shield terminals on the RTB for this purpose.
  3. Separate analog and digital wiring in different conduit or cable tray. Keep analog cables at least 12 inches from power wiring and VFD output cables.
  4. Use twisted-pair cable to cancel electromagnetic interference. Each signal pair should be individually twisted.
  5. Use 4–20 mA for long runs — voltage signals degrade with distance. If you must use voltage over a long run, use heavier gauge wire to reduce resistance.
  6. Use differential inputs when available. The 5069-IF8 Series A provides 8 differential inputs; the 1769-IF4 supports both differential and single-ended wiring.
  7. Configure input filters to reject power-line noise. Set the notch filter to 50 or 60 Hz (matching your local mains frequency) to reject the most common source of analog noise.
  8. Keep RTD excitation current low (0.5 mA rather than 1.0 mA) to minimize self-heating error, especially with Pt100 elements.
Never run analog signal cables alongside VFD output power cables. VFD output waveforms (PWM switching at 2–16 kHz) generate intense electromagnetic interference that will corrupt analog signals. Maintain at least 12 inches (30 cm) of separation, or use metal conduit for the VFD power cables.

12. Related Guides & Resources

Related PLC Exchange How-To Guides

GuideTopic
5069-IF8 Analog Input GuideDetailed wiring, configuration, and scaling for the 8-channel Compact 5000 analog input module
5069-OF8 Analog Output GuideWiring and configuration for the 8-channel Compact 5000 analog output module
5069-IY4 Temperature Input GuideRTD, thermocouple, and mixed-signal configuration on the Compact 5000 platform
PowerFlex 525 InstallationVFD installation including 0–10V and 4–20mA speed reference wiring

Rockwell Automation Reference Documentation

PublicationTitleContent
5069-TD001Compact 5000 I/O and Specialty Modules SpecificationsFull specs for 5069-IF4IH, IF8, IY4, OF4IH, OF4, OF8
5069-UM005Compact 5000 Analog I/O Modules User ManualDetailed configuration, wiring diagrams, and programming
1769-TD0061769 Compact I/O Modules SpecificationsFull specs for 1769-IF4, IF8, IF16C, IF16V, IR6, IT6, OF2, OF4

Need Analog I/O Modules?

PLC Exchange stocks Allen-Bradley analog modules across the Compact 5000, Compact I/O, and ControlLogix platforms. All modules ship with a 2.5-year warranty and free UPS Ground shipping.