onewayautomation / ogamma-logger

Integration tool to collect, store, visualize, analyze OPC UA data.
50 stars 16 forks source link

Browsing OPC on an PLC / Nodes aren't visible #10

Closed jfrsolutions closed 4 years ago

jfrsolutions commented 4 years ago

Hello, i am installed the ogamma-logger with docker and it is working with the Demoserver as an next step i try to discover the values on an PLC with an activated OPC-Server on it. I can access to the Server and browser through the structure but i cant see any Nodes that i can add to observe. Insted of Nodes i get an "Icon" node

PLC_Icon

If i use an other OPC Client is see all the values/nodes Schuould i pay attention to some specific OPC Serversettings ?

RavilN commented 4 years ago

Hello, Please zip and send all files from folder "data" to support @ onewayautomation.com, I will investigate. Also if you expand DataBlocksGlobal node in other UA client to see address space structure and send screenshot, will be helpful too. Thank you for reporting this issue, Ravil

RavilN commented 4 years ago

the issue was caused by the server returning only one reference in Browse response, with not null Continuation Point, which assumes that client should call BrowseNext requests in order to receive the rest of references. Fixed in version 0.8.1 - now Visual Logger handles this case properly, calling BrowseNext.