LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write LabVIEW Measurement File Date Stamping Issue

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

0 Kudos
Message 1 of 2
(2,554 Views)

Your problem is that you are using a version of LabVIEW (7.4) that does not exist!Smiley Very Happy

 

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.

Message 2 of 2
(2,536 Views)