Tutorial Multiax
Tutorial Multiax
Multiaxis Machining
Tutorial
Disclaimer
Geometric Technologies, Inc. makes no warranties, either express or implied
with respect to this manual. Geometric Technologies reserves the right to
revise and improve products as it sees fit, and to revise the specifications and
information contained herein without prior notice. Due to continuing product
development, specifications and capabilities described in this manual are
subject to change without notice.
Trademarks
The following and other product names and corporate references herein are
registered or proprietary trademarks of their respective owners.
CAMWorks® is a registered trademark of Geometric Ltd.
SolidWorks® is a registered trademark and FeatureManager™ is a trademark
of SolidWorks Corporation.
Microsoft® Windows® is a registered trademark of Microsoft Corporation in
the United States and/or other countries.
All other brands and names are property of their respective owners.
i
Table of Contents
ii
Chapter 1 Learning Multiaxis Machining Basics
When the tool tilts, it rotates around the CC point. Note that the point on the material is fixed
and the point on the tool itself changes according to the orientation (except from sharp corner
tools).
START
Post process
END
Multiaxis 1
What You'll Learn
• Defining the Machine and Controller
• Defining the Stock
• Inserting a Mill Part Setup and Interactively Defining Multi Surface Features
• Generating an Operation Plan and Adjusting Parameters
• Generating Toolpaths and Running Toolpath Simulation
• Adjusting Machining Parameters and Defining the Tool Orientation
• Post Processing the Toolpaths
5. Click the Show normal check box and notice a direction arrow displays on the cylinder.
When generating 4 or 5 axis simultaneous toolpaths, the side of a surface to machine on
is based on the surface normal. On faces from solid models, the surface normal is always
pointing away from the solid body and the machining side will be correct. However, if
machining a surface, the surface normal may not be pointing to the desired side to
machine on. The Show normal option allows you to view and change the surface normal.
The cylinder in this part is a solid model, so the machining side for the face of the
cylinder is correct.
6. Set the Attribute to 5 Axis.
7. Click Insert.
8. Click Close. Multi Surface Feature1 displays in the CAMWorks Feature tree.
Generating an Operation Plan and Adjusting Operation Parameters
In the steps below, you are going to set up an operation to
generate the toolpath shown on the right with
unidirectional (zigzag) passes that go around the cylinder
with 10mm space between each toolpath.
The Multiaxis Mill operations that are generated by
CAMWorks are based on information stored in the
Technology Database. These operations are intended to be
used as a starting point and you can modify the machining
parameters.
Did You Know ...
The order of the tabs in the Operation Parameters dialog box is the recommended order
for adjusting parameters. You may want to preview the toolpath after changing a
parameter to see how the setting affects the toolpath. The Axis Control parameters can
be set after you decide the toolpath is correct for your machining requirements.
3. Click the Tool Crib tab and scroll down the list of tools to locate a 20mm dia. Ball Nose.
− If a tool is not found, click the Add button and select Ball Nose in the Tool Select
Filter dialog box. In the Tools Database form, select a 20mm Ball Nose and click OK.
− On the Tool Crib tab, highlight the tool, click the <– Select button, then click Yes to
replace the corresponding holder.
4. Click the F/S tab.
The F/S tab in the Multiaxis Mill Operation Parameters dialog box lists the parameters
that affect the feeds and speeds that are output in the code.
5. For the Defined by option, select Library.
When this option is selected, CAMWorks uses the values defined in the Feed/Speed
library. The calculated feeds and speeds are updated automatically based on changes to
the stock material, cutting conditions, or tool.
When Operation is selected, CAMWorks uses the values defined on this tab and
maintains any manually input feed and speed values even if the stock material, cutting
conditions or tool change.
When Tool is selected, CAMWorks uses the current values in the Cutting Parameters
dialog box.
Slice Pattern
1. Click the Pattern tab. This tab contains options to set the Pattern type, cutting order, cut
limits and the surface quality.
2. For the Pattern Type, select Slice.
The Slice pattern creates toolpaths that are parallel to each other. The direction of the cuts
is defined by two Cut angles.
3. Set the Cut angle (XY) to 90 deg. and the Cut angle (Z) to -90 deg.
The machining strategy is parallel (slice) cuts. The angle on XY plane is 90 deg. The
Angle in Z in this case is the angle in ZX plane. The setting of -90 deg. means that
motions will start at the right side and advance to the left. Generally, this angle will be
done on a plane normal to the above set XY plane.
Did You Know ...
When you place the cursor in the input box for each parameter, the graphic in the
dialog box shows the effect of the parameter on the toolpath.
4. Make sure the Direction is set to a Zigzag pattern and set the Max. stepover to 10mm.
5. Click the Entry/Retract tab and set the Leadin move and Leadout move Method to None.
6. In the Clearance section set the following parameters:
− Type = Plane in Z
− Z = 25mm
7. In the Distances section set the following, then click OK.
− Rapid length = 25mm
− Feed length = 15mm
5. Click the Display Tool button to turn on the wireframe display of the tool.
6. Click the Single Step button to step through the toolpath, then hold down the space
bar for continuous movement.
Notice that the tool axis is not tilted. The tool axis direction equals the face normal at
touch point.
7. Click the Close button to cancel Step Thru Toolpath.
8. Double click the operation in the tree.
9. On the Axis Control tab, set the Tool axis to Tilted Relative To Cutting Direction.
10. Set the Lead/lag angle to 15.
With this option, you can define a Lead/lag angle to the cutting direction.
− Positive value = tool leans to the movement direction
− Negative value = tool leans away from the movement direction
No lead angle Lead angle
19. Click the Single Step button to step through the toolpath.
The tool is now tilted towards X+ in a constant angle of 45 degrees all along the TP.
Notice that the CC (touch) point on the surface is maintained and one of the toolpaths is
moved due to the tilt. The CL point is now moved.
20. Click the Close button to cancel Step Thru Toolpath.
Post Processing Toolpaths
Post processing is the final step in generating the NC program file. This step translates
generalized toolpath and operation information into NC code for a specific machine tool
controller. CAMWorks creates NC code for each toolpath in the order the operation appears
in the CAMWorks Operation tree. When you post process a part, CAMWorks creates two
files: the NC program and the Setup Sheet. These are text files that you can read, edit and
print using a word processor or text editor.
1. Click the Post Process button on the CAMWorks toolbar.
The Post Output File dialog box displays so you can name the NC program file.
2. If MULTIAX_1 is not in the File name text box, type MULTIAX_1, then click Save.
You do not have to type the extension if you are using the default .txt. Naming the post
output file the same as the part file is the most common way of saving parts and NC
programs. Both files can have the same name because they have different extensions.
3. In the Post Process Output dialog box, click the Run button on the control bar at the top.
4. When the post processing is finished, view the code using the vertical scroll bar.
5. Click OK to close the Post Process Output dialog box.
Multiaxis 2
What You'll Learn
• Using Collision Detection options
• Controlling the Start and End of the Toolpath
This chapter provides an opportunity to learn more about CAMWorks Multiaxis Machining.
The exercises in this chapter are intended to show you how to use CAMWorks and may not
correspond to actual machining practices.
Multiaxis 3
What You'll Learn
• Defining Tool Movement When Gaps are Encountered
• Using Links with Gouge Checking
CAMWorks provides numerous settings on the Links tab that allow you to define the tool
movement when gaps are encountered along cuts, between cuts and between multiple passes.
This exercise uses the options for gaps along cuts.
1. Open the part file MULTIAX_3.SLDPRT in the \Examples\4-5AxisMill folder.
9. For Links along cut, change the Link type for Gaps <= link threshold to Direct and click
the Preview button.
With this option, the tool uses the shortest path to
the other side of the gap without any retracting
movements.
The toolpath in
the gap is a
straight line and
the tool moves in
machining speed.
Direct
In this exercise, you set the Entry/Exit method to Use Leadin & Leadout. The type of leadin
and leadout can be changed.
1. Click the button to the left of the Entry/Exit
method for Gaps <= link threshold.
The Operation Parameters dialog box displays the
Leadin and Leadout parameters that can be set.
2. Select a Leadin and Leadout Type and the parameters, then click OK.
3. Click OK to close the Operation Parameters dialog box and regenerate the toolpath.
4. Notice the difference in the leadin and leadout.
5. Double-click Multiaxis Mill1 in the tree and repeat these steps selecting a different type
and view the difference in the toolpath.
Using Links with Gouge Checking
1. Click the SolidWorks FeatureManager design tree tab.
2. Right click Extrude2 and select Show.
3. Click the Operation tree tab.
4. Double click Multiaxis Mill1.
5. On the Links tab, in the Links along cut section, set the
Link type to Direct for Gaps <= link threshold.
6. On the Gouge Checking tab, select the Apply gouge
checking to option on the Group 1 tab.
7. In the Gouge check options, set the
Strategy to Retract Along Tool Axis.
8. In the Check against section, remove
the check mark from the Feature
surfaces option.
9. Select the Other surfaces option and
click the button.
10. Click the Select All button and click
OK.
11. Click the Preview button and notice
that the toolpath avoids the red
surface.
Multiaxis 4
What You'll Learn
Machining Undercut Areas with 3 Axis Cutting
CAMWorks allows you to take advantage of keyway and lollipop cutters to machine
complex forms and access any undercut areas without the need for 4- and 5-axis indexing or
tool tilting.
1. Open the part file MULTIAX_4.SLDPRT in the \Examples\4-5AxisMill folder.
9. In the Tools Database form, highlight the lollipop tool and click OK.
10. Scroll down and highlight the tool in the Tool Crib, click the <- Select button, then click
Yes to replace the holder.
11. On the Lollipop Tool tab, change the Shank diameter (D2) to .15in and the Diameter
(D1) to .4in.
12. Click the Pattern tab and set the Pattern to Flowline Between Curves.
This pattern creates swarf cuts between two curves and can be used to machine steep
areas for mold making.
13. Click the Upper button.
14. Pick the three edges at the top of the feature and click Finish.
15. Click the Lower button.
16. Pick the three edges at the bottom of the feature and click Finish.
Upper Lower
Curve Curve
23. Click the Axis Control tab and set the following:
− Number of axis = 3 Axis
− Tool contact point = Auto
24. Click OK to close the Operation Parameters dialog box.
25. Click Generate Toolpath on the CAMWorks toolbar.
26. Run Toolpath Simulation and Step Thru Toolpath.
Multiaxis 5
What You'll Learn
Changing Machining Parameters to Produce Different Results
Different results occur depending on how the parameters are set up. It is possible to machine
this part using different approaches.
1. Open the part file MULTIAX_5.SLDPRT in the \Examples\4-5AxisMill folder.
19. Set the Collision buttons for the Tool, Tool Shank and Tool Holder to Cut
Collision.
Multiaxis 6
7. Click the Reverse direction button and make sure the arrow is
pointing away from the surface.
8. Select 5 Axis for the Attribute.
9. Click Insert and then click Close.
Generate the Operation Plan and Toolpaths:
1. Click the Generate Operation Plan button on the
CAMWorks toolbar.
2. Double click Multiaxis Mill1 in the Operation tree.
3. Click the Tool Crib tab.
4. Click the Add button.
5. In the Tool Select Filter dialog box, select
Ball Nose.
6. Check the Diameter option, type 0.0625in in
the first input box to the right of Diameter,
then click OK.
7. Select one of the 0.0625 diameter tools at the top of the Tools Database – Mill (inches)
form and click OK.
8. On the Tool Crib tab, scroll down and select the tool you added, then click Select.
9. Click Yes to replace the corresponding holder.
10. Click the Pattern tab.
11. Set the following parameters:
− Pattern type = Slice
− Cut angle (XY) = 90deg
− Direction Pattern = Zig
− Maintain cutting direction = checked
12. Click the Finish tab and select the Blend surfaces by tool radius option.
CAMWorks finds small radius areas and inner sharp edges in the surface model and does
not generate toolpath in these areas. Inside corners cause so called "fish tails" in
toolpaths. These fish tails are removed using this option. This option can also be
considered as a fillet generator. The surface model is rounded (filleted) in the direction of
toolpath slices with a radius to avoid small radii and inner sharp corners. The applied
radius is the main tool radius plus the current stock to leave value. The fillet generation is
independent of tool type and shape.
13. Click the Entry/Retract tab.
14. Under Leadin move, select None for the Method.
15. Under Leadout move, select None for the Method.
16. Under Clearance, select Cylinder About X and set the Radius to 4in.
17. Under Distances, set the Rapid length to 0.05in and the Feed length to 0.05in.
18. Click the Links tab.
19. Set every Entry/Exit method to None.
20. Click the Axis Control tab.
21. Set the Number of axis to 4 Axis and Rotate about to X Axis
22. Under Cutting direction tilt options, set:
− Tool axis will be = Tilted With Fixed Angle to Axis
− Tilt axis = X-Axis
− Tool axis crosses tilt axis = checked.
23. Click the Gouge Checking tab.
24. Click Apply gouge checking to
25. Click the Feature surfaces check box to remove the check mark.
26. Make sure the Other surfaces check box is checked.
27. Click the button to the right of the Other surfaces option.
28. In the Avoid Surfaces dialog box, click Create Features.
This button allows you to define additional surfaces if necessary.
29. Click the SolidWorks FeatureManager Design Tree tab.
30. Under Solid Bodies(2), click Imported1.
31. In the dialog box, click Insert and then Close.
32. In the Avoid Surfaces dialog box, click Select All, then click OK.
33. In the Gouge check options section, select Move Tool Away for the Strategy and click
OK.
34. In the SolidWorks FeatureManager Design tree, right click Surface-Extrude1 and select
Hide Surface Body.
35. Hold down the Ctrl key and click Imported1 and Fixture.
36. Right click and select Show Bodies.
37. Click Generate Toolpath on the CAMWorks toolbar.
38. Click the Operation Tree tab.
Run the Machine Simulation:
1. Right click Multiaxis Mill1 and select Machine Simulation.
2. Maximize the window and zoom in to the part.
3. Click Run and observe the toolpath.
i
Index
toolpaths
controlling start and end 1-16
generating 1-10
post processing 1-13
simulating 1-10, 2-11, 2-12
stepping through 1-11
U
undercut areas, machining 2-6
Use start hint option 1-11, 2-7
ii