-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modbus over TCP or UDP #124
Comments
Sorry for the delay in getting back to you on this. I didn't get a notification on the issue. Typica does not currently have any support for Modbus over TCP/IP. Will accept patches to add that but cannot currently add that myself as I lack hardware to test against. Will leave the issue open as a valid feature request. |
I've ordered some hardware that speaks Modbus TCP so I should be able to set something up for testing purposes soon. |
Hi, sorry if I reply only now. Thanks for your follow up. I investigated a little bit more the Probatone Wago Ethernet controller. It uses a Modbus UDP protocol. I investigated if there are libraries implementing the Modbus protocol suitable to be used with Qt, and a suitable one seems to be http://libmodbus.org, but it does not support the UDP protocol. |
Thanks. I've already investigated libmodbus and found it to be unsuitable due to being broken on Windows. Good to know that a Modbus UDP protocol exists. Is it this? http://jamod.sourceforge.net/kbase/modbus_udp.html If so, then while I don't have testing hardware for that it's close enough that I can probably put something together for you to try anyway and let me know if it works. |
Updated issue title. |
Does typica work with Modbus over TCP/IP? I have a Probatone roaster that uses a Wago Ethernet controller. I am not able to connect Typica to the controller and in fact I am not able to find any references in the software to the IP address of the roaster.
Thanks in advance for the answer.
Paolo
The text was updated successfully, but these errors were encountered: