12-05-2016 12:08 PM
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
Solved! Go to Solution.
12-05-2016 01:42 PM
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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
12-05-2016 02:12 PM
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.
12-05-2016 09:05 PM
Thanks for your help Hooovahh