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
Hi I'm trying to add a changing INT32 type variable to the server and watch the data change on the client side. I can see the variable change by subscribing to the data change, but I can't add it to the graph. When I use the add to graph function it shows nothing. Can anyone tell me why? Variables are defined here:
I tried to add a variable to a graph, and it did not work as due to the filter of acceptedDatatypes in graphwidget.py
I got this message in the log;
```
uaclient.graphwidget - INFO - Variable cannot be added to graph because it is of type Int16 or an array')
```
I added the number types avaliable in Prosys Simulation server. I do not know if there might be other types too.
I think this will solve issue FreeOpcUa#85
Hi I'm trying to add a changing INT32 type variable to the server and watch the data change on the client side. I can see the variable change by subscribing to the data change, but I can't add it to the graph. When I use the add to graph function it shows nothing. Can anyone tell me why? Variables are defined here:
The text was updated successfully, but these errors were encountered: