Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
467 stars 174 forks source link

Port not open error on TCP connection #312

Closed Naim-Bijapure closed 2 years ago

Naim-Bijapure commented 2 years ago

hi, I am getting a port not found error on the TCP connection.

actually, we are fetching plc data every 1 minute. the issue is coming after 6-8 hours. I am getting port not found error . and after node server restart it starts again !

is there any solution for this? i am on version 8.0.5

please help

stefanpoeter commented 2 years ago

Hi @Naim-Bijapure

there is no version 8.0.5. Do you have any example code, debug messages or a stack trace?

Naim-Bijapure commented 2 years ago

ohh sry i am on wrong repo. is this node-modbus

works same as node-modbus-serial

i can try this then