Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vault Pro BOM question

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
tclayton
815 Views, 2 Replies

Vault Pro BOM question

Ok, this is going to be a long-winded question, but I need an answer before I go further.

 

I design tooling and fixtures for a proprietary machine we use in manufacturing.  We have a basic assembly model that we apply (copy design) to each job then I manually place standard fixtures and design specific tools to run each job. I generate a set-up document for our production dept. Currently, I type it by hand, based on the assembly model.

 

I'm working on a set of machine templates to automate configuration of the assembly in Inventor using iLogic.

I'm familiar with the Inventor API and writing the code to loop thru the component occurrences and get the part numbers, etc of the parts I want in the document is no big deal, and I can write them to a text file or whatever.

 

Here's the deal, my company is considering upgrading to a vertical version of Vault.  I'm told Vault Pro has a pretty robust BOM management and report writing system included.

 

We've had a demo from a reseller on-site, and I asked the reps about generating a document with this functionality. They say its doable, but probably thru the Vault API.

 

1. Would this be easier in Vault?  The code in iLogic uses the Inventor API and is going to be fairly difficult to generate and I dont want to waste my efforts.

 

2. If I do go ahead and write the code in Inventor, will it be similar to that in the Vault API?  (Would the code transfer?) 

 

Any help would be greatly appreciated.

 

 

2 REPLIES 2
Message 2 of 3
Redmond.D
in reply to: tclayton

1.  Since I don't know your full set of requirements.  I can't say for certain if Vault is going to give you exactly what you need. If you are a member of the Autodesk Developer Network, you can download Vault Pro and play with it yourself.

Assuming Vault Items do everything you need, it is fairly easy to read the BOM data using the Vault API. 

 

2.  Don't expect many similarities between the Inventor API and the Vault API.  If you write something in Inventor, it will probably be very different than something written in Vault.  Of course, there are ways to structure your code to minimize the impact of change.



Doug Redmond
Software Engineer
Autodesk, Inc.

Message 3 of 3
tclayton
in reply to: Redmond.D

Thanks Doug,

I think I'll just keep it in Inventor.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report