-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
ControlArray by Illuminated G - Toolkit for LabVIEW Download
Version | 0.1.0.4 |
Released | Oct 13, 2021 |
Publisher | Illuminated G |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Repository |
Description
Enables providing array-like UIs with arbitrary, homogeneous controls. This is especially useful to create a simulated array with XControls which normally can't be used in arrays.
The library needs to be provided an array of the controls that will serve as the element views, a scrollbar, and an array that matches the value type of the controls used. The array serves as the full store of elements and the library manages inserting the proper elements into each of the controls as the view is scrolled.
When using XControls it is imperative that the Data Change event in the Facade VI finish as quickly as possible. With this in mind the data type of the XControl will typically include some of the values used in an XControl's State data so that each element's UI can be updated immediately from the data past in as the XControl's new value.
A simple temperature setpoint editor sample app is included to demonstrate the basic setup and interaction of the library.