Hi support,
When I read the values of a struct array, the return value of client.ReadValue is a system.object[64].
Each value is a UAGenericObject, of which I can update the value.
How can I save the updated values? I tried
This results into a failure:
Failure Opc.UA.ServiceResult=0x80730000: OPC UA service result - {BadWriteNotSupported}. The server does not support writing the combination of value, status and timestamps provided.
Can you help me any further?
Regards,
Goos van Beek
When I read the values of a struct array, the return value of client.ReadValue is a system.object[64].
Each value is a UAGenericObject, of which I can update the value.
How can I save the updated values? I tried
This results into a failure:
Failure Opc.UA.ServiceResult=0x80730000: OPC UA service result - {BadWriteNotSupported}. The server does not support writing the combination of value, status and timestamps provided.
Can you help me any further?
Regards,
Goos van Beek