Hello, I’m trying to figure how to Cue a spread so the data is sent over one single connection which should be simple but i can’t figure it.
Currently i have a Spread of data going into a TCP node and a change node banging the DO send pin once each packet changes. What this does is create several connections on that one TCP node, so if i have a spread of 10 then i get 10 connections to the server.
What i am trying to do is only send the data which has changed and encue this so the data strings follow inn after the other. Can anyone help, I may be looking to close and missing the obvious! I’ve attached a quick patch to show whats happening.
Thanks
Andy
TCP array (3.3 kB)