04-13-2010 01:47 AM
Hiya,
Is it possible to print the data viewed on TDMS viewer? If so , Please advise.
Ta
04-13-2010 01:55 AM - edited 04-13-2010 02:01 AM
04-13-2010 02:41 AM
Well the first post is about getting the tdms file in first place. And I have no problem with getting the tdms file. I use a seperate vi where I have simply placed in the block diagram file viewer and connected it with file path name. It all works. I only have to get the print results.
Ta
04-13-2010 12:18 PM
The TDMS Viewer is implemented as VIs, which are open to re-use and modification by users. If you're fine with just printing a bitmap of what the viewer displays, you can pretty easily do that by adding some code to the "Quit: (Value Change)" event in .\vi.lib\Utility\tdmsutil.llb\TDMS - File Viewer.vi:
If you are looking for a higher quality printout, you could use the TDMS Excel Add-In (free download from ni.com) You might also want to check out NI DIAdem .
Hope that helps,
Herbert
04-14-2010 03:51 AM
Hi Herbert,
I followed it through, however when I press quit button nothing happens. I have chosen the print type as word file but on pressing quit, I think event structure is not executing. Is there's something I am missing
Ta