02-24-2006 05:27 PM
02-24-2006 05:37 PM
You can use a local variable to write the value to a front panel control...take a look at the LabVIEW Help for more information about local variables. And if you don't want the user to toggle the value, you can just get rid of the front panel control, do the logic on your diagram, and use the output of your logic code to control the boolean value instead of a front panel control.
-D
02-25-2006 02:29 AM
I am attaching a VI which shows how to use a shift-regsiter with an inverter to toggle programmatically. I also added a check-box to select if the input is coming from a User versus Auto.
Hope this gives you some ideas.
-Khalid