09-02-2024 04:54 AM
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!
Solved! Go to Solution.
09-02-2024 05:36 AM
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…
09-02-2024 07:44 AM - edited 09-02-2024 07:52 AM
Thank you.
I did it like this:
Is there an easier way to do this?
09-02-2024 08:17 AM - edited 09-02-2024 08:17 AM
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: