I try to get the web services going. All is working when I access robot studio on localhost but not on the actual RC. doesn’t work from my own software nor Postman. Also any tests with Rapid-Sockets don’t work.
There is no firewall between laptop and RC (direct cable) and I even turned off the windows firewall, just in case.
I am out of any ideas. Somebody sees what I am missing?
Which physical port do you connect the PC to?
If you use the service port (Only recommended for testing purpose) then you should be able to connect even without the PC interface.
I can see the ports with nmap -T4 -A -v 192.168.125.1, only 21 and 111 are open
running http://192.168.125.1/rw/iosystem/signals?json=1 returns “Error: connect ECONNREFUSED 192.168.125.1:80”, http://localhost/rw/iosystem/signals?json=1 (if robostudio is running) works fine (default user:robotics)
I also tried a second robot we have on an other location - same thing. It really seems to me the server for the web service is not started by default. How to do this manually?