LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding time stamp to tdms written using DAQmx Configure Logging

+1 for what GerdW said again.

You cannot change the (optimized) tdms format, and you cannot change the TDMS-to-Excel importer. Either add the additional data in Excel (manually / using VBA / maybe using LabVIEW Report Generation Toolkit for Microsoft Office in case you have it available), or do the TDSM-to-Excel conversion yourself (e.g. using LabVIEW Report Generation Toolkit for Microsoft Office).


Ingo – LabVIEW 2013, 2014, 2015, 2016, 2017, 2018, NXG 2.0, 2.1, 3.0
CLADMSD
0 Kudos
Message 11 of 12
(563 Views)

One example of augmenting the TDMS importer can be seen here.

 

https://forums.ni.com/t5/Example-Program-Drafts/TDMS-to-XLSX-Conversion/ta-p/3511652

 

That is an example of converting a TDMS to an XLSX file automatically by leveraging the NI Importer.  It then addes a few things like a custom summary page, coloring of Red and Green cells for Pass and Fail, and locking the first row and column so they stay there when scrolling.

Message 12 of 12
(558 Views)