02-19-2015 02:12 PM
02-19-2015 02:20 PM
02-19-2015 02:23 PM
az2mt2003 wrote:
All I wanted to do, was be able to keep my code seperated using tabs. That may sound ridiculous, I don't know, I am fairly new to labview and I THOUGHT I had been using tabs the proper way. I guess not.
Tabs do not seperate code. They break up the GUI. If you actually want different sets of code, then you want to use a different VI for each section and use a main VI that uses a state machine to state which VI should run when.