08-27-2013 04:51 AM
Hello to all.
Sorry for the intrusion.
I have to create a graph from a table with three columns. The graph should have the elements of the first two columns on the x unified those of the third column on the y axis.
Can you tell me first how to unify the first two columns, and then how to put everything in a chart?
Thank you very much.
I attach the image on the part of my program in question.
08-27-2013 06:31 AM
Extract column 0 and 1, Concatenate string (with a space in between), convert to Timestamp/double.
Change graph to waveform and use 1st time as t0, calculate difference between 2nd and 1st and set as dT.
/Y
08-27-2013 08:15 AM
how to convert timestamp/duble?
08-27-2013 10:00 AM
Scan from string with %T will give you timestamp. In timing palette you can convert timestamp to double, and the difference between the 2 first times is delta T.
/Y