Hi all!
I'm pretty new to LabVIEW, so this may seem like a simple question, but I've been working on it a while now and I can't seem to get this to work. My VI consists of 2 different screens in a tab control on the front panel, the first one containing a process control simulation and the second one the details and parameters required. I want to have a button which turns the PID controller on and off on the first screen, which is simple enough, but I also want another button on the other screen to do the exact same thing. The two buttons should be linked, in that when one is turned on, the other goes on automatically, but it should also be possible to use either one to turn the contr
ol on/off (i.e. one should not just be an indicator).
Is this even possible?? Any help would be appreciated....