Hello,
I’ve a gripper and a work piece with the definition below. I will carry my work piece at the tcp([0,0,542]) of my gripper. So i am defining loaddata like :=[30,[0,0,0],[1,0,0,0],0,0,0] but it gives errror about incorrect loaddata definiton. I am using gripload command to load-unload operations. My question is how to I define gravitiy center positions for loaddata or in another asking way, Do we need to define loaddata positions according to wrist coor. system or tool coor. system?
Data Definitions :
PERS tooldata tGripper:=[TRUE,[[0,0,542],[1,0,0,0]],[64.7,[20,0,245],[1,0,0,0],0,0,0]];
PERS loaddata PartLoadAct:=[30,[1,1,1],[1,0,0,0],0,0,0];
Thanks in advance..