I have school assignment about controlling two abb robots with leapmotion controller. I have made java program which reads positions of both hands and now i have to send data to robot controller. I was thinking about socket communication but there is no socket messaging option at robot controller, but there is pc-interface (Robware 5.10.2028.02 ).
Any suggestion how to set up communication between robot controller and my program?
I was thinking about to read data from laptop if i write to file with java and use multitasking option to make rapid code which reads data or is it possible to write data to robot controller without socket messaging and read it in background task?