April-26th-2018, 02:30 PM
Welche Möglichkeiten gibt es, netPI als OPC/UA-Client zu betreiben (um z.B. mit einer S7-1500 oder AB zu koppeln)?
netPI as OPC/UA-Client
|
April-26th-2018, 02:30 PM
Welche Möglichkeiten gibt es, netPI als OPC/UA-Client zu betreiben (um z.B. mit einer S7-1500 oder AB zu koppeln)?
April-26th-2018, 04:10 PM
Same answer as this one:
https://www.netiot.com/de/forum/?tx_typo...1e8c0e64c3 Free Python OPC UA client or Node-RED OPC UA client node... Thx Armin
„You never fail until you stop trying.“, Albert Einstein (1879 - 1955)
April-26th-2018, 04:12 PM
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
„You never fail until you stop trying.“, Albert Einstein (1879 - 1955)
March-13th-2019, 09:48 AM
(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. Hi Armin, How we can get these S7-Comm read/write nodes wth netPI?do we have to install through npm pallete?
March-13th-2019, 10:27 AM
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.
„You never fail until you stop trying.“, Albert Einstein (1879 - 1955)
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Node-RED: OpcUa Client node | tad | 4 | 6,023 |
June-9th-2021, 08:51 AM Last Post: tad |
|
OPC/UA Client Missing | crthomas1234 | 1 | 2,807 |
July-12th-2018, 04:38 PM Last Post: Armin@netPI |