-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
LookUp Table API by BenjaminR - Toolkit for LabVIEW Download
Version | 1.2.1.2 |
Released | Feb 19, 2022 |
Publisher | BenjaminR |
License | Zero-Clause BSD |
LabVIEW Version | LabVIEW>=17.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Documentation Repository |
Description
The Look up tabel (LUT) consists on a LabVIEW variant, that stores the data. We use the capacity of the LabVIEW Variant to store additional information in the form of Variant Attributes. Variant attributes are key-value pairs of data that can contain any sort of information. LabVIEW uses the red-black tree implementation to store Variant Attributes wich allows efficient and fast access to the data.
The LUT Object encapsulates the Variant in a Data Value By Reference. The use of the In Place Element Structure to get and operate on data, allows us to access data in place to reduce memory footprint.