11-15-2010 05:02 PM
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?
11-15-2010 05:10 PM - edited 11-15-2010 05:12 PM
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.
11-15-2010 10:28 PM
I leant several lab view tutorials. I want to simulate them.
11-15-2010 11:24 PM
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.
11-15-2010 11:35 PM
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>>
11-16-2010 04:40 AM
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
11-16-2010 05:06 AM
HiDALib...
Still I am not getting your doubt... But I posted some thing according to your diagram...
Try this ...
<<Kudos are welcome>>
11-16-2010 05:10 AM - edited 11-16-2010 05:12 AM
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>>
11-16-2010 07:31 AM
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
11-16-2010 08:38 AM
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.