LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hello! pls, can anyone help. I am new to Labview, having three input variables x,y,z entering a tank(indicator) at the same time,but not mixed?

Pls, i need help. I am having three(3) input variables i.e. sand,gravel and cement (x,y,z) entering a tank (as an indicator) at the same time but they are not mixed. How to do this?

0 Kudos
Message 1 of 25
(4,171 Views)

You will have to provide more information than this.  What is generating the values for X, y, and z?  Do you want to simulate them or are they coming from a data collection device such as a counter or a DAQ?  What do you want to do once the data is acquired?  Simply saying that they go into a tank unmixed doesn't describe what you want.  Do you want to add them all up and display the total sum in the tank?  Do you want to display the three values separately, like one layer of x, then a layer of y, then a layer of z?

 

Most importantly.  Have you taken Labview tutorials or made any attempt to learn Labview?  We are not going to do your homework for you.  You must make an attempt and we can help you with problems.

 

 

- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 25
(4,166 Views)

I leant several lab view tutorials. I want to simulate them.

Message 3 of 25
(4,127 Views)

OK. Simulate them how? Front panel controls? What kind? Numeric controls? Sliders? Random number generator? What?

 

Also, please provide more details as to tbob's other questions.

 

We can't help you if you don't help us.

0 Kudos
Message 4 of 25
(4,116 Views)

Hi DAlib,

Show your effort..

Post your vi and note where you want the help...

without face and tail.. No one can answer it...

 

<<Kudos are welcome>>

0 Kudos
Message 5 of 25
(4,117 Views)

pls, you wish to look at the attachment, where x,y,z are the inputs, i tried but have difficulty, i assigned three control to represent x,y,z, because thier values varies and the tank be represented by an indicator, but cannot be connected together. I tried bundle/unbundle, build array but doesnot work.Thanks

0 Kudos
Message 6 of 25
(4,092 Views)

HiDALib...

Still I am not getting your doubt... But I posted some thing according to your diagram...

 

Tank.jpg

 

Try this ...

 

<<Kudos are welcome>>

0 Kudos
Message 7 of 25
(4,086 Views)

Hi,

In that formula.. Node is nothing  but your math script kind of a editer.... Just go through the help... And fill your requirement..

 

In the outer wall of the formula node loop.. Right click and enter the variable Name... similarly in the output part side also..

 

<<Kudos are welcome>>

0 Kudos
Message 8 of 25
(4,085 Views)

I am grateful for all ur help and support. Is like up to now you didn't get my problem. The input variables x,y,z goes to the tank, while the output of the tank goes as an input variable to formula node. So is't possible to assign 3 numeric control to represent the variable and one indicator to represent tank? how to connect them? since they are going to the tank as input variables, no addition or multiplication between them. I hope i have now made it clear. thanks

0 Kudos
Message 9 of 25
(4,072 Views)

We are not sure just what you are trying to do.

Show us what code your have tried. Maybe we will get a better understanding of what it is you are wishing to do.

 

Do you wish to have 3 sliders on your tank showing x,y,z? Then you can right click on the tank and add sliders. Then bundle x,y,z into a cluster and pass the cluster to the tank.

 

Omar
0 Kudos
Message 10 of 25
(4,061 Views)