12-10-2015 09:43 AM
Hi All. Very new to labVIEW. I'm trying to write a program that when a start button is pressed a water tank decreases from max to zero. I can get it to fill but not empty. When the tank hits 30% its supposed to get filled by another tank. But i'm stuck on the first tank. Any help much appreciated. Thanks.
12-10-2015 09:47 AM
1. Give a more descriptive subject title for your message.
2. Search the forums. Questions about tank filling problems have coming up dozens of times before.
3. If you want help, at least attach a VI showing what you've tried so far. We can't help you starting at nothing.
12-10-2015 10:16 AM
Hi how do I upload my VI? Ive serched the forums and nothing coming up that suits. I have a flat case structure with a while loop and start button in first frame. Tank in second frame. Ive seen on some of the forums that the tank is an indicator in some programs, how do you change that?
12-10-2015 10:23 AM
@Rammer wrote:
Hi how do I upload my VI?
There is an attachment option when you type up your post. You may have to put your VI into a zip file to get it to properly post.
@Rammer wrote:
Ive serched the forums and nothing coming up that suits.
Keep searching. I'm certain I recently solved one of these issues.
@Rammer wrote:
I have a flat case structure with a while loop and start button in first frame. Tank in second frame. Ive seen on some of the forums that the tank is an indicator in some programs, how do you change that?
You should not need a sequence structure. If you are asking how to make a tank indicator, you really need to take some of the tutorials.
3 Hour Introduction
6 Hour Introduction
LabVEW Basics
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Learning NI
Getting Started with NI Products
12-10-2015 10:23 AM
12-10-2015 10:26 AM
Below the editor is a line that says attachments. Browse to your VI.
I searched for "tank" and got 200 hits. I searched for "tank fill" and got 40 hits that pretty much all seemed relevant.
The way you describe your VI doesn't make sense to me. And saying "sequence structure" pretty much means you are starting on the wrong foot.
You can right on an indicator and change it to a control. But a tank control is kind of hard to manipulate on the front panel. And I'm not sure how it helps you in your problem.