Basic iLogic question - ShowForm sequence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
I am new to iLogic (in Inventor 2018) and just going through a simple project to get started. I have several blocks that make up an assembly. Each of these blocks has either an optional length, optional bore or both. In some blocks the bore is also tapered so I have Bore_1 and Bore_2.
At this stage I am just looking at this from a part perspective and not populating an assembly yet.
This is what I need to happen:
I open a part and the form appears to allow me to select Bore_1.
I select the value for Bore_1 on the (Global) form and then click OK. The Bore_1 form closes.
I then want this to trigger the Bore_2 (Global) form.
When I complete the Bore_2 form, the Bore_2 form closes and I want the (Global) form for Length to appear.
(I don't want to put all into one form as different blocks will not have all options, so I have created external rules for "ShowForm" for the three options).
I created an external rule "ShowFormBore_1" and in Event triggers added this to "After Open Document". This works fine. I open the document and the form appears. I fill in the value and the model updates.
Q. What do I do to trigger a sequence of forms appearing in a selected order after each previous one closes?
Many thanks,
T