How to get started with Robot Web Services and jog a robot via REST API requests.

In this video I show the basic requirements for getting up and running with ABB Robot Web Services. You will be using the documentation to find valid REST API requests as curl, import it into Postman and send them to the Virtual Controller. No programming knowledge is required.

The headers required:
Accept: application/json
Content-Type: application/x-www-form-urlencoded;v=2.0

Remember to change Authorization from Basic Auth to Digest Auth.

Forum post: https://forums.robotstudio.com/discussion/12180/how-to-get-started-with-robot-web-services-and-jog-a-robot-via-rest-api-requests

Leave a Reply