BiancoRoyal / node-red-contrib-iiot-opcua

deprecated - very new developed by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-iiot-opcua
BSD 3-Clause "New" or "Revised" License
34 stars 9 forks source link

No description item found using the browse node #4

Closed deminngi closed 6 years ago

deminngi commented 6 years ago

I can browse a top level OPC/UA directory successfully, looking into the array I am missing the description field on each item. I am using version 1.3.3. Can you add this to the code?

biancode commented 6 years ago

Hi Giovanni,

with node-opcua you have to browse and send the browse results to a read node to get that attributes you wanna get.

see and test the example flow in Node-RED:

screen shot 2018-02-06 at 17 23 05
biancode commented 6 years ago

API changed in node-opcua for readAllAttributes

biancode commented 6 years ago

if the node-opcua issue v0.2.x is fixed it will work again:

grafik
biancode commented 6 years ago

but browser result stay:

grafik
biancode commented 6 years ago

Please, test v2.x+

biancode commented 6 years ago

please check v2.0.4 or above

deminngi commented 6 years ago

Thank a lot Klaus, I‘ll try it