In the OPCUA client driver, setting a value other than 0 for "Switching Time" in "Schedule" leads to an error. All variables become invalid. These variables can be set to 0 again with another OPCUA client. They are then spontaneous again.
Cause:
The server sends numerical data, while the OPCUA32 driver expects a zero-terminated CharArray. Sending 0 is therefore interpreted as an empty string. Any other value leads to an error.
This error has been fixed. Values other than 0 can be set for "Switching Time".
To benefit from this fix: