My application involves a closed-loop system where I control current which heats a resistive load. I want to ramp up the current until a specifed temperature is measured, dwell at that temperature(within a tolerance) for a specified amount of time, and then terminate the VI. I have attached a VI which simulates the data I expect to see. How can I make the VI terminate 2 seconds after the data first reaches 10.0? Counting loop iterations doesn't seem like a good solution since there will be other things going on in my real application. Seems like I should use a timer. Any suggestions will be greatly appreciated.
↧