Features

The DCFG (DQMH Configuration Toolkit) helps you manage the configuration settings for your LabVIEW Projects.

It addresses the challenge of managing configuration parameters during initialization, and offers a visually appealing, layered approach to application-wide or module-specific configuration, promoting organization and clarity.

Scripting Tools:

Automatically add DCFG support to your DQMH Modules, non-DQMH Libraries, and Projects.

Configuration Views:

Different configuration UIs, for example depending on the user (Administrator, Operator).

Presets:

Store and Load Different sets of configuration values, for example:

  • Same applications for different test stations

  • Hardware Connected / Hardware Simulated

UI can be Customized:

Create your own flavor of the configuration UI by overriding some methods of the the DCFG Wrapper Class.

External Configuration:

Allow external code to update Module’s configuration. This is useful when one part of your code relies on another configuration. You can see how this works on the DCFG Example Project.

Shipping Example and Sample Project Templates:

Quickly learn how to integrate the DCFG toolkit in your project.

See Before Getting Started for more details