DoF - a Robotiq Community
Warning sign
The Dof Community was shut down in June 2023. This is a read-only archive.
If you have questions about Robotiq products please reach our support team.
bcastets

I open a discussion so that people can share their integration experience on Jaka.
At the time of this article I don't have the perfect method to make such integration.

I see 2 potential methods:

  1. Jaka robot controller have the capability to communicate in Modbus RTU via RS485. It looks possible to integrate it this way.
  2. Jaka also have IO at the wrist which can eventually be use in combinaison of Robotiq Io coupling to control the gripper.

1/Integration via Modbus RTU
This integration would required the following hardware:
  • A gripper like: AGC-GRP-2F85 - 2F-85 Basic Gripper Unit (with flat rubber overmolded fingertips)
  • GRP-CPL-062 - End-Effector Coupling Kit
  • 10 m Robotiq device cable - CBL-COM2065-10-HF
  • ACC-ADT-USB-RS485 - USB to RS485 adapter (To be able to connect to a PC for trouble shooting and firmware upgrade)

Here below are what should be the step to setup Modbus RTU communication.
  • Make sure the robot is off
zoom
  • Go in I/O Monitoring > Cabinet and click on Run
zoom
  • Then click on the + bouton to create a Modbus RTU connection
zoom

zoom
On the controller side the physical connection should be something like this:
zoom
On the program side it looks possible to send modbus output and get modbus input.

zoom

To check if the communication work you can try to write 2304 in the modbus digital output AO1. This will turn rATC to 1 which will activate the gripper and turn rGTO to 1 which will move the gripper to the requested position.

Register 1000 (composed of 2 bytes):
  • Binary value to switch rATC and rGTO to 1: AO1 - 00001001(Byte0)00000000(Byte1)
  • Integer value to switch rATC and rGTO to 1: 2304
zoom

zoom
Then to move the gripper you can write the requested position in the range 0-255 in AO2.
  • AO2 - 00000000(Byte3-Position request)00000000(Byte4)
AO3 can be use to control speed and force.
  • AO3 - 00000000(Byte4-Speed)00000000(Byte5-Force)

2/IO coupling
On latest IREX trade show in Tokyo, IDEC display Jaka robot with a 2F85 integrated with Robotiq IO coupling.

zoom
It was working well but IDEC had to make some electronics to adjust the type of IO (NPN/PNP) so that IO coupling and Jaka IO match. Connector and pinout also had to be adjusted.
Here below is Jaka tool IO (connector illustration is from tool side):
zoom
Robotiq have 2 IO coupling. One for TM and one for UR.

Here below are the IO type for those robots.

TM robot tool IO:
  • Digital output NPN
  • Digital input are NPN

Doosan robot tool IO:
  • Digital input are PNP
  • Digital output PNP
It looks like the TM IO coupling is the best fit for this integration. Here below is the pin out of this coupling.

zoom
It looks like some wiring is necessary to match the pin out.

Please share you integration experience with us.!