SolidCAM 2021 5-Axis Basic Training Vol-1
SolidCAM 2021 5-Axis Basic Training Vol-1
Basic Training-1
SolidCAM + SOLIDWORKS
The Complete Integrated Manufacturing Solution
Contents
Contents
1. Introduction................................................................................................................. 1
i
Introduction
1
About this course
This tutorial illustrates the advanced concepts of 5 Axis machining, post and machine simulation
settings, basic parameters used in defining the tool path, parallel strategies of 5-Axis machining, and
creating machine simulation.
Prerequisites
Students attending this course are expected to have basic knowledge of the SolidCAM software.
Course design
This course is designed around a task-based approach to training. The guided exercises will teach
you the necessary commands and options to complete a machining task.
2
Opening the Part and
Starting SolidCAM 2
Before starting SolidCAM, you need to do the following settings that will enable you to select the
right post processor and the machine associated with the post processor.
2. In SolidCAM Settings, you must pay attention to the path for post processor
By default, the post processor files and the machine simulation files are
located on this path: /root/Program Files/SolidCAM/Gpptool. But, it
is a good practice to create separate folders in the root directory for the
post processor and the machine simulation. For example, C:/GPP &
C:/Machine_Sim. The advantage of creating separate folders is that the
post processor and machine simulation files remain intact even when the
SolidCAM version is uninstalled or upgraded.
4
2. Opening the part and starting SolidCAM
3. Click CAM-part.
8. Click
The Milling Part Data window displays.
5
6
Milling Part Data
3
In the Milling Part Data window, you must define the CAM part for machining.
Post Processor Definition
1. Select the post processor/machine that will be used to machine the part. The selection of the
post/machine depends on the part to be machined and the availability of the machine with the
customer.
In this example, if you closely observe the part, you will notice that you need to machine the
periphery of the part and also cut some pockets. Although a standard Table-Table Machine would
serve the purpose, it is better to machine this on a Head-Table configuration of the machine. As
you have a cylindrical part, it is advisable to use the DMU 100 Monoblock kind of a machine which
has a tilting head and a rotary table. In our case, the rotary axis of the table is around X axis. This
axis is also known as the A axis. The following figure explains the industry standard nomenclature
that is used to represent axis:
The part used in this tutorial will rotate around X axis and the head will tilt around Y axis. So, this
machine will have A and B axis.
8
3. Milling Part Data
9
The coordinate system is now set with one of the
axis. In our case, the Z axis is aligned to the axis of
revolution of the cylinder.
As our axis of rotation on the machine table is
around X axis, you must align our X axis along the
axis of revolution of the cylinder. And, the Z axis
must denote the depth axis.
In short, you need to swap the place of Z axis with X axis and the
place of Y axis with the Z axis. You can do this using the Modify by
flip functionality available in SolidCAM.
To get the X axis in place of the current Z axis, click the Flip Around
Y button.
10
3. Milling Part Data
6. Click
The CoordSys Data window displays.
8. Click
Target definition
To define the part, do the following:
11. Right click Target > Define in the CAM Tree Manager.
11
12. Select the part as shown in the image.
13. Click
12
Creating a 5-Axis
Tool Path 4
You will now create your first 5 Axis Tool path and learn some basic functionality in SolidCAM
5 -Axis Simultaneous Milling.
3. Click OK.
4. Right click Setup > Add Milling Operation > Sim 5 Axis Milling.
14
4. Creating a 5-Axis Tool Path
Sim 5 Axis Machining always works with the 1st position of any coordinate system. For example,
MAC1 POS1, MAC2 POS1, MAC3 POS1 etc. It never allows you to select any other positions of
the coordinate system.
6. Click Geometry.
The Geometry area is subdivided into 3 groups: Geometry selection area, Work type, and the area
to be cut and other parameters.
10. Click
15
12. In Around axis list, click X-Axis.
16
4. Creating a 5-Axis Tool Path
Selecting the second point ends the tool path at that point similar to what is explained in option 1.
Selecting both the points creates the tool path between
the two points. This option is very similar to defining an
area for machining. The only difference is that two points
are used to define the area.
14. In the Type list, click Full, avoid cuts at exact edges.
16. Double click BALL NOSE MILL tool icon to add it as the tool.
17. Click
The next step is to define the clearance area type and values for clearance definition. You will look
at this step after generating the tool path, as at that point, it will be much clearer.
17
i. Cut tolerance
ii. Distance
iii. Maximum Step Over/Scallop
Cut tolerance:
This parameter is the tolerance with which the toolpath is generated. This parameter is “Bi-tol”
which means any value defined as the tolerance is taken as +/-
Note that here the 5 Axis Simultaneous directly uses surfaces to perform the calculations. Unlike
HSM which uses intermediate mesh to do the calculations. A mesh is generally made up of triangles
which is the simplest geometry to calculate on. Therefore, if the surfaces are of good quality,
even a slightly loose tolerance in the 5-Axis Simultaneous gives a very high quality surface finish.
Tightening the tolerance results in higher calculation times and more number of points in the
resultant Gcode file.
Distance:
This parameter is used to generate more number of points with equal spacing between them.
Generally, SolidCAM calculates points on a given surface based on tolerance. However, the number
of points can sometimes be too less. For example, on a surface which has extremely large curvature
radius or on small surfaces which can lose out on detail because of less number of points representing
the surface. To overcome this, the distance parameter is used.
18
4. Creating a 5-Axis Tool Path
Note that using the distance parameter increases the number of points appearing in the Gcode file
in multiples. This can sometimes slow down old machines as they do not have the processing power
to read in the large number of points. Therefore, this parameter must always be used judiciously.
Maximum step over:
This parameter is the maximum distance between two subsequent toolpath passes. Remember that
if the distance is “Maximum” it means at some areas the distance can also be lower than what is
defined. Changing the maximum step over influences the scallop value and vice versa.
Now, set the above explained values:
Cut tolerance. 0.02
Distance. Do not use this parameter now
Maximum step over. 3
Leave the rest of the parameters as default.
Now, create and visualize your first 5 axis tool path.
19. Click
The tool path calculation in SolidCAM 5-Axis generally happens in the following three stages:
Creating cut sections on the drive surfaces
Linking the cut sections based on sorting and links
Checking for gouges and applying the gouge check reactions
20. Click
The Simulation window displays.
19
21. Click
The calculated tool path should look as displayed in the image:
Run the machine simulation to understand some crucial problems in your current tool path. You
will use DMU 100 Monoblock machine to simulate the tool path.
20
4. Creating a 5-Axis Tool Path
21
Clearance to an Imaginary Sphere:
Using this option the retracts of the tool take place on an imaginary sphere. The radius and centre
position of this sphere is user defined.
This option is best suited for impeller kind of parts.
29. Click
30. Click
The Simulation window displays.
31. Click
You can see that the retracts look much better than before.
22
4. Creating a 5-Axis Tool Path
You can see that the initial gouge is no longer there and also the retracts are much better and easy
on the machine.
34. Click
You will now look at two more issues that must be fixed.
1. Leads and links for entry, exit and retracts.
2. Tilt angle to avoid cutting exactly at the tip of the cutter.
Leads & Links:
These are very important to allow the tool to enter and exit the material smoothly. As you can see
in the below picture, the tool is directly entering into the material, this can cause the tool to chip off
or wear early.
You will now see some of the common leads and links used in this part.
The first leads are applied to the main entry and exit of the tool into and out of the part.
23
35. Click Link.
24
4. Creating a 5-Axis Tool Path
49. Click
50. Click
The Simulation window displays.
51. Click
The Lead-Ins and Lead-Outs look like this:
52. Click
You will now look at tool axis control which is the most important part in 5-Axis Machining. This is
important as the tool axis control defines the orientation of the tool axis during 5-Axis Machining.
An improper tool axis control definition can cause jerks on the machine and can also gouge into
the part.
In this exercise you will use the tool axis control to effectively use the tool to cut the material and
not grind/rub against the material.
25
Observe the following images:
In the above scenario, the tip of the tool is doing all the cutting. This is not the best method to cut
as the tip of the tool has “0” RPM. This creates a grinding/rubbing effect on the material and wears
out the tool. The surface finish appears jaded.
To make the tool cut, and not rub or grind, a small tilt angle must be applied so that it can push the
tip of the tool away from the cutting area and use the point on the spherical part of the tool which
has the “RPM” to cut the material.
Look at this image:
26
4. Creating a 5-Axis Tool Path
55. Click
56. Click
The Simulation window displays.
58. Click
27
Tilt Angle is the angle of the tool axis across the tool path in the feed direction, while Lead/Lag
angle is the angle of the tool axis along the tool path in the feed direction.
Unlike tilt angle which physically tilts the tool, lead/lag angle in this machine produces a shift from
the centre thereby producing the same effect of a tilt angle (Pushing the tip of the tool away from
the cutting area).
28
SolidCAM Application Tutorial
Basic Training-1
www.youtube.com/SolidCAMProfessor
www.facebook.com/SolidCAM
www.youtube.com/SolidCAMiMachining
www.solidcam.com