Lookup Tables Functions
Owning Palette: Simulation VIs and Functions
Installed With: Control Design and Simulation Module. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Lookup Tables functions to locate a value from an existing data set. You specify this data set in the LUT Data parameter of each Lookup Tables function.
The functions on this palette can return general LabVIEW error codes or specific Simulation error codes. If you use the functions on this palette in a Simulation Loop, LabVIEW sends any errors that these functions return to the Error output on the Output Node of the Simulation Loop.
Palette Object | Description |
---|---|
Lookup Table 1D | Returns the y value, located in a one-dimensional table, that corresponds to an x value you specify. |
Lookup Table 2D | Returns the z value, located in a two-dimensional table, that corresponds to x and y values you specify. |
Lookup Table 3D | Returns the w value, located in a three-dimensional table, that corresponds to x, y, and z values you specify. |