LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

parallel while loop

Please tell us how this is supposed to be used. We have already told you why that VI will not work.

 

What code do you want to execute on some iterations and not others?

 

What determines whether that code should run or not?

 

We cannot spend hours guessing about what you want your program to do.

 

Lynn

0 Kudos
Message 21 of 25
(1,049 Views)

I've provided a download in my previous message. My intention is that when the user says "Hello", it then will shut off the cooresponding section for the whole run.

0 Kudos
Message 22 of 25
(1,042 Views)

Looking at this code some more, I think you would greatly benefit from using the Event Structure.  Then use just do whatever checks and what not in when the string is entered.


GCentral
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 23 of 25
(1,030 Views)

What does "shut off" mean? 

 

What "cooresponding section" is that ? 

 

What does the cooresponding section do? 

 

 

0 Kudos
Message 24 of 25
(1,027 Views)

Your code appears to respond to five strings: "Hello", "+", "-", "*", and "/". If any of the last four occur, the corresponding arithmetic operation occurs. When Hello occurs, it appears in the output string, otherwise the "Are you not..." message.

 

Please tell us what the user should type and what the program should do.  I have some guesses, but will not put any more time into guessing.

 

Please fill in the blanks:

 

User types: _________  Then program does: ___________

User types: _________  Then program does: ___________

User types: _________  Then program does: ___________

User types: _________  Then program does: ___________

User types: _________  Then program does: ___________

 

What should the program do if the user types anything other than the five predefined strings?

 

Lynn

0 Kudos
Message 25 of 25
(1,015 Views)