Quick Start Exercise: Wire EDM

Supported Applications: Advanced Wire EDM
Time Required: 5 - 10 minutes

This exercise will lead you through several common steps used to generate toolpath and create NC code with SmartCAM.

In this exercise, you will load a previously created SmartCAM process model and create a wall offset toolpath, then add lead-in and out moves. The image to the right shows a graphic view of the completed exercise. In this image, the solid model of the gear has transparency enabled to better show the generated toolpath.

In this example, some of the preparatory work has already been completed for you. The existing process model file contains part geometry imported from a CAD modeling system. In this model the boundary curves have been generated and tooling is configured. Additionally, to make this exercise as quick as possible, the final step of adding a glue stop is not shown.

This exercise is meant to give you a brief introduction to SmartCAM machining concepts and to illustrate how quick and easy it is to generate toolpath with SmartCAM. Do not worry if you do not understand exactly why each of the following steps is required, these questions will be cleared up in later exercises.

Concepts Explored

Step One: Load a Process Model

From the SmartCAM menu, choose File - Open.

In the Open dialog, locate and select qsedm01.pm5.

The Process Model includes a solid representation of a gear and a boundary profile extracted from the gear (on layer 1).

Step Two: Hide the Solid

The gear solid was imported from a modeling package and used to create the boundary profile. It is not needed for the remainder of this exercise. It can be hidden; not displayed, but still in the model. To hide the solid:

  1. On the status line at the bottom of the SmartCAM window, enable group selection mode with the Group Arrow icon.
  2. Double-click on any part of the gear solid. The entire gear solid will become highlighted.
  3. With your mouse in the graphics view, press the right mouse button. Select "Hide Selected" from the pop-up menu.

The solid is hidden and the extracted boundary profile remains.

Step Three: Select the Operation Step

Select the operation step that will be used for the roughing pass around the gear. The Tool and Step are already created with appropriate feeds and speeds.

  1. On the Insert Properties Bar, click the Step/Layer toggle button and select With Step from the pop-up menu.

  2. Select Step 10:Rough from the input field's pop-up pick list. Click on the gray box at the right-side of the Step text input field. This opens a pop-up list of available Steps.
  3. Set the offset to Left.

Step Four: Generate the offset Toolpath

Using the previously selected Step, generate offset toolpath to profile around the gear.

  1. From the menu, select Create - Geometry, then select the Wall Offset task from the task set.
  2. On the Wall Offset panel, make the following settings:
    • Wall Input: Profile.
    • Wall Side: LEFT
    • Wall Repeats: 1
    • Distance: 0.0
    • Element in Profile: 256

      Type in "256" and hit the Enter key to trigger the result. You can also select element 256 from the input field's pop-up pick list, or from the List view - it is the first element in the Wireframe Profile under Layer 2.

When finished the toolpath is displayed in the graphics view. The toolpath elements are included in the List View; elements 405 to 553.

Step Five: Add the Lead-In/Out

The toolpath is generated, but needs a lead-in and lead-out.

  1. From the menu, select Edit - Geo Edit, then select the Lead In/Out task from the task set.
  2. On the Lead In/Out control panel, select the Classic tab.
  3. Set the Lead list to BOTH
  4. Set the Style to ARC
  5. Angle: -180
  6. Radius: 0.25
  7. Element: 405

    Type in "405" and hit the Enter key to trigger the result. You can also select element "405 Arc_CCW" from the input field's pop-up pick list or from the List view.

Step Six: Verify the Toolpath

Use Verification to verify your toolpath, before generating NC code.

  1. Select View - Get View and then click on Iso. This sets a Isometric view.
  2. Select View - Full which fits all the graphics in the graphics view.
  3. Select Process - Verification
  4. Set Speed: to 2
  5. Click the Play button.
    During verification, you can change the play back speed by typing in a digit, between 0 and 9, or clicking on the "+" and "-" buttons to increment or decrement the speed. Press spacebar to pause simulation and again to restart. Use the normal mouse/keyboard dynamic view functions to change your view as the simulation runs.

Step Seven: Generate NC Code

The format of the NC code is controlled by the selected SMF/CGT file pair. For this tutorial you will use pre-configured files that are shipped with SmartCAM.

  1. Select Process - Code
  2. Select a path and filename to store the NC code. You can enter the path directly into the "Code File:" input field or click File Select to display a File Open dialog.
  3. Enable Open Code File, so that when the NC code file is generated it will be opened in your default code editor. This feature uses Windows File Association, if a valid text editor is not mapped to your NC code file extension, then you will be prompted to establish the association.
  4. Click Create Code to generate the NC code.
  5. Click Close to close the Code panel.

The NC code file is generated and stored at the path you provided. You can open it with any text editor.

Done

This exercise is complete.