05-21-2018 05:01 AM
Hello everyone,
I know that there are a milion different topics about this, but I can't seem to get it to work with the ones that I've been looking at.
I save data in a file. After that, I want to read the file in a different place and plot it in a graph.
As you can see in the file "values", the 1st row is names and the collumns are the values that belong to them. (there are many more, about 120 columns)
So, the problem is theoretically very easy, but I just can't get it to work! Can anybody help me?
I have LabVIEW 2017, 32-bit.
Best regards,
elicom
Solved! Go to Solution.
05-21-2018 05:50 AM
parse time from string
05-22-2018 09:01 AM
Thank you so much! That solution is much simpler than mine!
Do you think you can help me with the end too? The timestamp and the Y-values in a graph.
I've been trying with a waveform graph and a "build waveform", but can't get it to work since the Y only wants 1D arrays. I also tried with an XY graph, but couldn't get it to work eather.
05-22-2018 09:46 AM
05-23-2018 02:18 AM
Again, Thank you!!
I think however that there might be a difference between 2016 and 2017 LabView. I did exactly as you did, but I get a broken wire. In my "Cluster loop", the time stamp still has the timeglas and yours doesn't have that. Do you know why?
Best regards,
elicom
05-23-2018 03:29 AM
You should enable auto indexing at point 1 and leave it disabled at point 2
05-23-2018 03:32 AM
Thank you!
I saw that literally 2 mins before your post! 🙂 Thanks a million!