Hi @walterpintor what robot, controller and communication protocol are you using?
PierreOlivier_Proulx
@WalterPintor I think that usually, the gripper is sold with a EtherCat Universal Controller. You can find attached a guide that explains how to integrate the gripper.
If you really need to integrate the gripper without using a controller, I suggest that you find a modbus library for the programming language you use. I think that java is used on Kuka controllers. In the gripper's manual, you will find the register addresses that need to be read/write in order to read the gripper's status or to control it.
Hi all,
I have been trying to program a robotic gripper for a couple of days, but I still quite don't manage to make it work fully.
I have been writing the data train proposed in the we site, with every byte as described.port opening (serial), Activation request, opening gripper, closing gripper and closing port.
The thing is, all of them work as independent actions, but the blue led indicator never remains blue.
May I know any suggestions? Any example code I can have a look?
Thanks,
Walter.