st-one-io / node-red-contrib-cip-ethernet-ip

A Node-RED node to interact with Allen Bradley / Rockwell PLCs
GNU General Public License v3.0
51 stars 23 forks source link

Make sure PLC connection issues don't crash nodered server #26

Closed nateevans closed 3 years ago

nateevans commented 3 years ago

This PR allows the clean error handling of the error thrown from the ethernet-ip dependency:

https://github.com/cmseaton42/node-ethernet-ip/blob/master/src/enip/index.js#L299

nateevans commented 3 years ago

ok @gfcittolin, back to you