I have a multi-move system, 2 robots / 1 IRC5, where each robot performs a double-pick process. I originally had a problem when trying to run the robots faster than 1200 mm/s but this was corrected by increasing the adjustment_speed parameter to 2500.
The error returned today as well as the axis 4 motion supervision error. I am wondering if I have reached the limit of my system or if I need to re-define the tcp data.
I have been running the robots at 2000 mm/s, conveyor at 400 mm/s (product spaced at 8 inch intervals). We decided to increase the robot speed to 3000 mm/s and maintain the existing conveyor speed but reduce the product spacing to 3 inches. As we did so, I got an axis 4 motion supervision error as well as the internal reference error -302.
My tool weighs 2.139 kg’s without product. The product weighs 0.127 kg and with the double pick, the total weight equals roughly 2.4 kg’s. The center of gravity of the tool is well within the payload curves. I have the ItemLoad set to 0.127 kg for the 1st pick and then I have the ItemLoad set to 0.254 kg for the 2nd pick. My Tool TCP’s are as follows:
TASK PERS tooldata tRob2GripPickLeft:=[TRUE,[[60.325,0,97.0534],[0,0,0,-1]],[2.139,[0,0,41],[0,0,0,-1],0.013,0.0151,0.00739]];
TASK PERS tooldata tRob2GripPickRight:=[TRUE,[[-60.325,0,97.0534],[0,0,0,-1]],[2.139,[0,0,41],[0,0,0,-1],0.013,0.0151,0.00739]];
TASK PERS tooldata Gripper:=[TRUE,[[0,0,97.0534],[0,0,0,-1]],[2.139,[0,0,41],[0,0,0,-1],0.013,0.0151,0.00739]];
I have 2 pick routines, 1 for the left and 1 for the right.
Have I reached the limit of the system given the large tool payload?
What do you think about my problem?
Thanks,
Dino