Message 1 of 4
I want to Run a subassembly Ilogic rule from a top level, As well as making the rule wait before it runs so the form can update the parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Here is what I am looking for help with, I have a sub-assembly in my top level that is tooling for the machine. The tooling is an sub-assembly that has a form inside it which accesses the parameters of the sub parts in the tooling assembly. Between the 3 tooling parts, all the parameters are the same for the dimensions, it is comprised of 1 gasket and 2 metal forms.
Here is a break down of the current set up
Top Level: Rule
iLogicVb.RunRule("Tooling Assembly:1", "Tool Configuration")
Tooling Assembly(Sub Assembly) : Rule and Form
iLogicForm.Show("Tooling Configuration") Parameter("BackplateThickness") = Parameter("BackplateThickness") Parameter("Kanga Tooling Template Gasket Side:1", "BackplateThickness") = Parameter("BackplateThickness") Parameter("Kanga Tooling Template:1", "BackplateThickness") = Parameter("BackplateThickness") Parameter("Kanga Tooling Gasket Template:1", "BackplateThickness") = Parameter("BackplateThickness") Parameter("ChevronAngle") = Parameter("ChevronAngle") Parameter("Kanga Tooling Template Gasket Side:1", "ChevronAngle") = Parameter("ChevronAngle") Parameter("Kanga Tooling Template:1", "ChevronAngle") = Parameter("ChevronAngle") Parameter("Kanga Tooling Gasket Template:1", "ChevronAngle") = Parameter("ChevronAngle") Parameter("ProductLength") = Parameter("ProductLength") Parameter("Kanga Tooling Template Gasket Side:1", "ProductLength") = Parameter("ProductLength") Parameter("Kanga Tooling Template:1", "ProductLength") = Parameter("ProductLength") Parameter("Kanga Tooling Gasket Template:1", "ProductLength") = Parameter("ProductLength") Parameter("ProductThickness") = Parameter("ProductThickness") Parameter("Kanga Tooling Template Gasket Side:1", "ProductThickness") = Parameter("ProductThickness") Parameter("Kanga Tooling Template:1", "ProductThickness") = Parameter("ProductThickness") Parameter("Kanga Tooling Gasket Template:1", "ProductThickness") = Parameter("ProductThickness") Parameter("ProductWidth") = Parameter("ProductWidth") Parameter("Kanga Tooling Template Gasket Side:1", "ProductWidth") = Parameter("ProductWidth") Parameter("Kanga Tooling Template:1", "ProductWidth") = Parameter("ProductWidth") Parameter("Kanga Tooling Gasket Template:1", "ProductWidth") = Parameter("ProductWidth") Parameter("SealSpacing") = Parameter("SealSpacing") Parameter("Kanga Tooling Template Gasket Side:1", "SealSpacing") = Parameter("SealSpacing") Parameter("Kanga Tooling Template:1", "SealSpacing") = Parameter("SealSpacing") Parameter("Kanga Tooling Gasket Template:1", "SealSpacing") = Parameter("SealSpacing") Parameter("SealWidth") = Parameter("SealWidth") Parameter("Kanga Tooling Template Gasket Side:1", "SealWidth") = Parameter("SealWidth") Parameter("Kanga Tooling Template:1", "SealWidth") = Parameter("SealWidth") Parameter("Kanga Tooling Gasket Template:1", "SealWidth") = Parameter("SealWidth") Parameter("TabLength") = Parameter("TabLength") Parameter("Kanga Tooling Template Gasket Side:1", "TabLength") = Parameter("TabLength") Parameter("Kanga Tooling Template:1", "TabLength") = Parameter("TabLength") Parameter("Kanga Tooling Gasket Template:1", "TabLength") = Parameter("TabLength") Parameter("TopAndBottomPercentage") = Parameter("TopAndBottomPercentage") Parameter("Kanga Tooling Template Gasket Side:1", "TopAndBottomPercentage") = Parameter("TopAndBottomPercentage") Parameter("Kanga Tooling Template:1", "TopAndBottomPercentage") = Parameter("TopAndBottomPercentage") Parameter("Kanga Tooling Gasket Template:1", "TopAndBottomPercentage") = Parameter("TopAndBottomPercentage") Parameter("TopAndBottomSpacing") = Parameter("TopAndBottomSpacing") Parameter("Kanga Tooling Template Gasket Side:1", "TopAndBottomSpacing") = Parameter("TopAndBottomSpacing") Parameter("Kanga Tooling Template:1", "TopAndBottomSpacing") = Parameter("TopAndBottomSpacing") Parameter("Kanga Tooling Gasket Template:1", "TopAndBottomSpacing") = Parameter("TopAndBottomSpacing") Parameter("GasketThickness") = Parameter("GasketThickness") Parameter("Kanga Tooling Gasket Template:1", "GasketThickness") = Parameter("GasketThickness")
See Image attached
Parts: Parameters
See Image attached