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.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
Release history Release notifications | RSS feed
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.2.tar.gz
(5.0 kB
view hashes)
Built Distribution
rwsuis-0.2-py3-none-any.whl
(6.2 kB
view hashes)