jinx17

Results 12 comments of jinx17

Hi, sure, node: v15.5.0 NodeRed: v1.2.6 OS: DietPi HW: RPi4 PLC: I am testing a Mitsubishi FX3U "clone" with ethernet from Amsamotion (China) Since there was a problem also with...

### I did a node.js downgrade to v12.20.1 ### I also upgraded node-red to the latest version v1.2.7 Again, when changing settings NodeRed crashes: 28 Jan 08:23:27 - [info] Started...

I managed to force this crash with same error, but in another way: 28 Jan 08:51:37 - Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:209:20) How did I reproduce this error: in...

Update: when there are NO MC-READ or MC-WRITE nodes present, only configuration node, changing the settings does not crash node-red! So it looks it is connected with starting (opening /...

Hi, unfortunatelly the problem persists. I can report another observation: When I first disconnect communication (sending msg.topic = "disconnect" to any of mc nodes), I can modify configuration node without...

UPDATE: I changed settings in mcprotocol.js of keepalive to 15 seconds (original is 2.5 seconds = 2500): line 418: self.netClient.setKeepAlive(true, 15000); // For reliable unplug detection in most cases -...

IMPORTANT UPDATE: **_I managed to get it working (paritaly), in a way - nodered does not crash on setting connection node!_** I simply commented out KeepAlive line of code in...

EVEN MORE IMPORTANT UPDATE :) ### Is this the sollution? I somehow managed to make it work, and this is how: - I re-enabled setKeepAlive - on two places in...

Hi, it would be usefull to get "unhandled exception" reported to info console of Node-red. There has to be a way to do this, but I have no knowledge about...

This is really silly :) I found a way to trick it to work, in a way. **_It works if I power off / on a PLC, or if I...