- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Sorry for the naive question.
I'm trying to make a semi-customizable forklift for my models. Attached you can find the file (modified from this one: https://forums.autodesk.com/t5/inventor-forum/looking-for-assembly-model-for-a-forklift-truck/td-p/3...)
If you open it, there'll be a simple module enabling the user to work with the fork height and width.
You could write the dimensions you want in the fields but that's kinda fiddly. To work on the height, the most used variable, I've created a simple rule, "Alza", that allows the user to increase the height of the forks by DeltaH = 100mm. It's literally one line:
ForkHeight = ForkHeight + DeltaH
The fact is that the iLogic rule is not working. Everytime I try to run it, it simply doesn't do anything (nor it gives out an error message)
Is there something I'm missing?
Thanks in advance.
Solved! Go to Solution.