Thanks to your request.
Unfortunately, we have limited support available on the Ethernet/IP programming issue. You can refer to the user manual of the 3F: http://robotiq.com/support/3-finger-adaptive-robot-gripper/downloads-instruction-manual
I have also attached the latest version of the Step-by-Step procedures to change the communication protocol on the 3F gripper.
Hope this will help,
I have a previous version gripper Ethernet/IP and it is not possible change the communication protocol. I'm trying to read/write using the library cpppo. I can read with this code:
output (deactivate gripper): :Single G_A_S @0x0004/101/3: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0]output (activate gripper): :Single G_A_S @0x0004/101/3: [49, 0, 0, 0, 6, 0, 0, 6, 0, 0, 6, 0 , 0, 137, 0, 0, 0, 0, 0, 0]
These are ROBOT INPUT/STATUS (just to read in simple control mode): Gripper status, Finger A position, Finger B position, Finger C position and Scissor position.
For the ROBOT OUTPUT/FUNCTIONALITIES I can read the registers with the same code just change the TAGS = [ "@4/100/3" ] for the instance 100.
output (deactivate gripper): :Single G_A_S @0x0004/100/3: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0]
output (activate gripper): :Single G_A_S @0x0004/100/3: [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0]
But I can't write, I am try without success with this examples 1 y 2.