08-13-2021 03:25 PM
I have a front panel where I have one main input with multiple cases, and each of these cases have multiple different inputs. How do I design the front panel to put each of the main inputs with their sub-inputs and should I give each of the sub-inputs their own terminals? Thanks.
08-13-2021 03:40 PM
Show us your VI and see what you have so far.
08-13-2021 03:54 PM
@mshaske wrote:
I have a front panel where I have one main input with multiple cases, and each of these cases have multiple different inputs. How do I design the front panel to put each of the main inputs with their sub-inputs and should I give each of the sub-inputs their own terminals? Thanks.
There are many ways to do this, and many possible answers to your last question. Ultimately only you can answer whether you need each of your own "sub-inputs" to have their own terminal. Perhaps if you shared more information about what you're trying to do we could give you some guidance.
08-13-2021 04:34 PM
Here is the VI.
"FILE TO WRITE" is my main input.
All others are sub-inputs.
08-14-2021 08:55 AM - edited 08-14-2021 07:22 PM
So this is a SubVI that gets called and returns quickly, right? (no toplevel while loop!).
I recommend to do a few basic LabVIEW tutorials first. Many things are very convoluted and show poor understanding of graphical programming.