Borrar filtros
Borrar filtros

TDMS file opener error message

5 visualizaciones (últimos 30 días)
Jae wook Oh
Jae wook Oh el 26 de En. de 2022
Respondida: ag el 10 de En. de 2024
Hi,
I'm trying to open the TDMS file with the source code from TDMS Reader - File Exchange - MATLAB Central (mathworks.com).
I was able to open some files but weren't able to open files saved using DAQmx assist block.
The error I'm getting is as in the picture below.
The code I use is
routeV = 'I:\Temp';
A = 1;
B = 4;
for a = 1:A
[P,~] = TDMS_readTDMSFile([routeV,'_',num2str(a.','%04d'),'.tdms']);
% for b = 1:B
% DB(:,a,b) = P.data{1,b+2}';
% end
end
and the files I'm trying to open are in the attached file.
Thank you in advance.
  2 comentarios
Geoff Hayes
Geoff Hayes el 26 de En. de 2022
@Jae wook Oh - please attach the image with the error (or copy and paste the error to this question).
Jae wook Oh
Jae wook Oh el 27 de En. de 2022
Editada: Jae wook Oh el 27 de En. de 2022

Iniciar sesión para comentar.

Respuestas (1)

ag
ag el 10 de En. de 2024
Hi Jae,
I found out that your question has already been addressed on the discussion forum of "TDMS" File exchange page.
I am quoting the reply from the discussion forum here, for better reach,
"Reading raw DaqMX data is not supported as it is a proprietary format. You may also wish to look at TDMS_getStruct() as it is generally easier to use".
Best Regards,
Aryan Gupta

Categorías

Más información sobre Data Acquisition Toolbox Supported Hardware en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by