“How close are the points?”
approx. 400 mm.
“The timing of the errors are random, Yes?”
Yes… approx 1200 cycle per day. error freq: (randomly) 3-4 times per day..
“You may need to slow down the movement to the 1st pos and also maybe the 2nd pos.”
i tried with accset (30,30) command. helped but not 100%
“Is the problem occurring when the robot has been sitting still long enough for the brakes to be applied, and then it attempts to move?”
yes.. exactly..
robot turns to the home pos, then wait start command. error occurs less than 1 sec after receiving of the start command.
moves max 1-2 mm, then gives error message…
prog side…
AccSet 30, 30; //added later for the error…
MoveAbsJ home_posNoEOffs, v1000, fine, gunWObj:=wobj0;
TPWrite “bla bla bla…”;
PathResol 150;// added later for the error…
MoveLDO st1_00,v600,z50,gunWObj:=nwobj1,q_CycOnSt1,1;
PathResol 100;// added later for the error..
CONST jointtarget home_pos := [[-27.7372,-53.6481,54.6553,0.000106617,89.0387,88.0773],[9E+09,9E+09,9E+09,9E+09,9E+09,9E+09]];
CONST robtarget st1_00:=[[933.010630617241,-275.745058275906,-516.197708981107],[0.857408657816958,0.00276499304853343,-0.0024521215981209,-0.514622906032789],[-1,-1,0,0],[9E9,9E9,9E9,9E9,9E9,9E9]];