Sign Up
EU Cyber Resilience Act (CRA) — First Deadline September 2026
If you sell LabVIEW-based software and systems in the EU, please be aware that new CRA regulations may require you to implement security vulnerability reporting starting September 11, 2026. The VIPM Team has prepared guides to help you understand how this applies to your software applications and published packages, since it's important you understand these regulatory requirements (click the Learn More link to read these guides). Thank you for your help in keeping security front-and-center within the LabVIEW community.
Learn more

IG Config by Illuminated G - Toolkit for LabVIEW Download

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

D Discussion Watch * 0 ↓115
 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…