plcpeople / nodeS7

Node.JS library for communication to Siemens S7 PLCs
MIT License
356 stars 120 forks source link

Cant find the nodeS7 Blocks after installing #92

Closed Performanzezero closed 4 years ago

Performanzezero commented 4 years ago

Hello this is the first time to write at GitHub community i have installed Node-red at my Laptop to link it to S7-300 PLC but after installing the module of S7, I can't find it as odes blocks at the left panel i have reboot the Node Services serval time, laptop and still can't find it

Thanks for supports

plcpeople commented 4 years ago

To work with node-red, you will want to install and follow the instructions for the node-red-contrib-s7 package. This package is where the blocks you are looking for come from, and it also installs the nodeS7 package as a dependency for PLC communication. You would not normally want to install the nodeS7 package on its own to work with node-red. The github page for that repository has some documentation that should help you as well.

Performanzezero commented 4 years ago

many thanks for express responding.. I have successfully installed it today and working to connect my PLC to node red

plcpeople commented 4 years ago

Good to hear it's working...