Will this RS485 network work
Will this RS485 network work
(OP)
Hi All,
I am trying to get my head around RS485, especially earthing. I have a simple question that should help me clarify some misunderstandings.
If I have one PLC powered by a battery and another powered by a seperate battery that are connected by RS485 (2 wire only) will the communications work? Neither battery terminals are earthed and are therefore completely isolated supplies.
What I am getting at is ... Is there a requirement for a return path of any sort for RS485 to work?
I am trying to get my head around RS485, especially earthing. I have a simple question that should help me clarify some misunderstandings.
If I have one PLC powered by a battery and another powered by a seperate battery that are connected by RS485 (2 wire only) will the communications work? Neither battery terminals are earthed and are therefore completely isolated supplies.
What I am getting at is ... Is there a requirement for a return path of any sort for RS485 to work?





RE: Will this RS485 network work
"Proper operation of the interface circuits, whether using balanced, unbalanced, or a combination of both, requires the presence of a signal common path between the circuit commons of the equipment at each end of the interconnection. The signal common interchange lead shall be connected to the circuit common, which shall be connected to the protective ground by any one of the following methods, shown in figure 16, as required by specific application:"
TTFN
RE: Will this RS485 network work
From operation point of view, it will work because RS485 detects the voltage difference between the two lines rather than the absolute value, mathimatically,GND voltage will be cancelled out from the equation, I saw several circuits use this way.
However the input and output circuit can not go to any level in the - what is called - common mode voltage or the voltage that will not be detected as logic change, above several voltaged (7 and up depends on the particular chip used- refer to data sheet) the chip will breakdown and may be permenantly damaged, this common mode voltage can be piced up in long lines from near power lines or static, that is why it is a good practice to Earth a shield or ground it from one end only. Not both ends? - Please note that Ground returns are a major source of noise and Hum pick up.
Since you use battery, Hum problem is a minor issue here.
Maged A. Mohamed
http://magedm.freeyellow.com
http://www.magedsoft.com
RE: Will this RS485 network work
The network described in my question is not the network I am fault finding. The actual network is more complex.
There seems to be some contradiction in the 2 answers provided. The exert from IRStuff says:
"Proper operation of the interface circuits, whether using balanced, unbalanced, or a combination of both, requires the presence of a signal common path between the circuit commons of the equipment at each end of the interconnection."
This is not the case in my example network as there would be no signal common. I guess the definition of "proper operation" is the key. It may mean it will work but not in the way it is supposed to.
So I am still looking for someone to confirm that: "RS485 requires only 2 wires/connections to operate".
RE: Will this RS485 network work
But, you run the risk of frying your differential receivers any time there is some uncontrolled potential difference between the circuits.
I don't understand why you are so reluctant to having a proper common. Bad practice is ALWAYS bad practice. While it MIGHT work THIS TIME, the person after you might do something slightly different and have a complete failure.
TTFN
RE: Will this RS485 network work
for starters.
RE: Will this RS485 network work
TTFN
RE: Will this RS485 network work
I believe I have this sorted now.
IRstuff: just to clarify, the network I am fault finding (which I didn't design
RE: Will this RS485 network work
My system blew about a dozen diff rcvrs, before I figured out that the two ends where being zapped during power-on, because the power supplies were dis-similar and had a huge potential difference that was being equalized through the emitter-base junctions in the inputs of the receivers. The E-B junctions can only tolerate a maximum of 7V common-mode. Beyond that, they die a horrible death.
BTW, an easy test is to power up the rcvrs and measure their short circuit input current by grounding the inputs through a current meter. A E-B junction short will cause upwards of 100 mA to GND, while a good input should have less than 1 mA. Anything in between is an indication of latent damage that might bite you later.
TTFN
RE: Will this RS485 network work