RobotStudio event

Open Smart gripper

Options
Hi,
how can i open the smart gripper to a given position for example 10mm instead to open it completely?. If i use Hand_GripOutward the smart gripper opens completely and i am not able to open it only of 10mm.

Thanks

Comments

  • IzaR
    Options

    Hi,

    Try use Hand_MoveTo xx;

    xx - is position of gripper for example 10 mm

    Hand_MoveTo 10;

  • erict90
    Options
    Ok thanks,
    it works.