Short answer
A signal is not just a number. It is a number travelling through a real cable, across real terminals, into an input card with a configuration that may or may not agree with the drawing.
What to look for
A 4–20 mA loop carries a current that is relatively resistant to voltage drop and electrical noise when the loop is designed correctly. The 4 mA live zero is also a diagnostic clue: a healthy zero measurement is different from a broken wire that reads nothing.
A 0–10 V signal is simpler to visualize with a meter, but the receiving input and the cable become part of the measurement. Voltage drop, shared references, and nearby switching can move the number even when the transmitter is doing exactly what it should.
When the symptom appears in the plant
During a retrofitting project, a facility replaced an older variable frequency drive (VFD) controlling a critical pump. The old drive used a 0-10V speed reference, but the new one was incorrectly configured for 4-20mA, despite the PLC output card still sending voltage. The pump immediately ramped up to an unexpected speed because the drive misinterpreted the low voltage as a valid mA signal. Resolving this required both rewiring the PLC analog output for current and correcting the drive's parameter settings.
Five checks before replacement
- Verify the PLC analog output module configuration in the software to ensure it matches the physical wiring (voltage or current).
- Check the dip switches or parameter settings on the receiving device (e.g., VFD or valve positioner) to confirm it is expecting the correct signal type.
- Use a digital multimeter in series with the loop (for 4-20mA) or across the terminals (for 0-10V) to measure the actual signal being generated.
- Ensure the cable length isn't excessively long for 0-10V signals, as voltage drop can cause significant reading errors at the receiving end.
- Inspect the ground connections, as 0-10V signals are highly susceptible to noise and ground loops if not properly isolated.
Always prefer 4-20mA for distances over 50 feet or in high-noise environments.
A 4-20mA signal provides inherent 'live zero' fault detection (a broken wire reads 0mA, not 4mA).
When switching signal types, double-check that the common/ground references are compatible between the transmitter and receiver.
Bench checklist
- Confirm the supply at the device terminals.
- Confirm the meter is in the correct mode and position.
- Confirm the input range matches the signal type.
- Confirm the reference/common is intentional.
- Record the reading before changing the wiring.
Reference families
- ISA-50.1 Standard
- Automation Device Manuals
Always verify the current edition and the exact device manual for the installation.
Official references
These links point to standards bodies, industry organizations, or manufacturer documentation. Standards landing pages may require purchase or institutional access.
- Analog signals: 0…10 V vs. 4…20 mA Balluff
Manufacturer comparison of voltage and current signals, noise, cable resistance, and live-zero behavior.
- ISA50, Signal Compatibility of Electrical Instruments ISA
Official standards information page for analog instrumentation signal compatibility.
- ControlLogix Analog I/O Modules User Manual Rockwell Automation
Official manual covering analog ranges and scaling examples.
- What Is a 4-20 mA Current Loop? Fluke
Technical explainer of loop architecture, noise, voltage drop, and live-zero diagnostics.