Hello, i'd first like to apologize for this very beginner-like question... Im very new to labview and i'm starting to see the potential and liking it, but i'm having troubles so far.
I have this piece of hardware that i'd like to control with LabVIEW and the pieces of code i've constructed works, but the program terminates when i've pressed both of my buttons?
I have two event sctructures that react when mouse is down on two different buttons, the blocks inside the eventstructure is executed as they should etc.
The problem is that when i've pressed both my buttons, the program terminates. I'd like to add more code to be done afterwards. And it seems i'm not able to run the same event structures twice? I can't push the button again, it goes dark and stays dark. (After i press it first time it switches back, it is after i press 2nd time it stays dark).