Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interation with Rapid Programs #1

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# abbrws-rs

Rust SDK for ABB Robot Web Services.

## Documentation

See [the RWS Docs]([https://fuellabs.github.io/fuels-rs/latest/](https://developercenter.robotstudio.com/api/RWS))

## Features

- [x] Signals
- [x] List all signals and their values
- [x] Get detailed information about a signal
- [x] Set a signal value
- [x] Files
- [x] List all files in a directory
- [x] Create a directory
- [x] Download a file
- [x] Upload a file
- [x] General
- [x] Perform a get request
- [x] Perform a post request
- [x] Perform a put request
- [x] Perform a http request
- [ ] Controller
- [ ] Switch between auto and manual mode
- [ ] Set the speed of the robot
- [ ] Get the speed of the robot
- [ ] Get the current position of the robot
- [ ] Program
- [ ] Get the current program
- [ ] Set the current program
- [ ] Start the current program

## API Feature Progress

| Route | Status |
| --- | --- |
| /subscriptions | N |
| /rw | N |
| /rw/cfg | N |
| /rw/dipc | N |
| /rw/elog | N |
| /rw/iosystem | N |
| /rw/mastership | N |
| /rw/panel | N |
| /rw/rapid | N |
| /rw/rapid/tasks | N |
| /rw/rapid/symbols | N |
| /rw/rapid/modules | N |
| /rw/system | N |
| /rw/retcode | N |
| /rw/devices | N |
| /rw/motionsystem | N |
| /rw/vision | N |
| /users | N |
| /uas | N |
| /crtl | N |
| /fileservice | N |

## FAQ
Empty file added abbrws/src/rw/cfg/mod.rs
Empty file.
Empty file added abbrws/src/rw/devices/mod.rs
Empty file.
Empty file added abbrws/src/rw/dipc/mod.rs
Empty file.
Empty file added abbrws/src/rw/elog/mod.rs
Empty file.
Empty file added abbrws/src/rw/iosystem/mod.rs
Empty file.
Empty file added abbrws/src/rw/mastership/mod.rs
Empty file.
Empty file added abbrws/src/rw/mod.rs
Empty file.
Empty file.
Empty file added abbrws/src/rw/panel/mod.rs
Empty file.
Empty file added abbrws/src/rw/rapid/mod.rs
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added abbrws/src/rw/retcode/mod.rs
Empty file.
Empty file added abbrws/src/rw/system/mod.rs
Empty file.
Empty file added abbrws/src/rw/vision/mod.rs
Empty file.