08-18-2009 12:05 PM
Hi all,
In the Vi attached I would like the user to be prompted with a question to continue increasing by 5 after 50 is reached. He can either choose yes or no and the program continues incrementing if yes is chosen.
Thanks a lot.
Solved! Go to Solution.
08-18-2009 12:15 PM
08-18-2009 12:20 PM
Your description isn't very thorough... This is how I understood it.
08-18-2009 02:10 PM
08-18-2009 03:53 PM
@aeastet, I am using labvie 8.6 and so could not view your code
@elset191, I ran into the same challenge as the code you have provided. The prompt keeps coming up even after you click ok. After clicking ok, the prompt should close and the increment should continue.
@billko, LOL. the code I attached is actually a portion of a very large code.
I appreciate all your assistance. Hoep to hear from you soon.
Thanks.
08-18-2009 05:32 PM
maxidivine wrote:@aeastet, I am using labvie 8.6 and so could not view your code
@elset191, I ran into the same challenge as the code you have provided. The prompt keeps coming up even after you click ok. After clicking ok, the prompt should close and the increment should continue.
@billko, LOL. the code I attached is actually a portion of a very large code.
I appreciate all your assistance. Hoep to hear from you soon.
Thanks.
🙂
I'm poor and only have LabVIEW 7.1 so I can't see the magnificent structures these guys have made, but I'll have to assume it looked something like this:
Good luck!
Bill
08-19-2009 01:37 AM
Hey Billko,
That was brilliant.
Thanks a lot.
You deserve the latest version of labview from NI as your reward. LOL.
08-19-2009 07:47 AM
@elset191, I ran into the same challenge as the code you have provided. The prompt keeps coming up even after you click ok. After clicking ok, the prompt should close and the increment should continue.
Oh. I misunderstood your spec. Simply replace the > with an= and it works how you would want.
08-19-2009 09:25 AM
Nice one Tim,
Thanks a lot.
08-19-2009 11:59 AM
maxidivine wrote:Hey Billko,
That was brilliant.
Thanks a lot.
You deserve the latest version of labview from NI as your reward. LOL.
LOL thanks, but I also gave kudos to elset because from the description it would have been fine also. I confess I never thought about using "equals."
Bill