01-20-2009 10:30 AM
I am running LabVIEW 7.4 and I am trying to log 7 thermocouples and record the values with a date stamp. My program works correctly collecting the data, but when I go to open the LabVIEW measurement file I am unalble to decypher the x value into a real data point for time. I know that the time is set to absolute, and I am trying to open the file using Excel so I can get the data to the engineers that need the information. Any and all help is greatly appriciated.
Thanks
Brendan Kuhl
01-20-2009 04:14 PM
Your problem is that you are using a version of LabVIEW (7.4) that does not exist!
It's hard to say what the problem is without seeing your code. If you are using DAQmx to read the thermocouples, then there is a timestamp that is part of the dynamic or waveform data type that is returned. Assuming that you are using the Write to Measurement File, you should have no problems. Post what you have written.