RCAM2.0

3 AXIS MACHINING OF PARTS


in this example the machining Gcode was prepared using Mastercam *
 

 

1- Orientaqte the part during design phase with Z perpendicular to the working plane

2- Choose the option Finish for instance

 

3- Choose POST MPHAAS.PST

4- Generate POST

In RCAM the WorkObj must be oriented with  Z pointing above as the BaseFrame.

The Tool is the original rotated 38°

find a suitable starting point to the program

MODULE CALIBDATA(SYSMODULE)

  !Ferramenta a  38 graus

  PERS tooldata MyTool:=[TRUE,[[31.000,0.000,229.000],[0.94552 ,0.00000 ,0.32557 ,0.00000 ]],[1.000,[0.000,0.000,1.000],[1,0,0,0],0.00,0.00,0.00]];

  !paralelo a WORLD

  PERS wobjdata Workobject_2:=[FALSE,TRUE,"",[[1000.000,300.000,500.000],[1 ,0.00000 ,0,0.00000 ]],[[0,0,0],[1,0,0,0]]];

  PERS speeddata vtcp:=[4.072,200,5000,1000];

  PERS zonedata z03:=[FALSE,0.3,0.3,0.3,0.03,0.3,0.03];

ENDMODULE

 

 

*Mastercam is a registered trademark of CNC Software, Inc. 

 

 

Back to Homepage