LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

boolean controls with conditional default values

I would like to use boolean controls to dynamically change bits in data registers, but I would also like to preload the boolean controls depending on the default configuration of the registers.  Is there a way to do this?
0 Kudos
Message 1 of 2
(2,492 Views)

It sounds to me like what you want is an array of booleans and a local variable. A local variable will allow you to write values into a control.

This is basic stuff. To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).


___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,484 Views)