Message 1 of 5
iLogic Top Level User Parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is is possible when creating a user parameter at the top level assembly, that it could drive the exact same user parameter in a sub assembly using iLogic?
For example I have a width that changes depending on a percentage. For a 6" width @ 100% = 6", for a 6" width @ 80% = 4.8" etc.
I created a user parameter in the sub assembly called "Percent_Width" (numerical value - ul).
Using iLogic, I can adjust the width accordingly using a form and entering the percentage (between 1ul and 0.3ul)
I then dropped the sub assembly into a TLA and created the exact same user parameter.
Now I am having difficulty using iLogic to control the width from the TLA.
I know I can create a lot of if statements to get it to work but is there any easier way?