06-20-2007 06:55 AM
06-21-2007 09:04 AM
06-21-2007 12:06 PM
06-21-2007 01:42 PM
06-22-2007 12:53 AM
06-22-2007 06:20 AM
06-28-2007 10:18 AM
Hi,
When I use the program loadTDM, it works with the.tdm file Demo1.tdm that comes with the program. However, it doesen't work if I replace this file with my own data aquisition file. Matlab gives me the following error.
Warning: The library class 'nilibddc' already exists. Use a classname alias.
> In loadlibrary at 254
In loadTDM at 16
??? No appropriate method or public field Value for class handle.
Error in ==> loadTDM at 84
calllib('nilibddc', 'DDC_GetDataValues', pchannel.Value(chnindex), 0, pdatalen.Value, pdata);
I am not sure what the error message means. Even when I use this program to convert a .tdms file I obtained by running the example Express write data (time and frequency).vi, it still gives me the same error.
Thank you,
Sunitha.
07-01-2007 12:08 PM
07-19-2007 04:57 PM
Hi,
My company has Matlab 6.1. I am wondering if it will work with 6.1?
07-31-2007 12:45 PM
Hi Thomas,
Can we store the data in form of arrays, where array name is same as channel name? (Each channel is a 1 dimensional array).
I tried doing this in the following way:
AA(chnindex,:)=pdata.Value;
but i couldnt get the array name same as channel name.
I will really appreciate if you can help me out.
Thanks very much