02-01-2016 07:25 AM - last edited on 07-10-2024 02:58 PM by Content Cleaner
I see no reason why you couldn't just put that VI in a for loop, and convert multiple files. But also an example of converting multiple files is in the example linked to in this thread.
https://forums.ni.com/t5/Example-Code/TDMS-to-XLSX-Conversion/ta-p/3511652
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
07-20-2016 12:26 PM
Is there any chance you can look at my current script?
It's supposed to take in data from a DAQ device and then write the data to a TDMS file. From there I want to convert the TDMS file to an excel format. My script is running correctly but it does not convert the TDMS file into an excel format. Is there any reason why?
thanks,
Mmoon
07-20-2016 02:59 PM
Well since my conversion isn't being used, but instead pieces of it are my first suggestion would be to use the function as it was written. My second recommendation is to probe the path wires and make sure that the path of the TDMS file being created, is the path that is trying to be conveted. You usse the DAQmx property to read the path and display it, but that path isn't the path used in converting the file. These two paths maybe the same but they may not be. Just run the function I posted on your built TDMS file and see if it converts it. If it doesn't what error does it give? Where does the error come from?
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-28-2018 08:23 AM
It seems like you made it! Super awesome! That was exactly what I was looking for! (convert an tdms file into a Excel one).
Thank you for sharing this, man!
12-18-2023 12:53 AM
hi,
I have encountered similar error and would like to seek your kind expertise on this.
Problem Statement:
Possible reason(s):
Debug carried out so far:
Details:
01-03-2024 03:25 PM
Are you in contact with AlphaTreo at all? They PM'ed me with a similar issue today and stated:
Microsoft, in its infinite wisdom, automatically disabled the add-in with the December Windows updates. It is working fine now that it has been enabled.
Keep in mind that the code that was posted here leverages the ActiveX tool NI made. If that doesn't work, for importing TDMS files on it's own, then the code that uses it also won't work.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
01-07-2024 09:34 AM