Skip to content

A Python library for controlling Robotiqs gripper over Modbus RTU and Modbus TCP

License

Notifications You must be signed in to change notification settings

zhrmichael-logm/robotiq_modbus_controller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotiq_modbus_controller

A Python library for controlling Robotiqs gripper over Modbus RTU and Modbus TCP

Installation

pip3 install git+https://github.com/tingelst/robotiq_modbus_controller.git --upgrade

Example

from robotiq_modbus_controller.driver import RobotiqModbusRtuDriver


def main():
    device = "/dev/ttyUSB1"
    driver = RobotiqModbusRtuDriver(device)
    driver.connect()
    driver.reset()
    driver.activate()
    driver.move(pos=0, speed=1, force=1)


if __name__ == "__main__":
    main()

About

A Python library for controlling Robotiqs gripper over Modbus RTU and Modbus TCP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%