Character framing in different serial link modes - Arc protection - Auto synchronization - Bay control and measurement - Merging unit - Transformer protection - 2 winding - Feeder protection - Voltage regulation - Capacitor bank protection - Petersen Coil control - Grid automation - Busbar differential protection (high impedance) - Back-up protection - Motor protection - Busbar protection (voltage and frequency) - Transformer protection - 3 winding - Interconnection protection - Generator protection - Power management/Load shedding - Modbus Communication Manual - REX640 Protection and control - PCL4 - IEC - ANSI - 16.02.2023

REX640 Modbus Communication Protocol Manual

According to the Modbus standard, the character length in the Modbus RTU mode should be 11 bits and in Modbus ASCII mode 10 bits. It is possible to freely define the character parity: even, odd or no parity. No parity means that the bit length of the serial character is reduced by one. Thus, the character is compensated with an additional stop bit.

Table 1. RTU characters
Coding system 8-bit binary
Bits per character

1 start bit

8 data bits, the least significant bit is sent first

1 bit for even/odd parity; no bit if parity is not used

1 stop bit if parity is used; 2 stop bits if parity is not used

Table 2. ASCII characters
Coding system Two ASCII characters representing a hexadecimal number
Bits per character

1 start bit

7 data bits, the least significant bit is sent first

1 bit for even/odd parity; no bit if parity is not used

1 stop bit if parity is used; 2 stop bits if parity is not used