LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a promt in Labview???

Greetings to all,

 

Can you suggest me a way how to invoke a promt to user to enter the data in Labview????

 

Error2.jpg

In the above code, As the program starts I have to enter the URL. But if I dont enter it stops the program without any output. I put a timed delay in between the stacks, but din"t work. I tried to replace it with stacked sequence but that also is not working.....I dont want the code to progress further without entering URL which is not the case in the above code. Any suggestions and inputs will be of great help....

 

Thanks & Regards,

Sushruth.

0 Kudos
Message 1 of 8
(3,459 Views)

Hi,

 

Please refer the attached example.

0 Kudos
Message 2 of 8
(3,455 Views)

Thanks a lot....Will check it out and let u know.....

0 Kudos
Message 3 of 8
(3,450 Views)

Its working........Thanks a lot

0 Kudos
Message 4 of 8
(3,445 Views)

You could also simply use the Prompt User Express VI, since that's its purpose.

Message 5 of 8
(3,430 Views)

Yup......Smiley Happy

 

But how can I use promt to define a dropdown menu or checkbox????

 

I have to concatenate 4 strings....Out of which 1 is to be chosen by checking the box and the other from a dropdown menu. If I use a combo box, then it doesnt promt the user to supply the data...Any suggestions????

0 Kudos
Message 6 of 8
(3,419 Views)

Now you're getting complicated. The Express VI is for simple inputs. Anything more (such as your requirement) and you need to write your own prompt VI.

0 Kudos
Message 7 of 8
(3,409 Views)

True........Things get complicated when new ideas start enteringSmiley Happy

 

Anyways......thnx a lot for the help....I will try to design and in case of doubts will post in this thread..Also if I get it to work(somehow!!!!!!!!!!):smileyhappy:

0 Kudos
Message 8 of 8
(3,393 Views)