07-19-2016 05:05 PM
In all but the most basic cases, both automated test and embedded control applications involve semi-static application data, such as network settings, channel names, and scales. As a developer, you can either hard code such parameters into your program or you can incorporate some sort of configuration data management system. In this session, we’ll examine the best practices for creating and editing a configuration file. Having the right tools to edit your system configuration can be the difference between creating a dynamic system and one that requires several hours for making configuration changes.
Kudos to Benjamin Celis and the NI Systems Engineering team behind this content and the Configuration Editor Framework.
02-08-2021 06:58 AM
Any change there's some sample code from the presentation available?
Thank you.
02-18-2021 01:23 PM
Hello ruisilva,
You may download the Configuration Editor Framework code from the VI Package Manager. Just open the VI Package Manager and search for "cef" to find it.
Travis