-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to change variable value to True #1530
Comments
some server doesn't allow setting the timestamp. you need to set it via DataValue.
|
Same issue with your code:
Error: "The server does not support writing the combination of value, status and timestamps provided."(BadWriteNotSupported) |
Try this:
|
same error. sorry |
Are you sure you can write that value? Dod you try it via ua expert? |
it works using uaexpert. |
why is there a blank after ; in the nodeid? |
Do you mean « , »in the description of nodeid on UA expert ? I don’t know |
|
*** Failure: "The server does not support writing the combination of value, status and timestamps provided."(BadWriteNotSupported) |
Try to remove status or add one of the timestamp. That is what the server says is the issue but does not tell us what it wants |
Hello Dears,
I can read data from a server (opc ua device) without any problem. However, i can't write any variables.
Here is my code:
Here is the error:
*** Failure: "The server does not support writing the combination of value, status and timestamps provided."(BadWriteNotSupported)
When i use Ua expert, i can read and write to the server!
Your help please :)
The text was updated successfully, but these errors were encountered: