Hi,
I am trying to develop a system based on the **broken link removed**
The motor communicates via RS485 with a Kinco K506 PLC. Both the motor and the PLC do not have pull-up resistors on the RS485 network.
My queries are
1. Is it OK to pull-up the RS485 network to +2.8 VDC instead of +5 VDC. I know the RS485 specs mention +5 VDC as the bus level. However it also mentions biasing the network, so does it matter if voltage is +5VDC?
## this could cause issues as this will affect the common mode voltage level.
I am using 470E pull-up to +ve on the RS485 A+ line, and 470E pull-up to the ground.
2. I normally run a ground line alongwith the RS485+ and RS485- lines. However in this case the motor and PLC are both powered by different power supplies. So is it possible to remove the ground line ? I would prefer this as I do not want noise in the motor supply to affect the PLC.
## The thing is that although rs485 is a differential bus, it still needs the signal to be within certain common mode range. If there is no common ground then the two devices can start drifting away.
# you could look at using isolated rs485 transceivers..you might have to convert to TTL levels 'locally' first and then connect the grounds on the 2 ' isolated' sides .
thanks
# hope this helps.
a