Modbus TCP program support UDP?

Lovell

Member
Join Date
Feb 2013
Location
Saskatchewan, Canada
Posts
120
Hi All,

I am familiar with using the Modbus TCP Master Sample Application by Pyramid Solutions. I am wondering if I can use it or need something else to talk to a Modbus UDP device?

Thanks
 
TCP and UDP have some similarities but not enough to make them compatible with each other. Probably the biggest difference is that TCP uses error checking and acknowledgements making it basically a two way communications session. UDP responds to a request for packets by sending them without any verification that they are correct or even received. UDP is used when speed is more important the reliability where TCP is used when reliability is more important that speed. TCP is by far the most commonly used Ethernet protocol. Given all of the above a Modbus TCP device shouldn’t be able to communicate with a Modbus UDP device.

http://www.howtogeek.com/190014/htg-explains-what-is-the-difference-between-tcp-and-udp/
 
Forgot the details, working with a Controllogix L-71 processor with an ENBT card in slot 1. I was hoping to read the modbus with the Modbus Master TCP program that Rockwell shares.
 

Similar Topics

Hello Experts, I am new to SCADAPack Platform. For one of my projects, I need to read/write from Ethernet ADAM modules and also from one of the...
Replies
1
Views
5,059
I have a PH meter that I am trying to bring its data into 1756-L81. I have downloaded the Rockwell MODBUS AOI kit, but I am not sure if I need to...
Replies
5
Views
124
Hello gentlemen, Im working on a small project on TIA Portal, about establishing a Modbus TCP connection between my ET200SP plc and a socomec...
Replies
12
Views
294
If a device has Modbus RTU over serial and Modbus RTO over TCP and Modbus TCP then there is a difference between Modbus RTU over TCP vs Modbus TCP...
Replies
7
Views
472
Hi There. I have PC to get few tags from PLC into C# windows forms application. What is the best and fastest way? I could not find Omron in...
Replies
3
Views
262
Back
Top Bottom