Message 1 of 10
Fixturing and Manufacturing vs Design Models - Best practices?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We are struggling to work out how to correctly use Manufacturing models vs the Design space when it comes to fixturing. We are programming for a 4-axis mill using a tombstone. Tombstone is 3 sided with two setups per side (two setups total per part x 3 parts running complete).
Currently, we are working in something like this order:
- Designing the part to be manufactured in its own component file. Call it Part A1.
- Creating a secondary component file from Part A1 using the Derive function for plating allowances, call it Part D2. This is the as-machined state of the component, ie what we actually want to make on the mill.
- Building a fixturing/workholding component file (let's call it Fixture1), which has Part D2 inserted into it to build with, since we need to design the fixture for the in-process part for the second op, and we are designing the fixture by referencing Part D2's geometry directly.
- Creating a standalone component file for CAM programming (let's call it Workholding1), starting with importing our table/rotary/tombstone models, importing Part D2 for Op1 (so it is instance Part D2:1), then importing Fixture1 (which INCLUDES Part D2 which is already assembled with the fixture for the second op, as a subcomponent of Fixture1, so Part D2 is now a sub-subcomponent of Workholding1, and is the second instance, showing up as Part D2:2)
- Note that this means that the first instance (Part D2:1) inserted here is a top subcomponent of Workholding1.
- We now have two instances of Part D2 in the model, one at the "top level" (ie a subcomponent itself) and one at the "second level" (as it is a sub-subcomponent).
- Because this was not seeming to work for us, we also tried inserting a second top-level instance of Part D2 and assembling it into the model, which shows up as Part D2:3.
- Create a manufacturing model (which we always do, in case we need to mess with things and don't want to do it in the Design space)
- Created setups & doing the actual programming.
- When programming, we run into MANY problems with the "in process stock" not updating correctly between the setups for Op 1 and the setups for Op 2. For example, even though the correct component is selected (not the body) for both Op1 and Op2 setups, we are seeing in process stock being way out in space, even though the tool paths are applied to the correct area, but the tool path "top" selection which is tied to '"stock top" goes way out to where the "in process stock" is.
Attached pics show roughly what's currently going on.
Does anyone have any input on what we might be doing wrong, or is this just the usual Fusion "it sorta works but it ignores what you tell it anyway" BS? Should we be adding all the fixturing in the Manufacturing model, or is that only really built for editing the features of bodies (rather than adding things into assemblies)?