Internet PLC Forum

General => Frequently Asked Questions => Topic started by: support on February 14, 2004, 10:46:59 AM

Title: Interfacing to two-wire 4-20mA sensors
Post by: support on February 14, 2004, 10:46:59 AM
Many 4-20mA analog sensors only has two wires connection and are designed to be powered by the 4-20mA output current that flow through it. These type of sensors can be interfaced easily to the 0-5V analog inputs of the PLC as shown in the following diagram:

(http://www.tri-plc.com/appnotes/looppoweredsensor.gif)

The sensor output will be converted to a 1-5V analog voltage and can be read by the PLC using the ADC(n) statement which will return readings of between 820 and 4092.

If the ADC is of 0-1V type (such as ADC1 & 2 on T100MD1616+) then just change the resistor to 50 ohm.


Title: Re:Interfacing other types of 4-20mA sensors
Post by: support on February 14, 2004, 11:11:10 AM
If the 4-20mA sensor has its own power supply, then the connection is just straightforward, as follow:

(http://www.tri-plc.com/appnotes/4to20mAInterface.gif)

If the PLC analog input is 0-1V (as in ADC1 and 2 of T100MD1616+) then change the resistor value to 50 Ohm.
Title: PT100 Sensor Interface
Post by: support on February 14, 2004, 11:34:40 AM
PT100 sensors can be connected to T100MD1616+ ADC1 and 2 (0-1V range) easily as described in the pdf document as follow:

http://www.tri-plc.com/appnotes/PT100Interface.pdf


The circuit is not suitable for 0-5V ADC range since the self heating will be quite significant. You will need a signal conditioner or build an instrument amplifier to amplify a small voltage drop across the PT100 to 0-5V suitable for the ADC.