Hilscher Community Forum
netPI as OPC/UA-Client - Printable Version

+- Hilscher Community Forum (https://forum.hilscher.com)
+-- Forum: netPI 3 - Docker featuring Industrial Raspberry Pi 3 platform (https://forum.hilscher.com/forum-1.html)
+--- Forum: Software (https://forum.hilscher.com/forum-5.html)
+--- Thread: netPI as OPC/UA-Client (/thread-183.html)



netPI as OPC/UA-Client - ThomasK - April-26th-2018

Welche Möglichkeiten gibt es, netPI als OPC/UA-Client zu betreiben (um z.B. mit einer S7-1500 oder AB zu koppeln)?


Answer - Armin@netPI - April-26th-2018

Same answer as this one:

https://www.netiot.com/de/forum/?tx_typo3forum_pi1%5Btopic%5D=114&tx_typo3forum_pi1%5BshowForm%5D=0&tx_typo3forum_pi1%5Baction%5D=show&tx_typo3forum_pi1%5Bcontroller%5D=Topic&cHash=8de5c6db709f5000a633891e8c0e64c3

Free Python OPC UA client or Node-RED OPC UA client node...

Thx
Armin


Answer - Armin@netPI - April-26th-2018

By the way, if you want to read from S7-1500/1200 there is no need for OPC UA client function.

There is node for Node-RED that reads variables from an S7 PLC directly: https://flows.nodered.org/node/node-red-contrib-s7comm



RE: Answer - MGharat - March-13th-2019

(April-26th-2018, 04:12 PM)Armin@netPI Wrote: By the way, if you want to read from S7-1500/1200 there is no need for OPC UA client function.

There is node for Node-RED that reads variables from an S7 PLC directly: https://flows.nodered.org/node/node-red-contrib-s7comm

Hi Armin,

How we can get these S7-Comm read/write nodes wth netPI?do we have to install through npm pallete?


RE: netPI as OPC/UA-Client - Armin@netPI - March-13th-2019

Pull original Node-RED image maintained by Node-RED organization on your netPI. The official Node-RED Docker web site is here: https://hub.docker.com/r/nodered/node-red-docker/.

Node-RED Docker images are available for different CPUs. One image is made for Raspberry Pi compatible devices tagged as name rpi-v8 for node.js in the version V8 as basis. So pull the image nodered/node-red-docker:rpi-v8

Start a container from the imaged and map port 1880 as described in the repository. After started standard Node-RED includes the "Manage Palette" function. Use it and search for node named node-red-contrib-s7comm and post install it.