I'm sorry to disturb you so much. For the node "TCP Request", I want to dynamically pass a time into the node instead of writing the time into the node in a fixed way. I tried to write "MSG.time". I don't know if this node can do that, maybe I wrote it wrong.
I would like to have a node where I can dynamically set host\port and receive time. If this node does not work, I wonder if there is such a node
you can dynamically set the host and port by leaving them blank - but you cannot set the listening time dynamically.
Note: that time field is for how long to wait from when it gets the first packet back - in most cases if you are listening for small amounts of data then it may well all be in the first packet you receive.
I actually ran into this problem on the project: Originally a complete packet, is divided into multiple packets, although each time difference is not big, but it and affect me on the interpretation of the data, because it is not complete, and the response speed of some equipment like less, dynamic, set the time, so I want to some extend, or shorter, to improve operation efficiency.
So far I think so. I don't know if I'm wrong or if I should approach the problem from another way.