LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Make control from array or cluster

Hello,
I need to use compression codecs for making video  (*.vi)  file. But  I need to  specify the codeck somehow.I can read all codecks and put it into array.  I would like to  change the arry to some kind of control so I can easily choose one of the filters as input to "avi create". But I don't know how to do it.
Thank you very much for your help.

Tomas Bajgar
0 Kudos
Message 1 of 2
(2,507 Views)

You need to use a ring control. To place the strings into the ring, you need to create a property node for it (right click the ring and go to the Create menu) and select the Strings[] property. You can later use the ring's value to index the string out of the array.

To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. 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,504 Views)