Home Integration

Discussion

Left ArrowBack to discussions page
bcastetsbcastets Vacuum Beta tester Posts: 674 Expert
edited May 2021 in Integration
Have you ever integrated Robotiq gripper on Fanuc CRX ?

I would like to share with you some work done by Fanuc US team.

They made an integration using the Karel routine attached to this post.

Here below are the comments of the developer who made this integration:

Robotiq_cmd.pc takes 3 arguments, arg1 is position, arg2 is speed, arg3 is force.  Each should be an integer values 0-255 (0 is open/minimum, 255 is closed/max).  Currently this is open loop so there is nothing that listens for a status from the gripper after the command was sent. 

Verify these in the System Variables:
* You need to update $TLIF to get voltage to the EOAT.  Set $TLIF.$POWER_VOLT[1] = 2 for 24V supply.  Power cycle to apply it.
* Set $TLIF.$BAUD_RATE to 3
* Set $TLIF.$DO_MODE[1] and [2] = 0
* Power cycle. 

The connection is made using modbus RTU at the wrist.

The bolt pattern of Fanuc CRX is same as UR: 
50 mm PCD with 4 x M6 threads

Our eSerie serial coupling (GRP-ES-CPL-062) can be used to make the connection at the wrist. Connector and pinout match Fanuc CRX.

Please share your integration experience on this post !

Comments

  • bcastetsbcastets Vacuum Beta tester Posts: 674 Expert
    I got feedback that a software license would be required to compile the Karel routine.
  • bcastetsbcastets Vacuum Beta tester Posts: 674 Expert
    I am wondering about the electrical connection at the wrist of the robot. CRX manual illustration of the connector is difficult to understand.

    Here below is eSerie serial coupling pinout:


    Here below is CRX EE interface pinout:


    Connector datasheet:
    https://ca-en.alliedelec.com/m/d/741df2a90ab8d03ba5c3068f60cf8f66.pdf
    Phoenix Contact 1404190



  • bcastetsbcastets Vacuum Beta tester Posts: 674 Expert
    I got confirmation that UR eSerie and Fanuc CRX have the same wrist connection.

    The drawing of the wrist connector in Fanuc manual is a bit confusing with the pin 8 indicated on connector index instead of the center but it is the same connector.
  • bcastetsbcastets Vacuum Beta tester Posts: 674 Expert
    edited March 2021
    Another way to integrate Robotiq gripper on Fanuc CRX would be to use the Robotiq IO coupling which would give possibility to control the gripper from wrist IO.

    This would work only if CRX and UR CB have
    • Same IO pinout
    • Same type of IO (NPN/PNP)
    I could not found information about the type of IO at the wrist of fanuc CRX.


  • bcastetsbcastets Vacuum Beta tester Posts: 674 Expert
    edited May 2021
    Here is an example of 2F integration on Fanuc CRX:
    https://wilderdx.com/

    https://www.youtube.com/watch?v=X1EjjJy5d7E
  • bcastetsbcastets Vacuum Beta tester Posts: 674 Expert
    edited March 2021
    I got some more information about Fanuc CRX wrist IO type.
    • The digital IO of Fanuc CRX can both use NPN or PNP so there is not problem of IO type compatibility
    • Documentation shows that pinout of UR IO does not match Fanuc CRX IO pin out however from what I heard from Fanuc UR CB and Fanuc CRX should have same pinout. Fanuc may have a mirrored representation of the pinout. 
    Here below is UR pin out :

    Here below is fanuc pin out :

    If as Fanuc said the pinout of UR and CRX match, it should be possible to use Robotiq UR IO coupling (IO-CPL-UR-CB-KIT) to integrate Robotiq grippers.
  • a_machinista_machinist Posts: 3 Recruit
    Hi, I recently received 2 CRX and I already have a double Hand-E setup with IO couplings.  Would it be possible to control my grippers independently?
  • bcastetsbcastets Vacuum Beta tester Posts: 674 Expert
    @a_machinist
    You should be able to control 1 gripper with the IO coupling. We did not get any feedback about users who use the IO coupling on CRX but on the paper it should work.

    Unfortunately it is not possible to control 2 grippers with IO coupling. This coupling is designed to be used by only 1 gripper.

    Serial communication is probably the best to control a dual gripper on CRX but it require some Karel coding.

    If you manage to use the IO coupling on CRX, please share your experience ! I would be curious to know if the integration works well like this.
  • Yoeri_GulikerYoeri_Guliker Unconfirmed, Partner Posts: 1 Recruit
    Hi,
    Thanks for the information given above.
    Have you already made something to check whether the gripper has detected a product or not? As also in the Universal robot "object detected"
    This is something that has not been included in the robotiq plug-in until now
    Thanks in advance.

    Best Regards,
    Yoeri Guliker

  • SbiriJJSbiriJJ Unconfirmed Posts: 1 Recruit
    Starting from the file of the post and the robotiq plug-in for CRX I have made a karel program that work with those files and a plug-in for CRX that is an ad-on for the original. It add a icon for visual programming.
    Both karel and plug-in have 3 params first gripper ID, second register for detection data and third for position.
    Detection data
    -1 invalid
    0 fingers are moving. No object detected
    1 fingers detect object on opening, grasp ok
    2 fingers detect object on closing, grasp ok
    3 fingers in position, no grasp / loss object

    Please do not trust this plug-in it's tested only one robot. Should work well but I can't know.

    Rename the addonRobotiqGripper.zip to .ipl then will install as plug-in.
    The robotiq_get_pos.zip contains the karel KL and PC. If you a better version or add function please send to me :)
  • bcastetsbcastets Vacuum Beta tester Posts: 674 Expert
    @SbiriJJ
    Thank for sharing this !
    You probably saw that we have a plugin for crx that you can download from our support page.
    https://robotiq.com/support
Sign In or Register to comment.
Left ArrowBack to discussions page