parallel I/O
parallel I/O
(OP)
We are in the engineering phase of a new HCL synthesis unit. It has been asked that we send the 4-20mA signal from several instruments to 2 separate PLC's. Will the parallel resistances of the inputs cause a problem? How would you do this? We are using AB Control Logix.





RE: parallel I/O
1) Don't Control Logix processors talk to each other over any number of digital protocols?
2) To have parallel resistances come into play, one would typically convert the 4-20mA current signal to a voltage, and then transmit a voltage signal to the second PLC. The 4-20ma is converted to a voltage at an input anyhow, the CLX uses 250 ohms as a dropping resistance (pg 20, Installation instructions, 1756-IF8H).
So, the 'first' PLC uses 250 ohms on its input to convert the current locally to a 1-5 Vdc signal, the signal across PLC 1's input then is wired in parallel to the 2nd PLC, which has > 1 MΩ input resistance for voltage signals.
So, doing it that way, no, the parallel resistances are not a problem: 1M in parallel with 250 ohms.
2) Or you could send 4-20mA to both devices, since the 4-20mA is a current signal, the 4-20 wired in series to each device: source + to input 1 +, input 1 (-) to input 2 +, input 2 (-) to source (-).
Either method could be problematic if the 4-20mA signal has HART superimposed on it, and the application intends to use HART for either configuration or for its ability to carry diagnostics or multiple variables, then you need to make sure to confirm whether or not the analog input would 'strip off' the HART before it gets to the 2nd input.
If the 4-20ma signal is an active output, powered internally from whatever it is, try to ascertain whether the output is isolated or not. Signals that are ground to the source device can be problematic when connecting to multiple inputs.
3) The I/O manufacturers make DIN rail mount boxes that will duplicate a current signal, one current in, two current signals out, some people call them splitters.
Dan
RE: parallel I/O
RE: parallel I/O
Dan
RE: parallel I/O
Keith Cress
kcress - http://www.flaminsystems.com
RE: parallel I/O
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: parallel I/O
Multiple 4-20mA inputs can be in series if you don't cause ground reference problems. If each PLC references to ground it's not going to work. Hence danw2's whole point of run one 4-20mA and run the other PLC 1-5V, essentially no resistor.
Or am I missing something now?
Keith Cress
kcress - http://www.flaminsystems.com
RE: parallel I/O
For a single current signal through two inputs, yes, they can be in series.
>If you put the input resistances in parallel, you cut the output voltage in half.
There aren't two current inputs, there's one current input and one voltage input. Hence there's only one 250 ohm resistoron the one input. The other voltage input resistance is > 1Mohm, paralleled across the 250 ohms of the current dropping resistor.
The inputs can be either a voltage input or a current input.
RE: parallel I/O
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: parallel I/O
Roy
RE: parallel I/O
How I read it, he wants so send transmitter outputs to two separate PLCS. (at least that's what he typed more or less)
Sending two 4-20mA to 2 PLCs would be input resistances in series, not parallel. So I agree with IRstuff.
That being said, I don't see a problem doing this, but I would suggest a zener in parallel with the inputs in case one input card fails open or is pulled out or whatever
RE: parallel I/O
RL
RE: parallel I/O
----------------------------------
If we learn from our mistakes I'm getting a great education!
RE: parallel I/O
RE: parallel I/O
----------------------------------
If we learn from our mistakes I'm getting a great education!