07-26-2005 06:33 AM
Solved! Go to Solution.
07-26-2005 06:45 AM
If the lookup table is always going to remain the same (e.g. a character generator or something similar) you can place the values in a 2D array constant on your diagram, with the input value as one column, the equivalent as the other. When you need to perform the lookup you use an index array to return all the values in the "input column", search it using "search 1D array" and use the resulting index number to index the other column's data. If the values may change, then it would probably be best to load an array control with your equivalent values from a file.
P.M.

07-26-2005 07:39 AM
hi LV,
nice idea, extremely txs
nitin