Modbus Network Allen Bradley

fran007

Member
Join Date
Mar 2009
Location
Santo Domingo
Posts
10
I have a project, that I need to communicate 28 devices (Woodward UMT Power Meters) using MODBUS communication with a Micrologix PLC (Probably MX1400 or MX1500) and a Panel View plus.

We will be reading not more than 10 registers per device, I need your advice because this modbus network is critical for our project, because we are doing Load Shed and Load Add using the Total System Load Demand, Summing the KW registers from each device (1 Register per device) on the PLC.

So the MODBUS communications has to be faster, so I need your recommendations in order to get this network optimized.
 
So the MODBUS communications has to be faster,.....

Why?

You aren't going to be dropping loads on a milisecond basis - more likely in a time frame of minutes per action. You can do a lot of Modbus RTU communications transactions in that kind of time frame. We've used Modbus RTU for similar data exchanges, and a few seconds latency is the worst we've encountered.
 
It is relatively straightforward to write MSG instructions in the MicroLogix controllers. It takes some good programming discipline to manage MSG instructions, especially when errors occur, but there's no magic to it.

Sequential polls from a single master is the slowest way to implement this system, but the least expensive.

My suggestions for faster communications include:

1. One or more MVI69-MCM communication modules from Prosoft attached to a 1764-LRP MicroLogix 1500 controller. These modules act as Modbus masters independent of the controller and you can have two Masters per module, so you can split up the system into several groups and get faster polling.

2. A 1769-SDN DeviceNet scanner in the MicroLogix 1500 polling multiple DNet/Modbus gateways like the 1782-JDM (Western Reserve Controls), the CDN-367 (MKS Instruments) or the AnyBus Communicator (HMS Fieldbus). Each DNet gateway can be polled in milliseconds and can perform its own master polling on Modbus to an individual power meter.
 

Similar Topics

Good morning fellow sea captains and wizards, I am being asked to do the above and obtain 4 values from each slave, I know about the MRX and MWX...
Replies
30
Views
631
Good day all. I have an RS-485 topology question. I am hoping for some guidance so that I can make a confident calculation/decision that this will...
Replies
4
Views
1,493
Hello everyone! Posting from Argentina as I don't know what else to do. For a bit of context, I am using an Allen-Bradley Micro850 PLC and five...
Replies
16
Views
10,434
Hi everyone, A quick question: How do you set up a modbus network for multiple slaves? Daisychain method??
Replies
3
Views
1,322
Hello, friends. I have a Micrologix 1100 connected to a Schneider ATV312 drive through Modbus RTU. My intention is to control the frequency of the...
Replies
6
Views
1,731
Back
Top Bottom