LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Prompt user for input" 2D array

Solved!
Go to solution

Hello everyone,

 

I try to click a button and prompt a dialog box for user. However, when I use the event structure and "prompt user for input", I find that the input data type is only number, checkbox, and text. I want to input a 2D array which is a flow rate-time profile. Can you give me some advice, Thank you.

 

 

Qun

 

 

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

There are missing VIs, and no event structure is in the code posted.

 

If you want to prompt the user with a 2D array of data use the Table control in a new VI set to be the dialog type in the VI Appearance.

0 Kudos
Message 2 of 4
(2,919 Views)
Solution
Accepted by topic author chalkwu

You can use the "Dialog using Events" template which ships with LabVIEW.  This is a good starting point. use File >> New... and select the template.

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

Thanks for your help Hooovahh Smiley HappySmiley Happy

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