Hello.
Thank you for contacting National Instruments.
From the sounds of it, a functional global VI would work just fine for your application. However, there are a few other options that you could consider. First, you could use local variables to pass data between loops and constantly monitor whether or not the "reset button" has been pressed. The other way that you could implement this functionality is by creating another state in your state machine that is called reset. The value of the reset boolean will be polled at the end of every state, and the reset state will take priority over other operations. Then, once inside the reset state, you can reset all lines to the values you would like to have.
Any of these options should do the trick for you. If I were to chose, from my limited knowledge of your application, I would choose adding the extra state to my state machine.
Have a great day and let me know if you have any further questions!
Brian F
Applications Engineer
National Instruments