05-12-2010 04:20 PM
Yes, you can. The only reason I used cmd is that it handles large files without me writing additional code for that.
Herbert
05-14-2010 03:54 PM
Wow, that's awesome!
I wonder, though: do channels get appended? One better make sure no samples are discarded while switching over to a new file then.
05-17-2010 09:41 AM
Channels get appended. For properties that exist in more than one of the files you are merging, the last value in the merged file is going to trump all previous values.
Herbert
05-18-2010 04:29 PM
01-25-2011 07:05 PM
Herbert,
I tried to append my 2 large TDMS files using copy /b command and i was successful to append them (total file size 4 GB) but when i open the file in Data view i can only see data from 1st file.Maybe the channels are not appended.Any suggestions on the issue?
01-25-2011 07:13 PM
harsh08,
After append (or merge) the 2 TDMS files into 1 TDMS file, before using the file, you need to append (or merge) the 2 .tdms_index file together as well, or just delete the old .tdms_index file.
01-25-2011 07:15 PM
I also appended the .TDMS_index files but it is giving me same results
01-25-2011 07:18 PM
What about to delete the .tdms_index file? It would create a new .tdms_index file automatically.
01-26-2011 10:19 AM
Deleting the new.tdms_index file is also giving the same results.
01-27-2011 01:38 AM
OK, maybe the next thing you can try is to defragment the merged new file. If it still doesn't work, I'm wondering whether it's possible to post your old 2 files here or send it to me? I can do more investigation.
Thank you.