Robots in Architecture Forum

KUKA|prc - parametric robot control for Grasshopper => Support => Topic started by: dilysmoore on August 15, 2024, 10:55:38 AM

Title: Robotiq 2F85 Clamp Pair in Sunrise Workbench
Post by: dilysmoore on August 15, 2024, 10:55:38 AM
Hi Everyone,

I am new to using PRC and I am using an iiwa 14 r820 via sunrise workbench. I have noticed there is a component for multi state tools and I am wondering how it works and if it possible to control the attached gripper (robotiq 2f85 gripper) through the commands exported from PRC or if I have to add code into the "run_xml.java" file in sunrise ?

Many thanks in advance.
Title: Re: Robotiq 2F85 Clamp Pair in Sunrise Workbench
Post by: Johannes @ Robots in Architecture on August 15, 2024, 03:52:37 PM
Hello,

The Multi-State Tool is mostly for visualization and some IO convenience. If the gripper has got its own library for operation, I would try to hack that into the Java file. So that rather then setting an output in an IOGroup, you toggle the gripper.

Best,
Johannes