opcua-client-gui icon indicating copy to clipboard operation
opcua-client-gui copied to clipboard

Add support for Intxx and UIntxx to graph widget

Open rangoy opened this issue 2 years ago • 0 comments
trafficstars

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 #85

rangoy avatar Mar 15 '23 09:03 rangoy