Skip to content
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

Open
Eventect opened this issue Jul 28, 2014 · 5 comments
Open

Modbus over TCP or UDP #124

Eventect opened this issue Jul 28, 2014 · 5 comments

Comments

@Eventect
Copy link

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

@N3Roaster
Copy link
Owner

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.

@N3Roaster
Copy link
Owner

I've ordered some hardware that speaks Modbus TCP so I should be able to set something up for testing purposes soon.

@Eventect
Copy link
Author

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.

@N3Roaster
Copy link
Owner

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.

@N3Roaster N3Roaster changed the title Modbus over TCP/IP Modbus over TCP or UDP Dec 15, 2014
@N3Roaster
Copy link
Owner

Updated issue title.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants