i want to write a program on my computer that controls the UR10e-robot via ethernet-cable.
How can I do something basic linke this using the ethernet-connetion ?
start/stop the program on command
Set Pin xyz to 1 or 0
Does it make sense to use Modbus for this task or does it also work without modbus ?
I use Qt on Windows 10 to write the program in C++. In Qt there are all kinds of possibilities to use network-connections in Qt.
Maybe somebody can show me some example-code (not only in C++, but also other languages) so I can understand how it works .