I have a big robot (KR 210 R3100-2 / KRC4 8.6.11) with a 202 kg gripper.
I ran the kuka load data determination program with this robot. I did the mastering with kuka EMD.
But I'm having trouble with a specific position. When the robot reaches the final position to drop the parts, sometimes the position is different. In the smartPAD the position is always the same, but physically the position is a bit different (I have 4 locators in the corners of the gripper)
It is a linear point, at 0.2m/s and it is NOT continuous, my position shouldn't vary, right?
This is my point:
;FOLD LIN pDropPart_IMM_prueba Vel=0.2 m/s CPDAT89 Tool[3]:tGripper3 Base[3]:bIMM ;%{PE}
;FOLD Parameters ;%{h}
;Params IlfProvider=kukaroboter.basistech.inlineforms.movement.old; Kuka.IsGlobalPoint=False; Kuka.PointName=pDropPart_IMM_prueba; Kuka.BlendingEnabled=False; Kuka.MoveDataName=CPDAT89; Kuka.VelocityPath=0.2; Kuka.CurrentCDSetIndex=0; Kuka.MovementParameterFieldEnabled=True; IlfCommand=LIN
;ENDFOLD
$BWDSTART = FALSE
LDAT_ACT = LCPDAT89
FDAT_ACT = FpDropPart_IMM_prueba
BAS(#CP_PARAMS, 0.2)
SET_CD_PARAMS (0)
LIN XpDropPart_IMM_prueba
;ENDFOLD
DECL LDAT LCPDAT89={VEL 0.200000,ACC 100.000,APO_DIST 0.0,APO_FAC 50.0000,AXIS_VEL 100.000,AXIS_ACC 100.000,ORI_TYP #VAR,CIRC_TYP #BASE,JERK_FAC 50.0000,GEAR_JERK 100.000,EXAX_IGN 0,CB {AUX_PT {ORI #CONSIDER,E1 #CONSIDER,E2 #CONSIDER,E3 #CONSIDER,E4 #CONSIDER,E5 #CONSIDER,E6 #CONSIDER},TARGET_PT {ORI #INTERPOLATE,E1 #INTERPOLATE,E2 #INTERPOLATE,E3 #INTERPOLATE,E4 #INTERPOLATE,E5 #INTERPOLATE,E6 #INTERPOLATE}}}
Any ideas on how to improve repeatability? Thanks!!!!