11-13-2005 10:01 PM
12-09-2005 04:37 PM
You could either start your TCP communication string with a numeric that tells hows many substrings are included (I assume you concatenate the strings on the write side first, and sent them as one large string?), or you could put a special parse char in the string (again assuming a pre-send concatenate.
either way, you could use an array of the references to the three graphs, and run through a loop that parses the data and sends it (one plot at atime) to the approporiate graph.
The alternative is to open a seperate TCP/IP session for each graph.
Let me know if you have any questions
Joel