[{"id":"8cb54d53.0c123","type":"inject","z":"c7d1793f.b2582","name":"Read DeviceSet on PI Model","topic":"ns=2;i=5001","payload":"","payloadType":"str","repeat":"","crontab":"","once":true,"x":173.1999969482422,"y":249,"wires":[["33d42f.f03943d2"]]},{"id":"33d42f.f03943d2","type":"OpcUaClient","z":"c7d1793f.b2582","endpoint":"opc.tcp://192.168.0.40:4840","action":"browse","time":"","name":"Browse CODESYS PI OPC UA Server","x":537.4000244140625,"y":246,"wires":[["cd8f433b.f167c8"]]},{"id":"cd8f433b.f167c8","type":"debug","z":"c7d1793f.b2582","name":"Browsed JSON","active":true,"console":"false","complete":"true","x":865.4000091552734,"y":250.99998474121094,"wires":[]}]
My guess is that on the windows machine you have a newer version of nodejs and it would be worth following the instructions on
http://nodered.org/docs/hardware/raspberrypi under "Manual Install" to install a newer version of nodejs to see if that fixes the issue.
If it doesn't I would suggest you open an issue on the github page for the node https://github.com/mikakaraila/node-red-contrib-opcua/issues
Hi Artyom,
I recall having to a) make sure I was using npm v2.x and b) preinstall the underlying node-opcua package (before then adding the node-red-contrib.. package) for some reason. The pi I used is in the office so I can check on Monday