iLogic retrieving old values from part
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can't figure out what's going on. It was working literally 3 weeks ago and then when I open it up this week, it suddenly doesn't want to work correctly.
I have an .idw that has a bunch of field text that iLogic is supposed to replace with values from the part that is on the .idw. aka, PART_QTY1, PART_QTY2, etc etc.
Right now for whatever reason, iLogic is only retrieving the values that were in place the last time the part was saved. So when I re-run the part to update the quantities, the .idw won't retrieve the new values, just the old ones.
My most recent discovery however, is that this problem is specific to the .idw I've already set up. When I put the code into a brand new .idw it picks up the new values without a problem.
My current solution, without making a new drawing, is to save the part before I run the .idw. I would like to be able to not do this however as it adds a significant amount of run-time.
Any thoughts?