Programming FANUC® Robots for Industry Applications Sample Chapter

Page 1

3

Robot Frames : : : : :

!Product model X750 Proce !Rev4 July 28 PAYLOAD[1] UTOOL_NUM=1 UFRAME_NUM=0

7: TIMER[1]=RESET : R[1:Process1_Count]=0 :J @P[1:Home] 100% FINE :L P[9:GT1] 100mm/sec FINE :L P[10:GT2] 100mm/sec FINE : RO[2:Gripper Closed]=ON : WAIT RI[1:PartSensor]=ON : WAIT 1.00(sec) : : :J :C : :C : : : : : :

!Process 1: Repeat 3 time LBL[2] P[2:CirclePt1] 50% FINE P[3:CirclePt2] P[4:CirclePt3] 2000mm/sec P[5:CirclePt4] P[1:CirclePt1] 2000mm/sec R[1:Process1_Count]= R[1:Process1_Count]+1 IF R[1:Process1_Count]=3, JMP LBL[3] JMP LBL[2]

: : :

LBL[3] MESSAGE[Turn Part Over] WAIT 5.00(sec)

: !Start process 2 : UFRAME_NUM=1 : TIMER[1]=START :A P[6:ArcPt1] 500mm/sec CNT :A P[7:ArcPt2] 500mm/sec CNT :A P[8:ArcPt3] 500mm/sec CNT :

TIMER[1]=STOP

:

CALL PACK_PROGRAM

: !Trace fixture :J PR[1:Origin] 100% FINE : PR[1,1:Origin]=PR[1,1:Orig : 780 :J PR[1:Origin] 100% FINE :

CALL FINISH_PROCESS

FANUC robots use four types of robot frames. The manufacturer creates one frame, while the other three must be created by the robot programmer as needed. Each frame is used in different situations to assist the programmer when creating robot programs and when recovering from faults that may arise during the robot’s operation. Properly using these frames makes a precise and robust program.

Objectives

Key Terms

SECTION 3.1 REFERENCING FRAMES

• tool frame

• Compare the two purposes and procedures for referencing frames.

• user frame • jog frame

• Identify the location of the origin for the World frame. SECTION 3.2 CREATING TOOL FRAMES • Describe the purpose for creating a tool frame TCP. • Demonstrate the direct-entry method of creating a tool frame TCP. • Demonstrate the three-point method of creating a tool frame TCP. • Demonstrate the six-point (XZ) method of creating a tool frame TCP. • Explain how to test a tool frame. SECTION 3.3 CREATING USER FRAMES • Describe the purpose for creating a user frame. • Demonstrate the three-point method of creating a user frame. • Explain how the four-point method differs from the three-point method. • Demonstrate the direct-entry method of creating a user frame. • Explain how to test a user frame. SECTION 3.4 CREATING JOG FRAMES • Describe the purpose for creating a jog frame. • List the two methods of creating jog frames.

Learner Resources atplearningresources.com Access Code:

43


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.
Programming FANUC® Robots for Industry Applications Sample Chapter by American Technical Publishers - Issuu