You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues connecting to the robot, I can ping it successfully on 192.168.125.1, and connect to it via robotstudio, but when i attempt to use the abb.py script with "R = abb.Robot(ip='192.168.125.1')" i get:
socket.error: [Errno 61] Connection refused
Am i right in thinking this is a firewall issue with the robot itself? Any input on this would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Have you uncommented line 27 in SERVER.mod !PERS string ipController:= "192.168.125.1"; !robot default IP
and commented 28: PERS string ipController:= "127.0.0.1"; !local IP for testing in simulation????
Hi,
First of all thanks for your work!
I'm having issues connecting to the robot, I can ping it successfully on 192.168.125.1, and connect to it via robotstudio, but when i attempt to use the abb.py script with "R = abb.Robot(ip='192.168.125.1')" i get:
socket.error: [Errno 61] Connection refused
Am i right in thinking this is a firewall issue with the robot itself? Any input on this would be greatly appreciated.
The text was updated successfully, but these errors were encountered: