User | Kudos |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
Originally discussed here, this would be a time saver in quite a few cases:
when dropping a structure (sequence, case, while or for loop, etc) over wires, an option should be provided allowing these wires to go through the structure (instead of ending up untouched UNDER the structure as is currently the case). Maybe with a modifier key?
Illustration:
Starting from this simple situation, where I want to do some comparison on the two strings (please imagine that the wires go through a lot of hooplahoops rather than directly to the indicators shown, as otherwise the solution is trivial):
I currently need to drop a sequence structure and do all the connection manually before creating a subVI (or doing stuff in a case structure, see below):
The suggestion is to go directly to this:
The reasons this would be useful are plenty, I think.
For instance, you want to do some sanity check on a bunch of wires now that you have added a new control on your panel. As of today, you need to drop a case structure, get wires you are interested in one at a time, connect them to the left of the structure, pass through the structure, connect them to the right of the structure, delete the wire underneath the structure, reconnect them to the right tunnels, etc...
Now, for a case structure, there might be some options on how to do that (for instance connect the wires through all cases? through the True case only?). Likewise for a while/for loop (you could autoindex at the entrance and/or at the exit, a mess that already exists anyhow).
My 2 cts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.