07-16-2020 12:20 PM
Hey everyone,
Was wondering if anybody had a way to write a single time column for a CSV file in NXG. The problem is I have a Vi that is reading and recording 8 analog inputs, and the included time channels option on "Write Deliminated Spreadsheet" gives me a time column for each datasheet.
Any ideas or recommendations are appreciated.
07-16-2020 12:26 PM
Just add the time data column to the data before saving.
07-16-2020 01:04 PM
The waveform time array can't be combined with the data waveforms. Does this mean I need to create the time column manually?
07-16-2020 07:44 PM
@mjm937 wrote:
The waveform time array can't be combined with the data waveforms. Does this mean I need to create the time column manually?
Yes, I think that is probably the easiest way.
07-17-2020 09:40 AM
Forgive me, I'm still new to LabView, what is the best way of creating the time column. I was trying to use iterations somehow but wasn't sure.