st-one-io / node-red-contrib-s7

A Node-RED node to interact with Siemens S7 PLCs
GNU General Public License v3.0
111 stars 58 forks source link

Added connecting status, show status after node loaded #19

Closed CarstenMaul closed 6 years ago

CarstenMaul commented 6 years ago

Show connecting status on startup of S7in/S7out node. Solved: If PLC is not connected during node-red ui load, the S7in/S7out node will not show any status until the tcp timeout occurs which will take several minutes.

gfcittolin commented 6 years ago

Hi Carsten

Great addition! I'm fixing a connection leak we can have on unstable connections, then I'll merge your PR :)

gfcittolin commented 6 years ago

Just published 1.5.0 that includes your PR. Thanks for the contribution!