How are you trying to access the robot? If you’re using the ABB API in Visual Studio, you should be able to use the methods in it to confirm connection directly via IP without the need for the RESTful API. It’s been a year or so since I worked with .NET and the ABB API, and I no longer have access to my source code, or else I’d post an example. Sorry.
I’m trying use curl inquire to get some response from controller, our goal is to collect data from robot to own IoT system, so no need to use Visual Studio.
My undestanding is that REST-API is easiest way to collect data from robot to some extra system, I’m first trying with virtual environment and later use real robot environment, shoud that be possible ?
Robot studio version is 6.08, is that same as robot ware version ?