You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up variables in WAGO's eCockpit, they have the StatusWrite bit disabled in their OPCUA node's AccessLevel. This means that when trying to set the StatusCode of the value to any other value than Good, the server answers with the following error:
0x80730000 (BadWriteNotSupported): The server does not support writing the combination of value, status and timestamps provided.
We haven't found any way to change this AccessLevel.
Here is a small python script that can be run to trigger the error :
When setting up variables in WAGO's eCockpit, they have the
StatusWrite
bit disabled in their OPCUA node'sAccessLevel
. This means that when trying to set theStatusCode
of the value to any other value thanGood
, the server answers with the following error:We haven't found any way to change this
AccessLevel
.Here is a small python script that can be run to trigger the error :
The text was updated successfully, but these errors were encountered: