LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tab to graph

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.

Download All
0 Kudos
Message 1 of 4
(2,449 Views)

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

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 4
(2,423 Views)

how to convert timestamp/duble?

0 Kudos
Message 3 of 4
(2,409 Views)

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

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 4
(2,389 Views)