Sign Up

IG Config by Illuminated G - Toolkit for LabVIEW Download

Configuration storage framework, meant for building additional layers on top.

D Discussion Watch * 0 ↓48
 logo
Version0.9.1.12
ReleasedFeb 05, 2025
Publisher Illuminated G
License MIT
LabVIEW VersionLabVIEW>=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 (Feb 05, 2025)

0.9.1.12
- Meta field manipulation
- Removed Config Manager value accessor convenience methods
- New utility methods for easy format conversion and config visualization

derrickb was a contributor to this release


Download Package

Versions
All Contributors

  Post an Idea   Post a Resource

Recent Posts

Forum Posts

Getting Started Example?
This looks like a very interesting library.  Does anyone have a basic example of how to start usi…