Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I was asked by my professor that why the standard of 4-20 mA is set for measurement of current in measurements circuit. Is there any reason why this level is used ? I mean why the value of 4 ? Can't it be 5-25 mA or anything ?

Please note that I know why we dont use a non-zero starting point fpr measurement.

share|improve this question
Could you provide a bit more context? I don't know what this standard means... – clabacchio Apr 10 '12 at 7:09
2  
This thread could shed some light... control.com/thread/1026235722 – Axeman Apr 10 '12 at 7:13
The choice of 4 and 20 is likely traceable to some piece of legacy equipment. If I were the professor, what I'd really be asking is, "Why do we use current instead of voltage?" – gbarry Nov 5 '12 at 3:39

2 Answers

up vote 9 down vote accepted

A 4-10mA corresponds to a 1-5V analog voltage across a 250 Ohm resistor, making it easy to adapt the 4-20mA current loop to a 1-5VDC analog input voltage (common on many controllers using TTL inputs) to by simply placing a 250 Ohm resistor across the analog input terminals of the controller.

The industry specification for Compatibility of Analog Signal for Electronic Industrial Process Instruments is ISA 50.00.01-1975 (R2012). The pre-1972 version of this standard specified 10-50mA for analog current loops because the technology at the time used magnetic amplifiers which required a minimum of 10mA to operate.

Since transistor circuits have become more stable and accurate, the 4-20mA analog current loop has become the standard, requiring less power and allowing greater distances.

Of course, if you aren't already aware, one of the main advantages of current loop over voltage driven analogue signals is that a current driven loop allows greater distances to be achieved - typically lengths up to 1000m are possible.

Any signal sent over a long distance produces a voltage drop which is in proportion to the length of the cable (cable resistance), however when a 4-20mA signal is used to transmit the analog signal (as opposed to a 1-5VDC signal), the voltage drop is irrelevant, since the same current has to pass through the circuit loop (it has no where else to go!) provided the power supply can handle it. For example, for a 24VDC powered transmitters, 7-15VDC is typically used by the transmitter circuit, leaving a budget of at least 9VDC for the loop voltage drop.

You may already be aware that having a non-zero current (4mA) for representing the "zero value" of the analog signal allows the controller to detect a broken wire (0mA) as well as allowing loop-powered transmitter design.

Having the 20mA correspond to the 'maximum value' of the analog signal is practical for industrial process instruments, since having larger currents would result in larger voltage drop for the same size cabling, thereby limiting the cable length.

Also, limiting the power of signals in the transmitter is better for 'intrinsically safe design' by limiting the energy available for igniting explosive dust or vapors in hazardous areas (as per ANSI/ISA-RP12.06.01-2003 Recommended Practice for Wiring Methods for Hazardous (Classified) Locations Instrumentation Part 1: Intrinsic Safety).

share|improve this answer
The offset voltage makes my life so much easier when there is a problem. It is a major major bonus. – Kortuk Nov 5 '12 at 3:05

It comes down to maximizing the SNR or signal to noise ratio. This constant current analog bus is relative low impedance and thus immune to stray leakage noise.
"For 4-20 mA loops with 2-wire transmitters, common power supply voltages are 36,24,15 and 12 VDC". The longer the line and higher sensor resistance, higher the voltage you need. Low current near zero meant detecting the threshold near the supply rails which was not easily done long ago as it is now. Thats also a consideration. The current source has high impedance source which results in most of the voltage across the driver and small amount on the receiver.

Consider source >1Mohm, line resistance 10 ohms and receiver 350 ohms. a 100V noise signal would be attenuated to 100v x 350/1e6 = 0.035V

It could be any current levels you wanted unless you wanted to be compatible with standard receivers with a reference levels.You could use 5-25 mA but would lose some margin from offset.

share|improve this answer
A 6-30mA loop would have the same SNR. You don't say why specifically 4-20 was chosen. – Federico Russo Apr 11 '12 at 6:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.