LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

printing tdms file viewer resullts

Hiya,

Is it possible to print the data viewed on TDMS viewer?  If so , Please advise.

Ta

 

0 Kudos
Message 1 of 5
(3,265 Views)

Will this help you solve your problem? Post back.

 

See here also

Message Edited by Mathan on 04-13-2010 02:01 AM
0 Kudos
Message 2 of 5
(3,262 Views)

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

 

0 Kudos
Message 3 of 5
(3,246 Views)

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:

 

PrintTDMSViewer.png

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 Smiley Wink.

 

Hope that helps,

Herbert

Message 4 of 5
(3,226 Views)

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

 

0 Kudos
Message 5 of 5
(3,210 Views)