586,024 active members*
3,835 visitors online*
Register for free
Login
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2005
    Posts
    76

    Very Basic CAM Questions

    I've got some idiot questions about CAM software ... basic things I've never understood. Keep in mind that up till now I've never used CAM software on my mills, just straight GCode.

    So one of the things I don't understand is: say you have a simple part like a 6 sided cube that needs milling on all six sides. And let's say if I was just writing GCode I might have six different programs one for each side. Since this parts needs to be rotated each time (and assuming each of the six sides needs different milling processes) - how does the CAM software handle this situation ? Does it create six different programs as well ?

    And the other basic question - related to the situation above - how does the CAM software know where your part is located on the table of the mill ? Is this a parameter that is entered ? Or what ?

    Thanks.

  2. #2
    Join Date
    Jun 2005
    Posts
    45

    Smile

    Take a pin, chuck it, lower the spindle and move table until the fixed jaw of your vise rubs against a piece of paper between the pin and jaw. Lift the spindle out of the way and move the table one half the pin diameter. Establish zero in that plane. Do the same thing on the left end of the fixed jaw.

    You can 'window' the part in the cam program and move it to x0 y0 by assigning the top left corner to be the x0 y0 position.

    Now the x0y0 of the part is within .003 of being x0y0 of the vise (which is the machine 00).

  3. #3
    Join Date
    Jun 2005
    Posts
    45

    Smile

    MMMMM..... six sided part My cad/cam is decades old BUT it works by usage of layers. Layer zero is all the part geometry. With 254 layers (same as tracing paper over the original). Assuming there is no 4th axis (rotary table).

    Place the part top left at XY00, program surface one. Make all those outlines, pockets, islands, toolpaths, to machine the part. Then make those layers inactive.

    Place surface two top left at XY00, program surface two. If you used 10 layers to program surface one, they are now invisible. Your next outline, pocket etc will start on layer 11. Finish and machine and then make those layers inactive.

    Do the same with the rest of the surfaces.

    A 2 1/2 axis machine will stop after each cut and wait for you to do a tool change (or wait for you to rotate the part in the vise).

  4. #4
    Quote Originally Posted by FranH View Post
    Take a pin, chuck it, lower the spindle and move table until the fixed jaw of your vise rubs against a piece of paper between the pin and jaw. Lift the spindle out of the way and move the table one half the pin diameter. Establish zero in that plane. Do the same thing on the left end of the fixed jaw.

    You can 'window' the part in the cam program and move it to x0 y0 by assigning the top left corner to be the x0 y0 position.

    Now the x0y0 of the part is within .003 of being x0y0 of the vise (which is the machine 00).
    WTF?

  5. #5
    Join Date
    Jan 2004
    Posts
    3154
    Koch
    I am quite sure you already know how to set up your machine considering you have been running mills for years and just hand coding.
    All CAM will have different features and most Cam users will be able to do this in many different ways.
    Initial part location is done by using a "set MCS" command which allows you to locate X0Y0 of your part (or stock block) with a few mouse clicks and maybe a number input. Then tell the Cam to output your FO number (G54, G55,...).

    In the most basic software it is likely easiest to make separate programs. It is also possible to program the part as 4 or 5 axis and then hand code a M00 in between sequences to allow you to move the part. This can be dangerous because it requires the programmer to think a lot and add the right code in the right place (risk of error is high).
    Cam will also allow you to flip/rotate the WCS between Mops which will work effectively the same as the 4/5axis scenario.

    Maybe go to MecSoft.com and download their demo of VisualMill 6 and play with, it using the online tutorials.
    www.integratedmechanical.ca

Similar Threads

  1. New guy asking basic questions.
    By Crazybillybob in forum CNC Machine Related Electronics
    Replies: 2
    Last Post: 02-23-2007, 05:28 AM
  2. Basic Questions
    By NinerSevenTango in forum FeatureCAM CAD/CAM
    Replies: 6
    Last Post: 01-06-2007, 04:53 AM
  3. Some basic Laser Questions
    By Normsthename in forum Laser Engraving / Cutting Machine General Topics
    Replies: 4
    Last Post: 11-09-2006, 05:19 AM
  4. Basic questions (new guy)
    By mattsgarage in forum Community Club House
    Replies: 12
    Last Post: 04-08-2005, 07:27 PM
  5. Some basic controller questions
    By Mwilhelm10 in forum CNC Machine Related Electronics
    Replies: 1
    Last Post: 10-09-2003, 06:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •