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
Thank you for creating this repo. It is very useful. I have an issue as follows:
I created my own OPCUA test server (using this repo), and can browse the namespace using your client. However, when I try to read the values, I cannot do that. Either by using session.read or by the subscription example you provided: https://docs.rs/opcua-client/latest/opcua_client/. The error returns are not helpful.
The weird thing is I can read the variables using the Python module: https://python-opcua.readthedocs.io/en/latest/
Do you have an example of a non-subscription based value red?
Thanks again
G
The text was updated successfully, but these errors were encountered:
Thank you for creating this repo. It is very useful. I have an issue as follows:
I created my own OPCUA test server (using this repo), and can browse the namespace using your client. However, when I try to read the values, I cannot do that. Either by using
session.read
or by the subscription example you provided: https://docs.rs/opcua-client/latest/opcua_client/. The error returns are not helpful.The weird thing is I can read the variables using the Python module: https://python-opcua.readthedocs.io/en/latest/
Do you have an example of a non-subscription based value red?
Thanks again
G
The text was updated successfully, but these errors were encountered: