Posts: 4
Threads: 1
Joined: Jul 2022
Reputation:
0
The RobotiQ Hand-E gripper in the RoboDK Library is set up as a robot instead of a tool. Not sure why aside from it being a mistake on export for the library. With it being labeled a robot and not a gripper it doesn't automatically attach to the flange like other tools do.
Posts: 1,681
Threads: 1
Joined: Apr 2018
Reputation:
92
If you want to see the moving RobotiQ gripper mechanism you should place the RobotiQ mechanism attached to the robot.
On the other hand, if you want to use it for programming, you should add a tool (TCP) with or without a 3D geometry. This tool should be directly attached to the robot item. Tool geometries are static and can't be moved like mechanisms do.
Posts: 173
Threads: 1
Joined: Jun 2021
Reputation:
7
工具(.tool)被自动mounted on the robot flange. Mechanisms (.robot) are not, you need to drag the mechanism manually under the robot to attach it.
However, it will not act as tool (it is for visualization). You can define a Tool with no 3D model at the right location (right-click robot, Add Tool).
Posts: 77
Threads: 0
Joined: Dec 2021
Reputation:
13
Tool files do not currently support movements or Programming (like RobotiQ would require). For that reason we defined tools that require movement as mechanisms so users can get the functionality they would expect of a dynamic tool.
This is just a technicality because as my colleagues mentioned, it does not affect functionality and there is a proper way to use these tools.