I am trying to write a program for a class and have run into a problem. The requirement I have is this:
I have two buttons (okay boolean button) on the screen, only one of which can be on at a time. So if Button 1 is true and then Button 2 is pressed, I need Button 1 to turn off automatically without clicking it. Same things goes the other way, if Button 2 is true and then Button 1 is pressed, Button 2 has to go to false. I'm still new at LabVIEW so I don't know everything that can be done but I tried working with the property nodes and couldn't find anything that seemed like it would work. Does anyone has a suggestion as to how this can be done? Any suggestion would be helpful for this beginner.