09-22-2015 02:44 AM
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
09-22-2015 05:26 AM
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.
09-22-2015 06:59 AM
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: