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 details)
Built Distribution
rwsuis-0.2-py3-none-any.whl
(6.2 kB
view details)
File details
Details for the file rwsuis-0.2.tar.gz
.
File metadata
- Download URL: rwsuis-0.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a06bcb0f4737a466d6696e78805c2b1cc93380e3357588f083048169c8162cfa |
|
MD5 | b42a30df8b5cb1bc4b4245ad01513bdb |
|
BLAKE2b-256 | 1e164b401c18e872d2eb85cfe188a4b3486d5219224fa80cc0f832065a1b31a8 |
File details
Details for the file rwsuis-0.2-py3-none-any.whl
.
File metadata
- Download URL: rwsuis-0.2-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e561a1b081840b24266bc46c2b17e3ae810bd3c260333fcfbb5a1dbee1fdcfb |
|
MD5 | 347b48507dc1d46724e0de81061978d4 |
|
BLAKE2b-256 | 8c4ff29b636a5328b9a39ad14a8f2a4b908211426dfd7a46b9a9e674e385285d |