生活美好,臂不可少
http://www.realman-robotics.com
68
Fig. 8-75 Comment command demo.
<Gripper>
The Gripper command is used to control the two-finger gripper action, including
speed, force, block mode, and gripping action.
Fig. 8-75 Gripper command example.
Speed
:
To set the gripper speed. The speed parameter can be set to 0-1000 with the
maximum speed of 70mm/s.
Gripping force
:
To set the gripper force. The force parameter can be set to 0-1000 with
the maximum force of 20N.
Block mode:
It has blocking and non-blocking modes. In blocking mode, after the
gripper movement is completed, the robot executes the subsequent instructions; in the
non-blocking mode, the robot synchronously executes the subsequent program during
the gripper movement.
Gripping action:
It supports release and close.
Demo
:
Add a Gripper command after Waypoint6 shown as follows.