LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to execute lag time only for once

Dear Friends,

 

I want to on and off my heaters only when some X condition is fulfill. Once the conditions is TRUE only that time lag time should be executed and then it shoud run normally. when condition X get FALSE, and then again TRUE ...again lag time will be execute...I am attaching a simple plot.. which can helps you for better understading of my problem.

 

 

Looking forward to your valuable reply

 

Regard´s

Patel

 

 

 

0 Kudos
Message 1 of 6
(2,442 Views)

For that kind of timing the Elapsed Time function works well.  Set it for 5 min, keep the Reset line True until condition X, then wait for it to time out.  The benefit of this function is that it keeps counting through loop iterations, so you can put it in a fast loop.  Read the Time Elapsed? output to trigger your heater.  You'll need a little additional logic to keep the Reset line input to what you want, but that shouldn't be too hard.


--Using LV8.2, 8.6, 2009, 2012--
0 Kudos
Message 2 of 6
(2,434 Views)

How do you control the heater, what is the interface?

What hardware are you using?

 

 

Christian

 

0 Kudos
Message 3 of 6
(2,416 Views)

I am using cRIO 9074, to control 3 heaters and variable pumps

0 Kudos
Message 4 of 6
(2,395 Views)

Scanmode or FPGA?

What did you test so far?

Do you have an VI?

The more information you give as the better we can help.

 

 

Christian

0 Kudos
Message 5 of 6
(2,375 Views)

Thanks ..

 

I gpt it 🙂 

0 Kudos
Message 6 of 6
(2,359 Views)