Automation Professionals' Integration Toolkit Module

Automation Professionals is pleased to announce new Production Releases of this module with the following new utility functions:

  • system.tag.defineToolkitProp()
  • system.tag.removeToolkitProp()

For Ignition v8.3: v2.1.5.261812214

For Ignition v8.1: v2.1.5.261812141

The defineToolkitProp() function is intended to be called from a gateway startup event, once for each custom property the user wants to make available in the designer tag editor (with datatype predefined, optional default value, and other metadata). Unfortunately, the category must be a bundle key (for non-obvious reasons) and there is no runtime mechanism for adding bundle keys.
:frowning:

The removeToolkitProp() function is intended to be called by a designer (indirectly via @RunInGateway) during development of infrastructure that uses this feature.

The default category name is supplied by this module's main bundle.

An enhanced Spreadsheet Import Tool is coming available that takes advantage of this new feature.

3 Likes