LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong date LabVIEW Measurement Writer_Version 0.92

LabVIEW Measurement Writer_Version 0.92
Reader_Version 1
Separator Tab
Multi_Headings Yes
X_Columns Multi
Time_Pref Absolute
Operator William A. Tomb
Description OK this is your test data however the incorrect time is shown in the header.
Date 12/31/1903
Time 20:00:00
***End_of_Header***


Well nice little function however I was thinking that the time stamp should be correct date not 1903. The computer time is within 4 seconds of navy time. Now its not that big of a deal but I would like to now why labVIEW puts 1903 in the header. I read the help files and didn�t find anything that would help. I like the user interface while running the VI because when you hit cancel its more user friendly. It wou
ld be nice if I could get the correct date and time in the header.

Well I just wondering if I set it up wrong.
0 Kudos
Message 1 of 3
(2,574 Views)
The Write LabVIEW Measurement File only calculates a timestamp if there is data to write. If there is no data it uses 0 (which is the 0th second of 1904 GMT). All you have to do to get it to read the correct time is to give it some data.

Let us know if that is the problem.
Message 2 of 3
(2,574 Views)
Ya that all it was I was using the (LabVIEW Measurement Writer_Version .92) as a user interface to get the save location and then using the other save vi�s in an (error) case statement to save the data. This way if the user hits cancel it doesn�t give the terrifying error 43 and I don�t get called for a nothing problem. Thanks for your help Robert Y.
0 Kudos
Message 3 of 3
(2,574 Views)