01-15-2010 09:01 AM
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...
01-15-2010 01:00 PM
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
01-16-2010 01:16 AM
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 it 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....
01-16-2010 07:21 AM
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.
01-16-2010 08:17 AM
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.
01-16-2010 10:09 AM
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.
01-18-2010 02:12 AM
Hi
Yo know i am new for labview but yes i can (like Obama). you can help me my problem
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.
01-18-2010 01:21 PM
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:
Hope that helps,
Herbert
01-19-2010 02:40 AM
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.