-
Try out the new Jake: AI Coding Assistant for LabVIEW!
Get answers to questions about LabVIEW and discuss your code.
IG Config by Illuminated G - Toolkit for LabVIEW Download
Configuration storage framework, meant for building additional layers on top.

Version | 0.9.1.12 |
Released | Feb 05, 2025 |
Publisher | Illuminated G |
License | MIT |
LabVIEW Version | LabVIEW>=24.3 |
Operating System | Windows, Mac, and Linux |
Dependencies | jdp_science_jsontext drjdpowell_lib_sqlite_labview |
Project links | Discussion |
Description
This is a base level configuration storage library. This library provides a tree structure for storing string values with various methods for traversing and searching the data to find and identify nodes. Hierarchical organization is supported along with attaching meta-data values to configuration element nodes. The library includes implementations for INI, JSON, and SQLite storage formats with all data being compatible with all formats.
The library provides a host of traversal and search capabilities for finding nested and ancestor elements related to a specific element. Ideally, another layer is built above this library that provides all the APIs for a specific organizational structure for a given application or component.
Release Notes
0.9.1.12
- Meta field manipulation
- Removed Config Manager value accessor convenience methods
- New utility methods for easy format conversion and config visualization
Recent Posts
Getting Started Example?
This looks like a very interesting library. Does anyone have a basic example of how to start usi… |
|