11-28-2005 11:02 AM
11-28-2005 07:33 PM
There are a lot of variables involved with poll timing– baud rate, handshaking delays (rts/cts), etc. There are also a few things that effect the length of the packet - modbus rtu or modbus ASCII, actual number of registers returned on each poll, etc. I don’t think there is a simple formula to calculate poll response time or the number of bytes transmitted. However, you can capture the data sent and received on the com port and analyze the transmissions. With Lookout ver. 5.1 this is very easy. Click the ‘Options’ pulldown, then click on ‘serial ports’. Select the serial port number (
11-29-2005 08:55 AM
I do not have access to Lookout right now, but I remember there's a "Statistics" menu option, possibly only for Modbus (check all the menu options). This should give you some info' as well.
-Khalid
03-14-2011 11:52 AM
Maybe I can explain this better now that I have some additional information.
We are using modbus tcp to poll a plc. For simplicity sake, lets just assume its a direct connection to the PLC. Is there any way to determine how much data is transmitted for a single poll? I realize that there are a lot of other variables involved so lets just say we have one discrete input and one analog input.
The problem is that I have a customer that is concerned about Lookout consuming too much bandwidtch on the LAN. They want to have a general idea about how much before we deploy the application. I can imagine that it would take considerably less than the streaming video of the security cameras they have in place, I still need some idea of what it takes.
In other words:
One modbus tcp poll reading one analog input = ???kb
One modbus tcp poll reading one discrete input = ???kb
We have tried some in house testing on this but there are so many other applications that are attempting to access the network connection (Windows, antivirus software, software update requests, etc.) that it is nearly impossible to isolate the data usage from everything else. Hard to believe no one has any information nor rule of thumb to go by especially when trying to determine costs involved with the use of celluar data plans.
03-15-2011 04:18 PM - edited 03-15-2011 04:25 PM