Communication of Modbus Flowmeters using Micro850

Ihtisham

Member
Join Date
Aug 2023
Location
Pakistan
Posts
3
Hello.

I want to use micro850 to read and write registers from 120 modbus tcp devices.

I want to know if anyone that implemented such a solution before. If yes, how would the network architecture look like? Would I need a Modbus to Ethernet IP gateway in between?
 
I use Modbus Tcp to communicate to several different devices. (But not 120 different devices) the only problem that I have ran into is trying to access (reading and or writing) to-to many addresses too FAST.

Once I slowed things down everything work just as it should.

I think depending on the total number of registers you will be working with and the speed at which you need to evaluate the results will come into play.

Want else is this Plc going to be controlling?
 
As long as the data isn't too time critical, I don't see any reason for that to be a problem. You will have to implement some message sequencing. You would need to develop some message sequencing.

No more than four MSG_MODBUS2 can be processed in one scan. The limit is 16 open Modbus TCP connections at a time, but I don't recommend pushing that. I would prefer to limit communication to one device at a time, then when that completes message the next device. You should add some error handling to close a message if the node is offline.

The 850 handles Modbus TCP, so you should not need an additional gateway. The only reason I would expect to use a gateway is if the data is very time critical, then I might look at a ProSoft module to handle the communication with the devices and aggregate the data to then be read by the 850. It might take multiple modules to do 120 devices. I doubt you need that if you're looking at doing this with an 850.
 

Similar Topics

Apologies for not being the best IDEC programmer. I recently was doing some inspections on a site that had 3 FC6A IDEC processors. The issue is...
Replies
0
Views
86
Hi all I need help on this As in my project used Schneider TM241 controller. Now I want to communicate Elite energy meter with controller by...
Replies
3
Views
168
Hello, I need to access the bits from the fire system control panel through RS-485. So, I used Read Var block to read from the panel...
Replies
0
Views
198
Hi, i cant establish communication between fatek plc with an energy meter, both capable for modbus tcp, i did with modscan but fatek plc does not...
Replies
1
Views
152
Hi Guys, I am a new member and this is my first post! I have a little PLC experience but it is mostly with siemens logo and using ladder...
Replies
4
Views
905
Back
Top Bottom