LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Prompt User For Input - set inputs programmatically

Hello everyone,

 

I would like to set programmatically the inputs of the Prompt User For Input, but it seems like you cannot create properties nodes for this terminal. You can only do it manually. How is this possible?

 

Any solutions or way around the problem?

 

Thank you in advance,

 

Lorenzo Badalamenti

0 Kudos
Message 1 of 3
(3,869 Views)

Make your own VI for user input.  You just need a While Loop with an Event Structure and then whatever code to do to the GUI that you want.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(3,852 Views)

An easy way to make your own is to start with the express VI and modify it as your application requires.  This is how to start:

 

snip.png

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 3 of 3
(3,842 Views)