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. | |
Direct 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 | Optimistic Writes are only valid on OPC Tags. Optimistic Writes set a newly written Tag value in Ignition before receiving confirmation of the write from the PLC. This helps the operators see their newly entered value right away and is useful if you have slow a Tag Group Rate. A faster Rate (1 second or quicker) will have less need to turn on Optimistic Writes. If enabled, written values will be applied to the Tag in Ignition immediately. Normally, the system must receive confirmation that a write was successful from the device before the Tag in Ignition's value would change. The Optimistic Writes property changes the behavior by assuming the write went through until 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 Ignition Tag does not receive confirmation that the new write was successful within the timeout, the Ignition Tag will change back 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 Ignition 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 current value. Assuming an initial value of 0, if a write of 10 is applied to the Ignition 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 Ignition Tag will change 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. |