I'm trying to write a VI to measure an analog input, compare the input values to the values in a preprogrammed 50 point lookup table, and produce the corresponding output value from the lookup table. Is there a "canned" VI I can use?
I doubt that any canned program will do what you want but it should be quite easy to put your lookup values in an array and loop through the array comparing the elements to the data point. The index where the data matches can be used to select the output from a second array.