Note:
Before starting configuration, a new module instance must be created. Click here for more information about creating Module instances.
Agent
An agent is where different links that share some common options are stored. Each agent has the following parameters, which affect all links contained within the agent.
.png)
Setting | Description |
|---|---|
Write rate | Defines the interval between receiving an input value and writing it to the output. If multiple values are received during this interval, only the most recent one will be recorded. This applies to nodes that lose connection and begin buffering data, so when the connection is restored, all buffered data is sent simultaneously. However, only the latest value received during this interval, often reflecting the real-time value, will be written. This value is displayed in milliseconds with a minimum value of 100 milliseconds. |
Number of retries | Set the number of times a value can be retried if it fails to write. Once this limit is reached, the write process stops, and the value is discarded. |
Retry interval | Time to wait after write fails before retrying. The minimum value is 1000 milliseconds. |
Link
Each link, as the name suggests, connects a source tag to an output tag. The screenshot below illustrates an example of a Linked Tags configuration.
.png)
Setting | Description |
|---|---|
Input | Input tag that will be copied to the output. |
Ouput | Output tag where the input will be copied. |
On bad quality input | Action to execute when the input quality is not good:
|
Default value | Default value to write when Write default value is selected. |
On output change | This setting defines the behavior if the Output tag is modified by an external source (For example, if there’s a manual write or an external system writes to the output tag).
|
Note:
The Output tag must be configured with Read/Write (RW) access to allow the agent to update values.
If multiple links are configured to target the same Output tag, priority is given to the first link created. To prevent data races, any subsequent links targeting the same destination will be ignored and not executed. A warning will be generated in the system logs indicating that duplicate targets exist.