Modbus address on RS-485

wilsonzhu

Member
Join Date
Jan 2008
Location
vancouver
Posts
278
Hi all,

I have 15 devices on the rs-485 link which implements modbus RTU protocol. According Modbus RTU protocol, slave address ranges from 1-127. but rs-485 only allows 32 nodes, some device's address can only be set from 1 to 31. Does it mean I can not set address from 33-127 for any RS-485 modbus RTU device? Thanks,
 
Thanks, What I mean is that can I set device address bigger than 31(for example: 50) on rs-485 modbus RTU network?

Its not modbus that limits it to 0-31, its RS485 spec. that limit it to 0-31 node addresses. Modbus can go from 1-254. You can get repeaters for your RS485 network that will allow more nodes.
 
Yes. The Modbus Slave Address has nothing to do with how many devices are connected to the RS-485 network.
 
Its not modbus that limits it to 0-31, its RS485 spec. that limit it to 0-31 node addresses. Modbus can go from 1-254.

You can get extenders to increase that nodes address limit. See below for one such device, there are many other vendors.

http://www.bomara.com/Telebyte/catalog/products/8321.htm
The RS-485 spec limit is 32 nodes. It doesn't care what address they are. The limitation is due to bus drivers not being able to drive more than 32 nodes.
 

Similar Topics

Kindly, I am trying to do some Modbus Rtu communication between a 1214C Siemens plc and the following slaves. ( Schneider PM5110 meter , Socomec...
Replies
4
Views
262
I have a Red Lion G09 scanning 8 Invertek P2 VFDs via modbus RTU - I've setup necessary comms and tags and all works well. I have a 'Settings'...
Replies
3
Views
1,873
Hi friends, Please share if you know whether I can change the modbus address of the PLC programatically (maybe by writing to S15). Appreciate...
Replies
0
Views
1,000
Hi, I'm replacing a Moscad-L RTU with a ML1100. I've been given a spreadsheet with the modbus addresses I'll need to use for the various points...
Replies
5
Views
1,829
I am using a Micro820 controller setup with the Modbus RTU in slave mode. Is there a way to change the slave address from within the application?
Replies
5
Views
2,452
Back
Top Bottom