LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stop the pump with a condition?

No, you can't do that. Your VI doesn't work properly.

 

Try this, the 0.5 limit that I set as lower limit is only an example, you have to write there the limit you want to control.

 

 

Ricky
Italian Developer engineer
www.www.selt-sistemi.com
0 Kudos
Message 11 of 13
(430 Views)

If your pressure control 1 is >= 0.98 you both activate and deactivate the pump at the same time. Maybe, depending on the race.

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 12 of 13
(419 Views)

I said with "the other condition".  Not the same condition.  Whatever you want that condition to be.

 

 

 

The problem with Y's method is that since there is a value being writting on every loop iteration, you've taken out the ability for the manual front panel button to do anything meaningful.  User control is completely removed.  With two separate case structures, it can be forced true in one case, forced false in a different case, and if neither condition is true, then it will use whatever is the value of the front panel control at that time giving the user the ability to turn it on or off themselves.

0 Kudos
Message 13 of 13
(415 Views)