python-opcua
python-opcua copied to clipboard
Cannot read variables with [] on Sinumerik 840d
Hi,
I have a bunch of variables like: GD5_CMM_CORR[80,1] GD5_CMM_CORR[80,2] GD5_CMM_CORR[80,3] GD5_CMM_CORR[80,4] GD5_CMM_CORR[80,5] And what I can only see on client is one variable GD5_CMM_CORR with value 0.0. How can I read the others ?
Sinumerik has built-in opc server
does it work with ua expert? screenshot (ua expert) from the node obj you try to read? your code?
I will try it this week. Is that software free ?
google and you will find out quickly... yes you just need to register. or use whatever other ua client (use google too for that)
@ma1ster did you solve your problem? We have the same problem here. Variable with brackets are non-browseable and not shown on UaExpert
I am guessing you do not have any variable with brackets, it is the way your server/client shows arrays. There is only one node withtout brackets
@zati- sorry for late reply. When Ive added them manually they started showing values