587,999 active members*
2,578 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Mastercam > MasterCam X Multiple Fixtures
Results 1 to 15 of 15

Hybrid View

  1. #1

    Red face MasterCam X Multiple Fixtures

    Thank you all in advance.

    I am trying to make identical parts on multiple fixtures. Using Fadal its E1,E2,E3,E4 (G54,G55,G56...) on 4 vises. So 1 part per vise using different XY 0. I want Each tool to complete all its operations before moving to next fixture.

    I have tried few options but seem to be missing something.
    I have managed to make multiple fixtures using "Transform Toolpath" but the issue is it runs Each Operation than moves to another fixture, than moves back to first and runs another operation and so forth. I want the entire tool to finish running on 1st fixture before moving to fixture two.

    For Example If I have T1 Shell mill contour at Z0 and contour at Z-.2. The Toolpath transform will cut Z0 on E1, than move to E2, than E3... after that it will go back to E1 and run Z-.2, than move to E2, E3 and so forth. Now imagine that with 15 different pockets depths.

    That cuts down on productivity due to additional moves between fixtures.

    I also tried View Manager but frankly I get confused in it and it appears to have similar issue where I would have to copy each cut and assign work offset to it.

    Additionally I tried sending out subroutine but it also creates subroutine for each operation rather than tool.

    I can make subroutines by hand but working with fairly large NC files its very time consuming and easy to mess up.

    If you guys have any suggestions please let me know, maybe even screenshots :-)

    thank you,
    Adis Pilavdzic
    www.MachiningPartner.com

  2. #2
    Join Date
    May 2004
    Posts
    4519
    You were in the right place. You just need a little help flipping the right switches.

    Go to Toolpath - Transform. Type - Transform - Tool Plane Origin Only. Method - Tool Plane. Select the source operations (Ctrl+Click). Unselect - Create New. Select - Copy Source, Select - Disable posting, Unselect - Subprogram. Work Offset Numbering - Assign New - Start - 0 - Increment - 1. Group NCI - Select - Operation Type.

    Translate Tab. Translate - Rectangular. X spacing - 0, Y spacing - 0, X steps - 4, Y steps - 1.

    If that does not work for you, let me know. I have another trick up my sleeve.

  3. #3
    Join Date
    Jul 2005
    Posts
    12177
    Wade your way through this thread:

    http://www.cnczone.com/forums/master..._fixtures.html

    Partway through DonkeyHotey has it all worked out.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  4. #4

    Red face

    Thanks , but it seems to do same thing. I tried before same as you suggested except selecting Tool plane origin only and I used same amount of X/Y steps in the translate tab.

    By the way not sure if it you meant - (minus) in the x/y steps because I can put only positive numbers and in the Type field I have
    - Translate / tool plane only
    - Rotate
    - Mirror
    I do not have "transform" in the Type field.

    It still does not complete all operations for each tool but finishes 1st operation T1, moves to next fixture...than comes back again to 1st fixture finishes second operation, move to next fixture and so on. Maybe there is an option to group operations into main "tool operation" or something along those lines.

    Man, there sure are so many options Mastercam. :-) I almost miss Geopath and GeoPromt and its simplicity -
    Enter number of Fixtures: 4
    done, :-)

    I will also go thru the other suggestion given here, thank you guys for pitching in. But I really think there has to be an easy way within the software without messing with NC file or having to use exact distance vises etc. Given the price-tag you would expect something as common as this to be part of options without having to hand edit and look for work arounds.





    Quote Originally Posted by txcncman View Post
    You were in the right place. You just need a little help flipping the right switches.

    Go to Toolpath - Transform. Type - Transform - Tool Plane Origin Only. Method - Tool Plane. Select the source operations (Ctrl+Click). Unselect - Create New. Select - Copy Source, Select - Disable posting, Unselect - Subprogram. Work Offset Numbering - Assign New - Start - 0 - Increment - 1. Group NCI - Select - Operation Type.

    Translate Tab. Translate - Rectangular. X spacing - 0, Y spacing - 0, X steps - 4, Y steps - 1.

    If that does not work for you, let me know. I have another trick up my sleeve.
    Adis Pilavdzic
    www.MachiningPartner.com

  5. #5
    Join Date
    May 2004
    Posts
    4519
    The dash was a separator, not a minus sign.

    I think I understand your issue a little better now. Not sure why you just did not post your MCX file to begin with. Would have made sorting through the forest to find the trees much easier.

    Use WCS Manager and copy your tool plane 4 times. Rename the new tool planes E1, E2, etc. Give Work offset numbers 1, 2, etc. for each tool plane.

    In Operations Manager, highlight all ops. Right click and the click Edit selected operations - Edit common parameters. Click Planes checkbox. Select E1. Uncheck Display relative to WCS. Propogate E1 to the right for all planes. Click ok. Click ok. Regen ops.

    Make copy of ops and paste in Operations Manager. Highlight these new ops and change to E2.

    Repeat for E3, E4, etc.

    Highlight all ops, including new ones. Right click. Click Sort - Sort. Sort by Tool number. Click ok.

    Highlight all ops. Right click. Click Edit selected operations - Change NC file name. Change as needed. Click ok.

    Highlight all ops. Right click. Click Edit selected operations - Change Program #. Change as needed. Click ok.

    This should put all your tool 1 ops together and in order of E1, E2, etc. At this point you can move them around to adjust if needed.

  6. #6
    Join Date
    Dec 2008
    Posts
    717
    I believe what you need to do is just transform each tool...

    so,

    At the end of the program you can add a single transform toolpath for each tool - including all of it's toolpaths.

    So, if your toolpath(tp) manager looks like this

    (tp)
    #1 drill - tool1
    #2 drill - tool 1
    #3 drill - tool 1
    #4 contour - tool 2
    #5 contour - tool 2
    #6 contour - tool 3


    add in
    #7 transform (select tp #1,2,3) (just tool 1)
    #8 transform (select tp #4,5) ( just tool 2)
    #9 transform (select tp #6) ( just tool 3)

    I think you have your transform parameters set up correctly already (based on what guys have already said here), so that should work for what you want if I understand you.

    In other words you are grouping each tool in its own transform and in the order you are running your program - so if you go back to a tool later in the program, it will need another transform in that location.
    Tim

  7. #7
    Join Date
    May 2004
    Posts
    4519
    After going back and re-reading your first post, why the heck are you cutting to Z0. and then Z-0.2 with a shell mill in 2 different ops? One assumes you are facing your material. Why the heck didn't you use Depth Cuts option to complete in 1 op? Same thing for pocketing?

  8. #8
    Join Date
    Jan 2007
    Posts
    1389
    I found it easier:
    if you are cutting jaws and your vices are in line and true and also have a Known set distance then program one vice and copy the parts 3 times so you have all the same E number.

    if you dont have enough memory
    then use sub programs with different fixture offsets.
    Subs are very easy on a fadal to use.
    the only time you may have a problem with subs is if you have tight tols and your table is slightly out of wack on one side you cant adjust each individual part for compensation.

    I have a ton of memory in the fadals so I just program it and copy everything, and I use a deadicated rougher and finisher for all machining. granted the programs are long.

    Delw

Similar Threads

  1. Same Part Multiple fixtures?
    By pp-TG in forum Mastercam
    Replies: 57
    Last Post: 06-15-2013, 05:28 AM
  2. Rhinocam and multiple spindles and or multiple tables?
    By brett gallmeyer in forum Rhinocam
    Replies: 0
    Last Post: 02-23-2011, 08:30 PM
  3. Fixtures
    By Magnum164 in forum Tormach Personal CNC Mill
    Replies: 9
    Last Post: 12-30-2010, 11:51 PM
  4. Fixtures
    By webgeek in forum Benchtop Machines
    Replies: 5
    Last Post: 06-21-2010, 08:39 AM
  5. Fixtures
    By Magnum164 in forum BobCad-Cam
    Replies: 5
    Last Post: 06-02-2010, 10:37 PM

Tags for this Thread

Posting Permissions

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