Hello All,
I am currently an instructor at a community college. I was teaching in the electrical and Heating fields, but over the summer one of our former instructors passed away unexpectedly. So now I have been tasked to become a certified fanuc instructor. My previous background with fanuc or any other robot is little to none. I have been through a simple teach pendant class fanuc offers, and it was very very good. At the college we currently have 3, R-30ia, 2, R-3iB, 2,R-30ib arc mates, and an M10. I am trying to create a program for my students "using one of the R-30iA robots" that involves picking and placing a part. I would like to do this 3 times while only teaching the pick and place instruction once. I know this must be done with PR instructions and every time I have made a move the TP throws a motion fault telling me it cannot reach the point. You should see an example below of my sample program. I have tried teaching the PR the location. I have run out of ideas to fix this as my knowledge is limited. I appreciate any help.
SRVO-003 Deadman switch released
APPROACH LINE 2 \T1\ PAUSED \\\\\\\\\\S/USER\100\%
APPROACH\\\\\\\\\\\\\\\\\\\\\\\\\
PAUSED 2/7
1: LBL[1]
\\\2:
3:J @P[1] 100% FINE
: Offset,PR[20:ABOVE PICK]
4:L P[2] 250mm/sec FINE
: Offset,PR[20:ABOVE PICK]
5:L @P[1] 250mm/sec FINE
: Offset,PR[20:ABOVE PICK]
6: JMP LBL[1]
[End]