LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Aquarium Automatic Water LEvel Control

This looks like it would do the trick! It's clean and efficient. However, good LabVIEW coding practice is to avoid using local variables unless absolutely necessary, as they could cause unwanted race conditions. The one change to the above snippit that should be made is to wire the output of the "less than" node directly to to stop condition in the loop instead of using a local variable there. Nice, though!

0 Kudos
Message 11 of 16
(2,214 Views)

I know it's not nearly as sexy - or fun to do - but I wonder if a toilet float system would work?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 16
(1,550 Views)

hi 

can i get the block anf front panel of this tank file

thanks

0 Kudos
Message 13 of 16
(1,359 Views)

@sahar420 wrote:

hi 

can i get the block anf front panel of this tank file

thanks


So you can use this for your homework?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 14 of 16
(1,354 Views)

can you plz explain how does it work?

0 Kudos
Message 15 of 16
(1,318 Views)

@sahar420 wrote:

can you plz explain how does it work?


It simulates an aquarium where the water evaporates and when the water reaches a certain level, more water gets added until the tank is full.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 16 of 16
(1,314 Views)