ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Prompt User for Input PROBLEM

To whom it may concern,

 

I'm working on my Final Year Project on LABVIEW and I have a problem.

 

In my program, I'm prompting the user to input certain information about himself (Name, Age, Gender, Date of Birth)

 

The problem is that I can't choose other data types such as Radio Button (For the Gender part) or a data type related to the date of birth. 

 

Any idea how can I do that ?

 

Thanks

 

Regards,

 

Farouk 

0 Kudos
Message 1 of 4
(3,282 Views)

Make your own data-entry VI.  You can use whatever data types you want.  A type-defined cluster and a "submit" button would do what you need.  The block diagram could be as simple as an Event structure waiting for the button click.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

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

Thank you Jim !

 

How can I accomplish this ? In other words, how to I create this event structure VI ?

 

Farouk 

0 Kudos
Message 3 of 4
(3,240 Views)
In file>new from template. Select dialogue using events. Then yoi can easily make the dialogue you need.
Michael
0 Kudos
Message 4 of 4
(3,235 Views)