06-01-2018 04:15 AM
hello guys as you can see in the VI my log in button doesn't work until i press it and run the vi and generate file button has the same problem so anyone help please
06-01-2018
04:30 AM
- last edited on
05-13-2025
01:32 PM
by
Content Cleaner
My first guess is that your VISA loop is blocking the execution of the big loop. As long as that runs continuously, you're still stuck in the first iteration of the big loop.
I'm pretty sure that your architecture will give you many more of these issues. I recommend looking at the State Machine design pattern, which will solve most of these problems. Also, look at Buttons and how to add images to them.