07-21-2011 06:14 PM
I looked at the search results and still not 100% clear. I have a very basic homework question. This is my first time ever using LabVIEW and am experiencing a pretty serious learning curve. I'm pretty sure I know what the question is asking, but I'm not 100%. I have a little trouble making complete sense of the terminology.
Here is my Question:
Using a single While Loop, construct a VI that executes a loop N times or until the user presses a stop button. Be sure to include the Time Delay Express VI so the user has time to press the Stop button.
- I have the while loop open in my Block Diagram.
- I have a stop button inside the loop connected to the Loop Condition
- I have a numerical indicator "loop counter" connected to the Loop Iteration
- I have a "Wait Until Next ms Multiple" sitting inside my loop that is connected to a constant value of 1000
1. What is a "Time Delay Express VI"?
2. Is the timer I'm using considered a "Time Delay Express VI"?
3. How could the user not have time to push the stop button? Can't you push it whenever you want?
4. Do I need some kind of control in my front panel labeled "N times" so the user can select the amount of executions?
I apologize in advance for how simple these questions are. My head starts spinning when I read one of these questions because I have so many questions.
Thanks, Matt
07-21-2011 07:26 PM