Inventor Drawing - Trying to read from embedded excel file using iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So, I've been at work trying to get templates updated/made for my company, and one of the big things is to build an .Idw template. One of the primary goals is to get this drawing template to function similar to an AutoCAD equivalent my company currently has in use. That being said, the AutoCAD version has a huge number of drop-down fields for various codes that corporate uses.
I get that I could manually type all 3000+ codes into multi value fields via the drawing's parameters; however i feel it would be much easier and cleaner if I could just use an excel document to run them from instead. I'm adamant about embedding the document however, since losing the link to a non-embedded file is a major concern.
Thus far, every time I have setup code to read from an embedded file, and have the text output to a parameter, it has failed. Yet if I use a non-embedded file, it works just fine. The error I keep receiving is
"Object reference not set to an instance of an object."
I've heard rumors that iLogic can't run from inserted object-based documents, yet idw/dwgs won't let you link a file in the parameters window for reasons I fail to understand.
Any ideas on how to solve this?