LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Enum, select 5 data out of 24

Hi, recently i am dealing with the webcam... from the example of "Grab and basic attributes.vi" given by the NI....

I can get an enum with 24 data, but most of them i would like to set it as default and some of them i would like to change it time by time....

but in the control there, i feel like it is not that user-friendly enough....

May i know how can I select the specific type of data out of 24 data...

For example, i would like to select 3 (Adjust the brightness), 7 (adjust the zoom value) and 23 (adjust the saturation) to change them from time to time.... How can i do it while i keeping other attributes as default? Can I make another enum with the desired data from the first enum?

And does it possible for me to do it as shown as below:

 

enum.png

0 Kudos
Message 1 of 4
(2,651 Views)

Hey,

 

don't know, if I got it correctly, but you could initialize a shift register with the initial values and change only the things you need, maybe with a cluster to use the bundle function.

 

 

0 Kudos
Message 2 of 4
(2,598 Views)

Your picture does not even show an enum.  Just 3 front panel controls (string? numeric?) and a boolean button.

 

Try attaching your VI so we can see what you are trying to do.

0 Kudos
Message 3 of 4
(2,572 Views)

Thank you guy~ sorry for late reply....
the problem i had solved it by using the for loop and the case structure.... Smiley Happy
but now i do have a problem, and i had posted it on this page...
can you guy have a look on this page???? Smiley Tongue

0 Kudos
Message 4 of 4
(2,543 Views)