PLC Tutorials

How to Convert Current to Voltage using Resistor ?

In this article, we discuss about How to Convert Current to Voltage using Resistor with different examples like 0-20 mA to 0-10 VDC Conversion, 4-20 mA to 2-10 VDC Conversion, 0-20 mA to 0-5 VDC Conversion.

Convert Current to Voltage

It is extremely simple to measure 0-20 mA signal with a device that will measure only Voltage inputs. If the Voltage input module available will accept a 0-10 Vdc signal, but may not accept a 0-20ma signal directly.

Basically, Ohms law is used to calculate a resistor value in order to convert the 0-20ma signal to a voltage.

Example : 0-20 mA to 0-10 VDC Conversion

Ohms law states: R = V/I where V is the Voltage, I is the current and R is the resistance

R = 10V/0.020A = 500 Ohms

V = I*R = 0*500 = 0V

V = I*R = 0.020*500 = 10V

Example : 4-20 mA to 2-10 VDC Conversion

Ohms law states: R = V/I where V is the Voltage, I is the current and R is the resistance 

R = 10V/0.020A = 500 Ohms

V = I*R = 0.004*500 = 2V

V = I*R = 0.020*500 = 10V

Example : 0-20 mA to 0-5 VDC Conversion

Ohms law states: R = V/I where V is the Voltage, I is the current and R is the resistance 

= 5V/0.020A = 250 Ohms

V = I*R = 0*250        = 0V

V = I*R = 0.020*250 = 5V

Note:-

  • To avoid damage you must ensure that the external current source has short-circuit protection in all conductor cases.
  • The external resistor is a source of error because of its dependency on temperature and its inaccuracy.
  • In order to obtain measuring results that are as precise as possible it is recommended to use resistors with tolerances that are as small as possible.

Credits : myplctechnology blog

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

You've successfully subscribed !

View Comments

Share

Recent Articles

  • PLC Tutorials

Conveyor Sorting Machine PLC Program with Calculation Function

The conveyor sorting machine is widely used in the packing industries using the PLC program…

5 days ago
  • PLC Tutorials

Example of Flip-Flop PLC Program for Lamps Application

Learn the example of flip-flop PLC program for lamps application using the ladder logic to…

5 days ago
  • PLC Tutorials

STAR DELTA Programming using PLC Controller

In this article, you will learn the STAR DELTA programming using PLC controller to start…

5 days ago
  • Instrumentation Design

Single and Three Phase Immersion Electrical Heaters Wiring Circuits

Lube oil consoles of rotary equipment packages in industrial process plants are usually equipped with…

3 days ago
  • Instrumentation Design

Immersion Heaters in Lube Oil Consoles

Rotating equipment packages such as pumps, compressors, turbines need the lube oil consoles for their…

5 days ago
  • PLC Tutorials

How to Blink Lights in Ladder Logic?

This article explains how to blink lights in ladder logic with a detailed explanation video…

4 weeks ago