10-26-2006 10:47 AM
I’m using DIAdem 10.0 and LabView 8.2. Trying to simulate a multi channel DAQ system, saving data as tdms. When using DIAdem Data Portal to load tdms data, the data come is as 1 Group (multi channels in one group) but when I use LabView and DIAdem to open / read / create report the data is loaded into DIAdem as multiple groups. One can use the LabView examples to reproduce this issue. Can someone help with some code that will open / read / create reports that keeps multi channel data as a single group? This will make it much easier to create a tdr template for multi page reports.
thanks
10-26-2006 04:04 PM
I have attached images of the DIAdem Data Portal. One image is data loaded using DIAdem_Report Express VI, the other image the same data was manually loaded into the DIAdem Data Portal. Any Help?
thanks!
10-27-2006
10:47 AM
- last edited on
05-16-2025
06:11 PM
by
Content Cleaner
Hey Zilla,
The issue you are mentioning is expected behavior for the Express Report VI. This VI was created primarily for customers that wanted to create a report on the fly when streaming data. It does not work as well when using multi page report templates. I would recommend downloading and installing the DIAdem connectivity VIs. When you install these VIs, there will be a DIAdem palette that shows up under the connectivity palette within LabVIEW. In this palette is an express VI that I think will work better for you. The DIAdem connectivity VIs in general are very powerful and allow many options. You can run scripts within DIAdem from LabVIEW, export to PDF, and do several other things. I have posted an example below that should provide similar functionality to the Report VI, but it will work as you would expect with multi page reports. You will have to install the DIAdem connectivity VIs before running this example. Hope this helps!
10-27-2006 02:53 PM
10-30-2006 06:10 PM