LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Abort Time Delay

Solved!
Go to solution

Hello,

 

I have encountered an issue I was hoping I could recieve some input on. In my VI that I am creating, we have a series of valve opening and closing followed by time delays to allow for a reaction to occur. However, in terms of saftey while these reactions are going on there is a risk of pressure build up. I want to be able to abort the time delay early when the high pressure alarm is triggered. From here the program would ideally enter a "shutdown" mode to diffuse the pressure build up.

 

Thanks

0 Kudos
Message 1 of 2
(2,750 Views)
Solution
Accepted by topic author ajcooke

Use short delays and continuously check for your shutdown criteria.  The Elapsed Time VI will help a lot here.  This is pretty simple to do with a good state machine.


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 2 of 2
(2,746 Views)