08-04-2008 04:03 AM
08-05-2008 07:58 PM
08-18-2008 01:59 PM
Hello Nestor,
Thank you for your reply and the example.
I have a dumb question:
How can I pass the waveform file name through a string variable to the tooltip?
Best regards,
JSInc
08-18-2008 02:46 PM
08-18-2008 05:11 PM
Hello Nestor,
Thank you for your quick response.
I tried using a string global variable as attached project. The X tooltip for every data point seems the same. What did I do wrong?
Thanks,
JSInc
08-19-2008 01:19 PM
08-19-2008 01:39 PM
Nestor,
Unfortunately, I can not make the assumption that any X-value belongs to a certain group.
Anyway, thank you for your time.
Have a great day!
JSInc
08-19-2008 05:01 PM
Hello Nestor,
Thank you for your explaination. I do a little bit modification and solve the problem.
Since I only keep 1000 history data points in the run chart, I create a string array of 1000 length to store the waveform file name, I then use FormatDouble() to index the string array.
I am attaching my project to this post in case somebody has the same problem.
Thanks,
JSInc
08-19-2008 07:13 PM
Nicely done JSInc! Good workaround.