Short version:
- TDM files have the same contents as TDMS files (file-group-channel hierarchy with properties + channel data).
- TDM files are not suitable for high speed streaming.
- TDM files are not suitable for larger numbers of channel (>>100 ).
- Opening and closing TDM files will get slower with new groups and channels being added.
These are architectural issues that we addressed by creating the TDMS
format, which solves these and several other common issues with
measurement data storage.
There is a "dirty trick" to get TDMS running with the 7.1 Storage VIs.
Download and install the newest DIAdem version from www.ni.com
(evaluation version). Start it up once, do nothing, close it again and
uninstall it. It will upgrade the underlying infrstructure of the
Storage VIs (NI-USI). USI will not be removed when uninstalling DIAdem.
TDMS will not appear in the "Open Storage" dialog though. You need to
use C:\Program Files\National Instruments\LabVIEW
7.1\vi.lib\platform\storage\lvStorage.llb\_openWithRoot.vi in order to
open the file. See the attached example VI for details.
We are aware that many customers would like to use TDMS in versions older
than 8.20 and we are looking into ways of helping you out with that. I
cannot comment on a possible feature set or time frame for such a
solution though.
Hope that helps,
Herbert