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

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

Error connecting to PLC: Error: connect EHOSTUNREACH #95

Closed digidax closed 2 years ago

digidax commented 3 years ago

Coming from https://github.com/st-one-io/node-red-contrib-s7/issues/26

Is there a way to suppress the warning in debug log without moving it to disabled flow? I have S7-CPU of machines which are not working 24/7, so if they are switched off, I get the warning. Programming in Node Red and watching the debug log for important debug node entries are filling over it with this warning.

fernandoamorim1703 commented 2 years ago

the node was developed thinking about PLC connected 24/7 and with that all the log warnings are an indication that something is wrong with the execution and thus quickly correct the error.

fernandoamorim1703 commented 2 years ago

We will be closing this issue, if there is a need to revisit the subject, please open a new one. Thank you very much.