| A Modbus Users' Community |
A Control.com syndicated community |
|
Modicon NOE Modules May 3, 2008 4:11 am, by Fred Loveless For most Modicon device you will see a considerable increase in communications because this is native ethernet, althought the packet size is still small. Some 3rd party manufacturers have taken the approach of mothering a Modbus Ethernet to serial converter to their serial communications cards. Even with these there is typically an increase in performance because the bus speed is usually much faster than the serial speed. The only complaint I could have is that they kept the communicaitons packet size the same as the serial packet size. Fred Loveless Application Engineer Kepware Technologies http://www.kepware.com Reply May 3, 2008 4:02 am, by Bill Code The protocol specification documents are available from: http://www.modbus.org/specs.php MODBUS APPLICATION PROTOCOL SPECIFICATION MODBUS MESSAGING ON TCP/IP IMPLEMENTATION GUIDE You will see that a Modbus message is transported via IP over Ethernet, a.k.a tunneling. The Modbus message is carried in the payload of the IP. The throughput is limited by the same factors that limit any communications using IP over Ethernet. There is a processing delay introduced by the receiver of the message before a response is returned. In a nutshell, with the exception of the format of the data carried in the IP payload being Modbus, the network, transport, and physical layers have nothing in common with Modbus over serial line. That being said, if somewhere in the end-to-end path between communicating nodes, a serial line exists, throughput will, of course, be limited. I have used NOE to HMI (PC Ethernet port) and NOE to NOE and performance is very good. Bill Reply May 3, 2008 3:59 am, by B Galarneau NOE Cards are communicating with the CPU directly by the backplane. There is no serial limitaion or conversion involved. It is Modbus TCPIP protocol and i can assure you it is really fast. That is why you dont want to use an external Modbus TCPIP to serial converter. Reply |
| The man who sets out to carry a cat by its tail learns something that will always be useful and which never will grow dim or doubtful. - Mark Twain |
| Your use of this site is subject to the terms and conditions set forth under Legal Notices and the Privacy Policy. Please read those terms and conditions carefully. Subject to the rights expressly reserved to others under Legal Notices, the content of this site and the compilation thereof is ©1999-2006 Control Technology Corporation. Powered by Python, Zope, and Squishdot, inspiration by Slashdot. (Vers.ZSQ1.0) |