03-25-2013 03:48 PM
Hello,
In the attached VI, I would like to know how to split up the data and plot different graphs as the times change (4 graphs in total for time = 20, 30, 40, 50). Can you assist me in this endevour?
Thanks,
hiNi.
Solved! Go to Solution.
03-25-2013 04:14 PM - edited 03-25-2013 04:15 PM
I managed to simplify your code some to get one large plot. Is there a reason the "Time: " is there when the header already tells us what it is? Same for the Temp. I would say that is a problem with the writing routine. I'll have to think a little bit more on what would be the best way to get the times out.
03-25-2013 04:20 PM
Hello,
THANKS for your response and help! I placed that header info myself manually in the text file as I wanted to make sure that the data from the instrument was going to the right column. You can ignore the first entry. Sorry for adding extra work.
Sincerely,
hiNi.
03-26-2013 08:27 AM - edited 03-26-2013 08:27 AM
Ok, what I did was turn the text into a 2D array of strings, index off each column, and formated as needed. I didn't get so far as to get the times separated yet. I'll leave that for you to do.
03-26-2013 01:46 PM
THANK YOU!