On Mar 20, 8:02 pm, cornythecl...@gmail.com wrote:
> Does anyone know of a single ic that will take a 4-20ma signal and
> convert it to a 0-10 volt signal ???
>
> It looks like someone would produce such a beast by now....but my
> google searches have turned up nothing.
>
> ~:>
An operational amplifier is versatile and capable of performing the
conversion. Assuming you have a single 15V supply, here's an LM324-
based circuit that will do the job fairly well (view in fixed font or M
$ Notepad):
| VCC
| +
| |
| .-.
| 12K| |
| | |
| '-' VCC
| | +
| .-. |\| Set For Vo = 0V
| 1K| |<-------|+\ at I(in) = 4mA
| | | | >-o--------.(1V)
| '-' .---|-/ | |
| | | |/| | | ___
| === | GND | | .---|___|---.
| GND | | | | 25.5K |
| '--------' | | |
| | ___ | |\ |
| + |\ '---|___|-o---|-\ |
| o----o-------|+\ ___ 10.2K | >----o---o Vo
|I(in) | | >-o--|___|-o-------------|+/
| .-. .---|-/ | 10.2K | |/
| 249| | | |/ | .-.
| | | | | 25.5K| |
| '-' | | | |
| - | '--------' '-'
| o----o |
| | ===
| === GND
| GND
(created by AACircuit v1.28.6 beta 04/19/05
www.tech-chat.de)
The 249 ohm terminating resistor for your current loop will produce a
1 to 5 V input at the first op amp. The second op amp is supposed to
produce a 1.0V reference to subtract from the 1-5V. The resistors on
the third op amp are set up to provide a gain of 2.5 for the
difference -- 0-4V becomes 0-10V.
These are standard 1% resistor values. If you need/want 5%
components, try using 30K and 12K in place of the 10.2K and 25.5K. If
you need more accuracy, you might want to replace the LM324 with a
lower drift single supply quad op amp, and use a voltage reference
instead of your power supply to create the subtracting 1V.
Good luck
Chris