python-opcua icon indicating copy to clipboard operation
python-opcua copied to clipboard

Cannot read variables with [] on Sinumerik 840d

Open ma1ster opened this issue 5 years ago • 6 comments

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

ma1ster avatar Feb 15 '20 12:02 ma1ster

does it work with ua expert? screenshot (ua expert) from the node obj you try to read? your code?

AndreasHeine avatar Feb 15 '20 13:02 AndreasHeine

I will try it this week. Is that software free ?

ma1ster avatar Feb 22 '20 12:02 ma1ster

google and you will find out quickly... yes you just need to register. or use whatever other ua client (use google too for that)

oroulet avatar Feb 22 '20 12:02 oroulet

@ma1ster did you solve your problem? We have the same problem here. Variable with brackets are non-browseable and not shown on UaExpert

zati- avatar Feb 29 '20 10:02 zati-

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

oroulet avatar Feb 29 '20 13:02 oroulet

@zati- sorry for late reply. When Ive added them manually they started showing values

ma1ster avatar Jun 23 '22 18:06 ma1ster