LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Recording of the seconds from the start of the measurement in the csv export of the waveform instead of relative timing with date

Solved!
Go to solution

Hi all, I want to save multiple waveforms into one CSV file, which currently works just fine. I also calculated the relative timestamp, which means the recording starts at "1/1/1904 01:00:00".

 

Does anyone know how to save the time just in seconds, meaning that it starts at 00:00:00 and just counts the seconds from the beginning, whithout showing the date etc. in the export. So that I only export the time from the start of the measurement in the csv file and not the whole date... I attached my curent approach below.

 

Thank you for any help!

 

LabviewUser207_0-1725270811014.png

 

0 Kudos
Message 1 of 4
(421 Views)

Hi User207,

 


@LabviewUser207 wrote:

Does anyone know how to save the time just in seconds, meaning that it starts at 00:00:00 and just counts the seconds from the beginning, whithout showing the date etc. in the export. So that I only export the time from the start of the measurement in the csv file and not the whole date... I attached my curent approach below.


Create your own VI to export waveforms to get FULL control over data formatting…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(404 Views)

Thank you.

I did it like this:

LabviewUser207_0-1725281535153.png

Is there an easier way to do this?

 

0 Kudos
Message 3 of 4
(389 Views)
Solution
Accepted by topic author LabviewUser207

Hi User207,

 


@LabviewUser207 wrote:

Is there an easier way to do this?


Please define "easier"…

 

Other ways to achieve the same (or a similar) result:

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 4
(381 Views)