npm install node-red-contrib-s7comm or clone the repository within a specific folder in the Node-RED user directory and run the package.json:git clone https://github.com/Hilscher/node-red-contrib-s7comm cd node-red-contrib-s7comm npm install ...
Install the node directly from the management palette of Node-RED. or run the following command in your Node-RED user directory (typically:%HOMEPATH%.noderedfor Windows or~/.node-redfor Linux ): npm install node-red-contrib-s7comm
npm install node-red-contrib-s7-http --registry=https://registry.npm.taobao.org npm install node-red-contrib-s7comm --registry=https://registry.npm.taobao.org npm install node-red-contrib-winccoa --registry=https://registry.npm.taobao.org npm install node-red-contrib-opcua --registry=https...
Hello Experts,I have an error from the node-red-contrib-s7 package which crashed my NodeRED when Deploying the flow. I have followed the manual "S7_Comunication_node-red_V1.0.pdf" which was found in this forum in the "Getting Started"
The current version of the node-red-contrib-s7 node v3.0.0 is not supported by the IOT2040 anymore since it requires nodeJS 10. Installing the version 2.1.1, which still supports nodeJS 8, should work with npm install -g node-red-contrib-s7@2.1.1 ...
Hello Experts,I have an error from the node-red-contrib-s7 package which crashed my NodeRED when Deploying the flow. I have followed the manual "S7_Comunication_node-red_V1.0.pdf" which was found in this forum in the "Getting Started"