09-17-2018 04:36 AM
Hi,
This might be a long post. And I'm new to this software. Actually, I'm trying to enter the data of flow in my program by using a filler. And it should compare the data with the values in the table and show the corresponding P and V values and also input power. At the same time, it should calculate the efficiency with a prescribed equation. Now if the value is not in the table, it should take the approximate value from the table(i.e, if the value of flow from filler is 170, and we have 116 and 190 in the table, the value of efficiency should be in between these). Right now I could do this much- whichever value I enter which is in the table, I'm getting the output. But I couldn't do it with the filler. Also if the value which is not in the table is entered, the output is not coming. This may be a very small problem, but since I'm new on this, I'm not able to find the issue. Any helps would be appreciated. I'm using LabVIEW 2011.
Solved! Go to Solution.
09-17-2018 05:29 AM
Try Interpolate 1D Array and Threshold 1D Array Functions
09-17-2018 06:03 AM
Hi,
Tried threshold 1D array already but to no avail. Tried to interpolate also, but I can't connect the array to that. Any other suggestions?
Thanks for your help anyway 🙂
09-17-2018 06:27 AM - edited 09-17-2018 06:27 AM
Of course you can't do it with strings. It works only with numbers
09-17-2018 06:40 AM
Hi,
Can I do it in the 2011 version? If so are the functions same?
09-17-2018 06:51 AM
Of course you can. This is a base functions