From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a single Timestamp column to a csv in LabView NXG?

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. 

0 Kudos
Message 1 of 5
(1,201 Views)

Just add the time data column to the data before saving.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 5
(1,197 Views)

The waveform time array can't be combined with the data waveforms. Does this mean I need to create the time column manually? 

0 Kudos
Message 3 of 5
(1,188 Views)

@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.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 5
(1,134 Views)

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.

0 Kudos
Message 5 of 5
(1,086 Views)