10-01-2012 07:58 AM
Hello... I have a problem with the tab control function. I can't control both of my scales at the same time. When i press "run", if i start to control scale 2, the buttons of scale 1 doesn't work and vice versa. My VI is uploadet
Solved! Go to Solution.
10-01-2012 08:03 AM
What did you expect to happen? You have a case structure as the outermost structure on your BD with the tab as the selector! You only read the tab once and execute only 1 case dependant on which tab is selected when you press run.
Try initializing both VISA sessions and chose which one to communicate with based on the val change event of the tab