Hello
I have a Fanuc M10ia that was programed by a vendor and we are getting a constant warning MOTN-171 when we are running one particular TP program. It is a pick position and after its gripped and command to move away I get warning. The end of arm tooling has two grippers and at this point only one is being loaded. I do not get this warning with no parts or one part in other gripper or even two parts in grippers only the one being loaded into gripper 1. My payload I believe is set accurately.
/MN
1: UTOOL_NUM=1 ;
2:J P[1] 100% CNT100 ;
3:J PR[3:p111pp] 100% CNT60 ;
4:L PR[4:p111pu] 1000mm/sec FINE DB 10.0mm,CALL MC_XY_OPEN ;
5: CALL MC_GRIPPER1_CLOSE ;
6: WAIT DI[29:ON :Stopper_is_opn]=ON AND RI[5:OFF:PartInGripper1]=ON ;
7: DO[29:OFF:opnStopper]=OFF ;
8: PAYLOAD[2:Grp.1 loaded] ;
9:L PR[3:p111pp] 1000mm/sec CNT100 ; Warning Happens Here MOTN-171 Overload
10: RUN MC_XY_CLOSE_NOWAIT ;
11: //CALL MC_XY_CLOSE_NOWAIT ;
12:J P[1] 100% CNT100 ;