Hello Everyone,
I have to read data from a Spreadsheet (*.CSV) and then plot it in LabVIEW.
The File contains three values
Time, Date, Temperatre Value
For Example, here are the Logs.
16:46:59,31/01/14,+018.2C
16:47:59,31/01/14,+018.2C
16:48:59,31/01/14,+018.2C
16:49:59,31/01/14,+018.2C
16:50:59,31/01/14,+018.5C
16:51:59,31/01/14,+018.5C
16:52:59,31/01/14,+018.5C
16:53:59,31/01/14,+018.5C
16:54:59,31/01/14,+018.5C
16:56:40,31/01/14,+018.5C
16:57:40,31/01/14,+018.5C
.
.
.
.
.
.
23:51:24,31/01/14,+015.0C
23:52:24,31/01/14,+015.0C
23:53:24,31/01/14,+015.0C
23:54:24,31/01/14,+015.0C
23:55:36,31/01/14,+015.0C
23:56:44,31/01/14,+015.0C
23:57:44,31/01/14,+014.6C
23:58:44,31/01/14,+015.0C
23:59:44,31/01/14,+015.0C
What i have to do is to create a VI in LabVIEW to visualize this data.
I did it like below:
![VI.png VI.png]()
It looks okay, but X-Axis is Time Axis and 16:46:59 it is just showing 16, i know i haven't done anything to handle this.
But i am not able to find what can i do in this case.
Please suggest how to get exact full time values on X-Axis.