mikefamig said:
I forgot that the system has no earth ground as a reference and that is what confused me. I will park the +12v from the M1 control on the dead terminal of the p212s and then connect the +12v source from the p212 to the DBH via the rs485 ethernet cable. Is it correct to say that there is a home run between the DBH and each device connected to it for the +12v power leads with all devices connected in parallel?
I have never heard the term "common mode" but am aware that current can be inducted from one wire to another and create interference of data transmission. For this reason I had the builder bury two separate conduits from the house to the garage, one for high voltage lines and one for data. I don't really see though how adding a ground alongside the wire helps. Does it catch the interference and send it to ground like a shielded wire protects the lines inside the shield?
Mike.
I'm not sure I follow what you say you will do to keep the +12V from the M1 and the P212S separate. All you need to do is leave the +12V wire in the data bus cable unconnected on the P212S end. If you do that by connecting it to the spare terminal, that is ok. Don't connect the +12V output from the P212S back to the M1 !
With home runs to each device, the +12V and NEG (ground) signals are all connected in parallel back at the DBH. The data signals get connected in a daisy chain fashion through the DBH circuit board. That's why two wires get connected to the Data-A and Data-B signals.
The ground connection between the M1 and the remote power supply doesn't really catch or remove interference on the RS485 link in terms of providing any kind of shielding.
A differential signal like RS485 uses a voltage change in opposite directions to send data bits. This is usually a small voltage of about 1.5V volts.
For example, on one end, this could be centered around 3.75V, so that the Data-A wire would be at 4.5V while the Data-B wire would be at 3.0V.
Ideally, the other end would also be at these same voltage levels. Without a ground between the two ends, the signal level can drift apart due to common mode voltage on the cable. The further apart things are, the more likely it is that "ground" at one end will not be the same as "ground" at the other end.
Say there is 5V of difference between the two ends, that would make the voltages 8V and 9.5V. (Common mode voltage gets added to both wires - that's why it's called common!) Things should still work ok at those levels. But if it goes too high, that's where the trouble starts.
In theory, the common mode voltage doesn't matter at all. The receiver circuit just has to detect the difference between the two wires. But semiconductor circuits have limits on their range of operation, and if the common mode voltage gets too large, they stop working. Connecting a common ground between the two ends helps reduce the common mode voltage by bringing the two ends more into line with each other.