LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Time/Date versus Temparature graph in LabWindows/CVI

I want display date and time in X -axis and Temparature in Y axis. How i can do above requirement in LabWindows/CVI?
0 Kudos
Message 1 of 3
(3,048 Views)
You could use "Lable strings" instead of normal values in the x axis, establishing an adapt relation between the shown date and the value on the X axis (seconds from start of the phenomenon, for example).

Hope this helps
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(3,048 Views)
Hi,

I also think this is the fastest way to get a correct Time displayed in the graph. Here is a small example that demonstrates how to setup the String/Numeric value pairs to display time.

I Hope this helps.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 3 of 3
(3,048 Views)