04-22-2010 10:31 AM
I have a 2 files that are written, each time an experiment is finished. One is a binary file with all the temp vs time data. The other is a text file with important data like start time, which furnace was run, etc. These files are read into a post-processor for some data manipulation and compression. I would like to have the the x offset of my graphs to begin at the start time, which is read from the text file, and have the same interval between points as when the experiment was run. then, as i compress the data, the x axis would adjust accordingly.
i realize i've got some crappy coding in my file, and some good coding. i am in the process of redoing this code.
thanks
04-22-2010 10:34 AM - edited 04-22-2010 10:35 AM
04-22-2010 04:44 PM