Differences Between RS-485 and MODBUS

Tip:Click aboveBa Fang Hui PLC Practical Programming TrainingFollow us for free

Differences Between RS-485 and MODBUS

Differences Between RS-485 and MODBUS

Differences Between RS-485 and MODBUS

RS485is a wired transmission, which requires a hardware transmission medium, essentially just two wires are sufficient. The actual signal transmitted over these two wires is the same signal; the sending end splits this signal into two, but at the receiving end, it is restored to the original signal. This method’s advantage can be compared toRS232; RS232 also requires two wires, but more often, a ground wire is added, making it three wires. Ignoring the ground wire, the other two wires transmit the data signal on one wire, while the other wire transmits the clock signal. The sending end transmits the signal as it originally is, and the receiving end processes it similarly. Therefore,485can cancel out interference introduced during transmission, while232cannot. Hence,485has strong anti-interference capability and can transmit signals over thousands of meters, while232can only transmit over a few dozen meters.

MODBUSis just a type of communication protocol, like Chinese and English, it is a language of communication, a language for machines to communicate. So, before communication, there must be a bridge for communication, which is the transmission medium485or232or other electrical rules. The same protocol can use different transmission mediums like485or232, but two different protocols cannot exist simultaneously on the same transmission line.

Generally, we use the RS485 interface for Modbus communication. The typical length for RS485 communication is 1200 meters. When this length cannot meet the requirements, fiber optics will be introduced as the transmission medium, of course, requiring an optical-electrical converter in between. However, this connection method seems difficult to establish. The best way is to connect Modbus communication to a certain Ethernetand then transmit data through fiber optics via Ethernet.

RS-485 has the following characteristics
1
The RS-485 interface uses a combination of balanced drivers and differential receivers, enhancing common-mode rejection capability, thus providing good noise immunity.
2
The maximum transmission distance standard for the RS-485 interface is 4000 feet, but it can reach up to 3000 meters in practice. Additionally, the RS-232-C interface allows only one transceiver on the bus, meaning single-station capability. In contrast, the RS-485 interface allows up to 128 transceivers on the bus, meaning multi-station capability, enabling users to easily establish a device network using a single RS-485 interface. Due to its good noise immunity, long transmission distance, and multi-station capability, RS-485 is the preferred serial interface. Because the RS485 interface forms a half-duplex network, it generally requires only two wires, so RS485 interfaces use shielded twisted pair cables for transmission. The RS485 connector uses a DB-9 9-pin plug and socket, while the smart terminal RS485 interface uses DB-9 (hole), and the keyboard connection for the keyboard interface RS485 uses DB-9 (pin).
3
The electrical characteristics of RS-485: Logic “1” is represented by a voltage difference of + (2-6)V between the two wires; Logic “0” is represented by a voltage difference of – (2-6)V. The interface signal levels are lower than those of RS-232-C, making it less likely to damage the interface circuit’s chips, and this level is compatible with TTL levels, facilitating connection with TTL circuits.
4
The maximum data transmission rate of RS-485 is 10 Mbps.
Previous Highlights

Don’t play with your phone when you get home, take a look at our public account every day, can you?

I’ve thrown you a confidential report

National Day is not here yet,

Leave a Comment