As a rookie th Labview I have not so far found the right way to solve some problems which would have been easy to solve in normal programming.
One of these is when I would like to start a program, then decide by pushin one of 10 buttons which measurement is supposed to start.
So what I would like to do is:
1. start the program
2. Make it wait for user interaction (without consuming 100% of processor performance running in some kind of silly loop)
3. Start running along one of many paths and when finished returning to the same state waiting for the next user interaction.