- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a block that I would like to have specified wire labels that can be chosen and shown based on the amount of inputs/outputs the user requires.
For example.
Say our end user requires 5 inputs and 6 outputs. I would like to have the unneeded inputs and outputs be hidden and only show the items that are required.
I already have two lookup tables that I'd like to utilize.
Lookup 1 would control the inputs and lookup 2 would control the outputs. if five inputs were selected it would hide the wiring line, and all associated text for the inputs tied to I5,I6, & I7, but this is where I came into a problem. I tried doing this with a visibility state, I had set up 16 visibilities to test and had lookup1 only reverence visibilities of the input wires/label, and the outputs referencing the visibility states of the outputs. but as I assumed if I changed the visibility states on Lookup2 the state of lookup 1 would be lost/overwritten.
Then i realized I would need ALOT of visibility states to achieve what I'm looking for.
Is there an easier solution that I'm missing?
Solved! Go to Solution.