Git Product home page Git Product logo

universalrobotics's Introduction

๐ŸŒ€ UR5 Platform ๐Ÿš€ v0.46 Beta

image FOSSA Status

image

Dependences ๐ŸŒœ

  1. Yarn 1.6 or above
  2. NodeJS 9.0 or above
  3. TypeScript 2.6 or above (in global)

Hardware ๐Ÿ”ฅ

  1. PolyScope 1.8
  2. URController 1.8

Install ๐Ÿ’ฆ

  1. yarn build
  2. yarn win
  3. Complete setup, set IP and Port Robot
  4. You are perfect! ๐Ÿ’ž

Ubuntu 16.04 xenial

  1. git clone https://github.com/0xF6/UniversalRobotics.git | cd UniversalRobotics
  2. sudo apt-get install libnss3
  3. sudo apt-get install libgconf-2-4
  4. yarn win
  5. Complete setup, set IP and Port Robot
  6. You are nice! ๐Ÿ’ž

Arch Linux

  1. git clone https://github.com/0xF6/UniversalRobotics.git | cd UniversalRobotics
  2. sudo pacman -S gconf
  3. yarn win
  4. Complete setup, set IP and Port Robot
  5. You are great! ๐Ÿ’ž

Informations ๐Ÿ•ธ

Ports:

  1. 30002 - Every 125 ms comes information about the robot, its state, information about the controller
  2. 30001 - Modbus port
  3. 29999 - Polyscope dashboard port, command port

29999 || 30001 Port, commands

Send via socket ASCII text command.

  1. load <program.urp> - Load the specified program. Returns when loading has completed.
  2. play - Starts program, if any program is loaded and robot is ready. Returns when the program execution has been started.
  3. stop - Stops running program and returns immediately.
  4. pause - Pauses the running program and returns immediately.
  5. quit - Closes connection
  6. shutdown - Shuts down and turns off robot and controller
  7. running - Execution state enquiry
  8. robotmode - Robot mode enquiry (see Robot mode)
  9. get loaded program - Which program is loaded
  10. popup <popup-text> - The popup-text will be translated to the selected language, if the text exists in the language file
  11. close popup - Closes the popup
  12. addToLog <log-message> - Adds log-message to the Log history
  13. isProgramSaved - Returns the save state of the active program and path to loaded program file.
  14. programState - Returns the state of the active program and path to loaded program file, or STOPPED if no program is loaded
  15. PolyscopeVersion - Returns the version of the Polyscope software
  16. setUserRole <role> - Control of user privileges: controls the available options on the Welcome screen. (see user roles)
  17. power on - Powers on the robot arm
  18. power off - Powers off the robot arm
  19. brake release - Releases the brakes
  20. safetymode - Safety mode enquiry (see safety modes)
  21. unlock protective stop - Closes the current popup and unlocks protective stop
  22. close safety popup - Closes a safety popup
  23. load installation - Loads the specified installation file.

Robot modes

NO_CONTROLLER_MODE = -1
ROBOT_RUNNING_MODE = 0 (This is "normal" mode)
ROBOT_FREEDRIVE_MODE = 1
ROBOT_READY_MODE = 2
ROBOT_INITIALIZING_MODE = 3
ROBOT_SECURITY_STOPPED_MODE = 4
ROBOT_EMERGENCY_STOPPED_MODE = 5
ROBOT_FAULT_MODE = 6
ROBOT_NO_POWER_MODE = 7
ROBOT_NOT_CONNECTED_MODE = 8
ROBOT_SHUTDOWN_MODE = 9

Safety Modes

NORMAL
REDUCED
PROTECTIVE_STOP
RECOVERY
SAFEGUARD_STOP
SYSTEM_EMERGENCY_STOP
ROBOT_EMERGENCY_STOP
VIOLATION
FAULT

User roles

programmer = In Setup Robot, buttons "Update", "Set Password", "Network", "Time" and "URCaps" are disabled, "Expert Mode" is available (if correct password is supplied)
operator = Only "RUN Program" and "SHUTDOWN Robot" buttons are enabled, "Expert Mode" cannot be activated
none ( or send setUserRole) = All buttons enabled, "Expert Mode" is available (if correct password is supplied)
locked = All buttons disabled and "Expert Mode" cannot be activated

License

FOSSA Status

universalrobotics's People

Contributors

0xf6 avatar fossabot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.