StevenATK
2008-08-07 17:40:05 UTC
I created a VI to verify that a data file is formatted correctly. I simply created a file path control and LED indicator. For development, I added an "OK Button" with the algorithm inside it's "Value Changed" event. I now want to make my algorithm a subVI. Would it be better to remove the event loop, or should I wire the OK Button to an input terminal to call the routine?