The Direct Mode executes at a fixed rate which is defined by the slow polling rate setting. Every Tag that uses the Direct Tag Group will poll the PLC at the Rate setting at all times (24x7x365).
This opens the Tag Editor window. It also shows you that you have multiple Tags selected. Select the Direct 5 Seconds Tag group from the dropdown, and click OK.
That’s it! You created a new Direct 5 Second Tag Group and added your Tags. Just make sure you want to poll the 5 second values all the time (24/7) when you use the Direct 5 Seconds Tag Group.
|
Property | Description | |
---|---|---|
Common | ||
Name | Unique name of the Tag Group. | |
Mode | The Tag group executes at a fixed rate, defined by the Rate setting. | |
Rate | Base update rate, specified in milliseconds, at which Tags will be executed. Note: If the rate is set to 0, the Tag group will not be executed. | |
OPC Settings | ||
Data Mode | This mode dictates how OPC values are obtained. The default mode, Subscribed, is preferred because it is much more efficient than a read. Subscribed Polled | |
Read After Write | When enabled, a read request will be sent immediately after a write request. This means that the value on the Tag will be updated much quicker to reflect the latest written value. Enabling this property is less efficient as a single write to a Tag becomes two separate requests. This is especially helpful with slower Tag groups as the Tags will show the latest value quicker than the normal execution would allow. | |
Optimistic Writes | If enabled, written values will be applied to the OPC Tag immediately. Normally, the system must receive confirmation that a write was successful from the device before the OPC Tag's value would change. This property changes the behavior by assuming the write went through unless the next read value or subscription update proves otherwise. Enabling this will make writes appear to execute much quicker. Works in conjunction with the OPC Optimistic Write Timeout property below. If the OPC Tag does not receive confirmation that the new write was successful within the timeout, the Tag will fallback to the last known value. While in an ambiguous state, the Tag with have a quality of "Good (Provisional)". This setting can be paired with the OPC Read After Write: the Tag will assume the newly written value, while an asynchronous read request is quickly sent out to confirm the write went through. While the write is pending, values received from subscription activities will override the fallback value. Assuming an initial value of 0, if a write of 10 is applied to the OPC Tag, then the Tag will show a value of 10 until the system can confirm the new value. If a subscription update then returns a value of 5, the OPC Tag will fallback to 5. | |
Optimistic Write Timeout (MS) | The timeout period for Optimistic Writes. A value of 0 effectively disables the fallback functionality: the new value is maintained on the Tag until the next read or subscription activity. | |
History | ||
Min Time Between Samples | Minimum time between samples (integer). | |
Min Time Units | Minimum time in units is defined as: Milliseconds, Seconds, Minutes, Hours, Days, Weeks, Months, and Years. | |
Max Time Between Samples | Maximum time between samples (integer). | |
Max Time Units | Maximum time in units is defined as: Milliseconds, Seconds, Minutes, Hours, Days, Weeks, Months, and Years. |