Question: 2022 Model states does Tabulated Parts Lists exist for this?

Question: 2022 Model states does Tabulated Parts Lists exist for this?

noahholweck
Contributor Contributor
1,749 Views
8 Replies
Message 1 of 9

Question: 2022 Model states does Tabulated Parts Lists exist for this?

noahholweck
Contributor
Contributor

Can you make a tabulated Parts List in the idw file with Model States? I know you can with iAssemblies/iParts. But it's greyed out for Model States. See attached image for example.

1,750 Views
8 Replies
Replies (8)
Message 2 of 9

johnsonshiue
Community Manager
Community Manager

Hi! Unfortunately, the workflow does not apply to Model States assemblies.

Many thanks!



Johnson Shiue ([email protected])
Software Test Engineer
0 Likes
Message 3 of 9

noahholweck
Contributor
Contributor

@johnsonshiue , That is a huge shame b/c Model States really is faster to process and easier to work with. If Tabulated Parts Lists were enabled, we would start to change to that workflow. Otherwise, we're still forced to use iAssemblies etc. PS: Generating files for them still takes a lot of time. Especially when you open the master iAssembly and activate a different member to review it and then open the idw file to finalize it and it complains that you need to regenerate all the members when they didn't change... It's a real time eater.

Message 4 of 9

bike_josh
Enthusiast
Enthusiast

noahholweck posted an idea to the Autodesk community back in 2021. I would also really like this to be a feature. If anyone come across this post, please vote for the idea here: https://forums.autodesk.com/t5/inventor-ideas/model-state-support-tabulated-parts-list/idi-p/1068619...

Message 5 of 9

bike_josh
Enthusiast
Enthusiast

@noahholweck I wrote a VBA macro which I use very often to export factory members. I added a button to the ribbon tab for this so that it's easy to access. 

bike_josh_0-1717463188054.png

this opens up a GUI which allows the user to select which members to export (or just click all)

bike_josh_1-1717463242421.png

bike_josh_2-1717463535941.png

and starts the export process. It's very handy because it omits all of the tedious pop-ups prompting for saves and just does what you want it to do. I also added a progress bar that comes in handy for large tables or more complicated assemblies.

bike_josh_3-1717463557916.png

This works for iPart and iAssemblies and has checks to make sure it's run on the correct file type.

Let me know and I'll share the code with you. 

Message 6 of 9

Hunteil
Collaborator
Collaborator

@bike_josh , What does it exactly do? Does it create a derived shrink wrapped copy of the assembly and break links or something? This sounds like a cleaver workaround we can use for all the warnings. But does it still create tabulate BOMs?

Update: I misread his response. I was kind of imagining a mass shrink-wrap tool or something.

Inventor: Model States is not a replacement for iParts / iAssemblies. It does not have all the same features yet and does not communicate well with our large currently in use libraries. 😞 https://forums.autodesk.com/t5/inventor-ideas/model-state-support-tabulated-parts-list/idc-p/11360616

0 Likes
Message 7 of 9

bike_josh
Enthusiast
Enthusiast

@Hunteil the code I wrote essentially right clicks on every factory member (or a subset that you can choose) in the family table and selects the "Generate Files" option. It creates exactly the same file that would normally be created when updating iParts or iAssemblies and maintains the tabulated BOM functionality. It's used for iParts and iAssemblies only so it doesn't solve the tabulated BOM issue on model state driven assemblies. I mentioned it on this post to address the 3rd message on here by @noahholweck where they mentioned the tedious "need to regenerate all the members when they didn't change".

The code I've written isn't an official add-in and requires the VBA Module to be installed (see here: https://www.autodesk.com/support/technical/article/caas/tsarticles/ts/580m5V9igpBgk3WNek5Ydf.html)

0 Likes
Message 8 of 9

Hunteil
Collaborator
Collaborator

@johnsonshiue, Is there any work being done to help people convert iAssemblies to Model States? It uses the same kind of table system I think... seems like something you could click a check box to turn off members requiring files. (Generalizing describing it.)

Inventor: Model States is not a replacement for iParts / iAssemblies. It does not have all the same features yet and does not communicate well with our large currently in use libraries. 😞 https://forums.autodesk.com/t5/inventor-ideas/model-state-support-tabulated-parts-list/idc-p/11360616

0 Likes
Message 9 of 9

johnsonshiue
Community Manager
Community Manager

Hi Noah,

 

I am aware of the request but I don't think we have a good solution automating such conversion. The process may sound straight forward for individual parts. However, the tricky thing is to convert nested iAssemblies with iParts. Also, any associative drawings will need to be redone significantly.

Many thanks!

 



Johnson Shiue ([email protected])
Software Test Engineer
0 Likes