Skip to main content

Python functions for ABB IRB-140

Project description

Python functions for ABB IRB-140

Class and functions for communicating with RobotWare through Robot Web Services (Rest API)

function examples;

set_rapid_variable:
POST request to update variables in RAPID
Requires name of variable and value
returns http response

get_rapid_variable:
GET request to get value from variable in RAPID
Requires name of variable
returns the value of the specified variable

example of use

from rwsuis import RWS

# A session gets created:

robot = RWS("base_url")

# Excecute wanted commands:

robot.set_rapid_variable("variablename", 1)

For further information be sure to check out: https://abb-robot-machine-vision.readthedocs.io/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rwsuis-0.1.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

rwsuis-0.1-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page