Multi assembly automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm currently trying to help "automate" a design process. In short, we need to cut rectangular panels on a CNC. These panels are all different sizes. For each unique panel we need to produce an Inventor assembly and drawing, which I have been able to do using basic iLogic rules and parameterized models. The issue is that currently we are only able to do this one at a time.
What I'm wondering, is if there is a way to produce several different versions of the part, assembly, and drawing quickly, preferably using forms.
What I am envisioning is a single iLogic form where a user inputs the length and width of as many unique panels as they'd like and each input generates an assembly and drawing based on a template or iPart/iAssembly. Ideally these parts could also be tabulated in a BOM/Parts list. (Bonus points if panel nesting can be included)
Is this possible? If so what might that process look like?