From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,948 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,914 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,905 Views)

Thanks for your help Hooovahh Smiley HappySmiley Happy

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