Sample Fanuc Robot Pick Program
Sample Fanuc Robot Pick Program
38: ;
39: LBL[98:Conveyor problem
conveyor problem was present
present];
40: macro_119; run macro program
41: DO[14]= OFF; Turn digital output #14 off
42: DO[16]= ON; Turn digital output #14 on
43: MESSAGE[Alarm indicating]; Message with the said text displayed
44: MESSAGE[Dropped part]; Message with the said text displayed
45: MESSAGE[Remedy- check
Message with the said text displayed
sensor];
46: PAUSE;
47: JMP LBL[6]; Jump to label #6
48: ;
49: LBL[99:End] label 99
joint move to recorded position #2 commented as an
50: J P[2:"Approch"]
approach point
joint move to recorded position #1 commented as perch
51: J P[1:"Perch"]
point
End of program
/END