FreeOpcUa / opcua-client-gui

OPC-UA GUI Client
GNU General Public License v3.0
528 stars 172 forks source link

Cannot view nodes with [] on Sinumerik Server #44

Open ma1ster opened 4 years ago

ma1ster commented 4 years ago

Hey,

I have several variables on my 840d sinumerik like : GD5_CMM_CORR[80,1] GD5_CMM_CORR[80,2] GD5_CMM_CORR[80,3] But the client only shows one : GD5_CMM_CORR , with value 0.0

How can i repair it ?

cepinto commented 4 years ago

Hi , in my expirience with 840d , the Sinumerik OPC UA server publish in browser only the "top level" ( Channel 1 for example or NC1) in this case GD5_CMM_CORR..., you have to add manually the other NodeId to monitore it...

Its happen also with UA Expert , but add Nodes not listed in browser view to be Subscription, its not currently implemented yet on opcua-client... I beleve...