Skip to main content

Python library for controlling Universal Robots via sockets

Project description

UR-AJ

By Akshay Ajit Bhawar Linkedin:

A lightweight Python library to control Universal Robots (UR3/UR5/UR10/UR16) via socket programming.

Installation: pip install ur-aj

Usage Example: import ur_aj as ur import time

ur.configure_robot("192.168.1.11", send=30001, recv=30003)

print("Pose:", ur.getpose())
print("Joints:", ur.getjoints())

ur.moveJ(-12, -503, 122, 27, 124, -120, speed=0.1)
ur.moveLoffset(100, 0, 20, speed=0.1)

ur.digitalout(0, True)
time.sleep(1)
ur.digitalout(0, False)

Features: - Get robot pose, joints, and speed - MoveL / MoveJ absolute & relative motions - Control digital & analog IO - Update single joint angle

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

ur_aj-0.1.5.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ur_aj-0.1.5-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file ur_aj-0.1.5.tar.gz.

File metadata

  • Download URL: ur_aj-0.1.5.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.4

File hashes

Hashes for ur_aj-0.1.5.tar.gz
Algorithm Hash digest
SHA256 947ec72ac24a8008de380afbfb55c229580ca2e40f64dc3bf4a080ef25930d98
MD5 5aea3b7eb8910d1b483bcbe331a20956
BLAKE2b-256 7751dc68c95d853ebd83526589c7465620db14c5f25026d47c46778b1561b69c

See more details on using hashes here.

File details

Details for the file ur_aj-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: ur_aj-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.4

File hashes

Hashes for ur_aj-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 023606a393b8976087b5d83a8ce40f20261d3e732b405885e8097c48f31d57db
MD5 71ce390f8ec722d2d519dc928bd89c94
BLAKE2b-256 6b552aae1daaa837022a7595fa1fc590ac1fca3d8e65f4f8dfc3985c2ddaafbe

See more details on using hashes here.

Supported by

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