Hello, I hope someone can help me with a signal over TCP port with the time between signal increasing. Which causes a lag in reading the data.
I’m running Node-Red version 7.0.4 on Windows 10, dashboard v2. There is a sensor sending a signal 8x a second (~125ms) to port 2113. When I measure the interval time between signal it start at 125ms between signal which I believe is the correct amount of time. From the sensor without using NR I can measure a consistent signal at 125ms interval. The TCP server node, node-red-contrib-tcp-client2, connects to the signal well. However, after a few minutes the interval goes from 125ms to 260ms and higher.
It would be nice to know how to know how to optimize a TCP port connection and keep it running smoothly. If anyone has any suggestions on how to optimize a TCP port or could suggest what to look for I would greatly appreciate it. Thank you in advance.