I don’t have this directory on my PC when RobotStudio is installed ?
"C:\Users{user}\AppData\Roaming\ABB Industrial IT\Robotics IT\RobVC"
Neither “C:\Users{user}\AppData\Roaming\ABB Industrial IT\Robotics IT”
I followed your instructions and created vcconf.xml under RobVC. Still, the remote VC cannot be found neither by RobotStudio (2021.4 is used) nor by PCSDK. What could possibly be the problem?
I’m running with the 6.15 controller, (also tried 6.13 and 6.14), but even with the vcconf.xml file above (with the correct IP address of course), I’m not able to access the controller remotely, I still get the RAPI Unidentified Error message. I can access the controller from the windows system as localhost, so I know that RWS is running. I’ve tried rebooting, restarting the controllers, etc.
At the beginning of the .xml, add <?xml version="1.0" encoding="UTF-8"?> if working on a WINDOWS system. For a LINUX system, use <?xml version="1.0" encoding="ISO-8859-1"?> instead.