Cluster (buttons and the radio channel controls) - select the right file

I have a list of text files and I need to select and open an of based on radio button selection.  How to sync the radio button with control of the chain so that I can get the name of the control of the chain and open the right file name?

The attached vi does not work as I would like.

Edit: Or is there a better way?

Depends on the source of the list of files.  If you embed it in LabVIEW via a table or another method, then obviously a recompilation must be made.

If the list of files will come from a specific directory, then simply read the list of the files from there when starting of the VI (see example).

Or you could store the list in the text file and read the file at the start of the VI.  You can edit the text at any time without recompilation.

Tags: NI Software

Similar Questions

Maybe you are looking for