Configuration for a single plugin instance
The names of the datapoints that this instance is allowed to published to.
All items must be unique
No Additional ItemsWhich datapoint does this instance publish to
The name of the datapoint Must exist in the global datapoint list
The names of the datapoints that this instance is subscribed to.
All items must be unique
No Additional ItemsConfiguration for a datapoint
The description of the datapoint
Informs the runtime to pass the data asynchronously (in the runtime's context)
Informs the runtime to pass the data sequentially (in the publisher plugin's context)
The name of the datapoint Must exist in the global datapoint list
The name of the plugin instance. Must be unique across the same runtime
The plugin/dll name where this instance belongs to. Must contains the same exact name as the shared library in the target system's runtime.
It instructs the runtime to load the shared library or dll with this name (if not already loaded), and creates a new plugin instance from it.
The configuration that will be forward to the plugin. Each plugin will contain its own configuration, for further details refer to the plugin documentation.