DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

timestamp en multiples archivos

estoy adquiriendo señales y guardandolas en archivos LVM por separado.
los archivos separados se separan cada 10min.
en un principio todo funciona, pero al momento de separar los archivos se pierde la hora y fecha.
el HEADER muestra lo siguiente:
LabVIEW Measurement
Writer_Version 0.92
Reader_Version 1
Separator Tab
Multi_Headings No
X_Columns One
Time_Pref Absolute
Operator Administrador
Date 01-01-1904
Time 1:00:00
***End_of_Header***
Channels 1
Samples 1000
Date 21-02-2008
Time 16:25,9
Y_Unit_Label Volts
X_Dimension Time
X0 5,94E+18
Delta_X 0.001000
 
gracias.
0 Kudos
Message 1 of 2
(3,358 Views)

Hi odiaz,

My Spanish is even worse than my French, but I'll give this a try.  It looks like you have multiple LVM files, each stored over a certain time interval, perhaps every 10 minutes.  I believe you're asking why the "Date" and "Time" fields so obviously present in the LVM header seem to disappear in DIAdem.  If you clear the Data Portal and load only 1 LVM file, you will see the global "Date" and "Time" values from the top section of the LVM header show up in the "Storage Date" and "Storage Time" properties on the File/Root level in the Data Portal.  Furthermore, the "Date" and "Time" values for each individual channel in the lower channel header section are in fact loaded into DIAdem, they're just invisible, and DIAdem doesn't use them to plot the data in VIEW or REPORT.  But you can programmatically recall that information with the following code in a VBScript:

MsgBox ChnPropValGet(1, "wf_start_time")

or with the following expression in a text box in REPORT:

@@ChnPropValGet(1,"wf_start_time")@@

Let us know if that helped any,
Brad Turpin
DIAdem Product Support Engineer
National Instruments

0 Kudos
Message 2 of 2
(3,342 Views)