<< Click to Display Table of Contents >>
WriteFeedbackMode |
This property allows controlling a confirmation or feedback of OPC UA Tag writings. The configuration options for this property are described on the next table.
Available options for the WriteFeedbackMode property
Option |
Description |
---|---|
0 - wfWaitNextRead |
After writing, waits normally for the next reading |
1 - wfImmediateReadAfterWrite |
Forces an asynchronous reading of a device right after each writing (default) |
2 - wfTrustWriteSuccess |
The written value is immediately assumed by the OPC UA Tag, if the writing was successful |
NOTES |
•This property cannot be changed with the object still active. •In option 2 - wfTrustWriteSuccess, for asynchronous writings, the value is assumed in the OPC UA Tag after scheduling a writing, if the operation is successful. However, if that writing fails later, the OPC UA Tag's value may be wrong. For synchronous writings, the value is assumed right after the writing finishes, if successful. |