LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Formatting string arrays for use in a dialog box?

Hi, so I want I have a bunch of controls in my VI, and I'd like to trigger a dialog box that will display the name and value of each of them, in a tidy list, and ask the user if the variables displayed are OK to run with.

 

I know how to pass strings to my dialog box, but is there a better way to pass ~30 controls of the form "control name: control value" ?

 

thank you!

0 Kudos
Message 1 of 3
(2,964 Views)

Enable datalogging?

 

 

Dig into the help fiie ALOT!  but this sounds like what you may need to do.  The user may not be the best source to decide the question of "if the variables displayed are OK to run with."  


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 3
(2,959 Views)
You have a front panel with the names and values and you want to display another front panel with the same names and values? Why? And why do you want to pass strings to the dialog box instead of numeric values?
0 Kudos
Message 3 of 3
(2,938 Views)