LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.tdms report generation with .pdf format

Hi,

My problem is a kind of report generation problem.My data logging format is .tdms format and i use tdm file viewer function to view my datas but i didnt use tdm data report generation function.How can i use this function with my code.Actually i want to print automatically like pdf format...

 

 

0 Kudos
Message 1 of 9
(5,389 Views)

With a little search:  maybe automatic import TDMS file into Excel (http://forums.ni.com/ni/board/message?board.id=170&message.id=445937&query.id=603432#M445937) and after that "Creating a PDF Document in LabVIEW" (http://decibel.ni.com/content/docs/DOC-4552)?

 

Jean-Marc

0 Kudos
Message 2 of 9
(5,359 Views)

Hi J-M

 

 thank u for ans, actually my problem: i run my software (data log type is .tdms) and i save all measurment data, after that i use tdmfile viewer function to view my tdms file.I want to print my tdms file with graphically

 

I tried tdm data report generation function but it didnt work with my code? i read your suggestion before i tried itSmiley Happy so

 

How can print my tdms data after save my datas, you can suggest different method for me.This is so important for me thank u....  

0 Kudos
Message 3 of 9
(5,341 Views)

Hi kacco,

 

1) Do you have DIAdem installed or only LabVIEW? If you have DIAdem, it's good software which can view TDMS data files and maybe can generate report very easily.

 

2) What is tdm data report generation function? Would you please indicate where it is in the menu palette? Is that one of the VIs in Report Generation Functions? And, please note, tdms and tdm are 2 different file formats.

0 Kudos
Message 4 of 9
(5,328 Views)

Hi Yye,

 

İ use diadem and labview 09. I know diadem is very good solution to view data but i want to print automaically.My data type is .tdms(test data management system) if u look my .vi you can understand.

 

ı want to print aoutomatically with my channel and group.

0 Kudos
Message 5 of 9
(5,322 Views)

kacco wrote:

Hi Yye,

 

İ use diadem and labview 09. I know diadem is very good solution to view data but i want to print automaically.My data type is .tdms(test data management system) if u look my .vi you can understand.

 

ı want to print aoutomatically with my channel and group.


 

I can see from your code that you are a beginner. Your coding style is very Labview no-no. But well every Labview pro have some time been a beginner 😉 I have some problems understanding or grasp the essence of your problem. Can you post your failed attempt to use rapport generation. It would help in the understanding of your problem.



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 6 of 9
(5,304 Views)

Hi

Yo know i am new for labview but yes i can (like Obama). you can help me my problem :smileyhappy:

 Actually my problem is automatic print for my group wirh channel.For example: ni example multipagereport.vi.Actually i want to this.

 

Secondly, for instance;My group is "ekartman"(from my tdms data file)  i want to report this group with protperties.

0 Kudos
Message 7 of 9
(5,282 Views)

If the DIAdem Report Generation Express VI (on the "Report Generation" palette) cannot be used for what you're doing (it actually has an option for printing to PDF), you need to implement this using the LabVIEW-DIAdem Connectivity Toolkit. The toolkit is free of charge. It includes high-level functions for opening and closing DIAdem, for loading data files and report layouts and a lot more.

 

Printing to PDF can be done through a command call:

 

DD_Export_PDF.png

 

Hope that helps,

Herbert

Message 8 of 9
(5,237 Views)

Hi Herbert

 

İ used this function before.Actually i used every toolkit to print my .tdms file with group and channel. Can u help me about this problem? I send my code for u.

Download All
0 Kudos
Message 9 of 9
(5,212 Views)