Hello Experts,
We have 5 ABB IRB 6700 Robots with IRC5 controller in our factory, one of them we are using for inductile part grinding operation, suddenly we came across an issue that grinding robot not saving any path modification, we did checked Robot repeatability along with tool and it is working fine. then we took normal MoveL & MoveJ points to modify program and ran it in manual mode and found its working fine then we tried to run it in automatic mode. Then we observed that all points get shifted in automatic mode then we ran same program again in manual mode and found all points shifted. We created totally separated program and tried same with it but it was also having same issue as like we got with our regular one program.
regular program codes are mentioned below.
MoveJ pDropSubPlaceHandOff20, v2000, z0, tGripper\WObj:=wobjHandOffStand;
MoveJ pDropSubPlaceHandOff30, v2000, z0, tGripper\WObj:=wobjHandOffStand;
MoveJ pDropSubPlaceHandOff40, v2000, z0, tGripper\WObj:=wobjHandOffStand;
MoveL pDropSubPlaceHandOff50, v150, fine, tGripper\WObj:=wobjHandOffStand;
MoveL pDropSubPlaceHandOff60, v50, fine, tGripper\WObj:=wobjHandOffStand;
WaitRob\inpos;
subAtDropPlaceHandOff;
rGripperOpenDrop;
! Center gripper with part after gripper open (tGripper is repositioned)
MoveL pDropSubPlaceHandOff110, vFixtureClose, fine,tGripper\WObj:=wobjHandOffStand;
MoveL pDropSubPlaceHandOff70, vReposFast, fine,tGripper\WObj:=wobjHandOffStand;
MoveJ pDropSubPlaceHandOff80, vReposFast, z0, tGripper\WObj:=wobjHandOffStand;
MoveJ pDropSubPlaceHandOff90, vReposFast, z0, tGripper\WObj:=wobjHandOffStand;
MoveJ pDropSubPlaceHandOff100, vReposFast, z0,tGripper\WObj:=wobjHandOffStand;
! Tune Motion Supervision back to 100%
MotionSup\On\TuneValue:=100;
any help would be appreciated!
Sorry for my bad english.