LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Diadem Report

Is there any way to pass a multichannel group to Diadem from Labview?

I've attached a .tdm that I'm making in Labview and I can open it in Diadem.

I want Labview to pass the data directly to diadem so I can generate a report to get user pass/fail acceptance.

Then it would be nice if labview would wait/poll for the ok to proceed from the user.

 

Thanx in advance.

 

0 Kudos
Message 1 of 4
(2,790 Views)

Hey punkmonkey,

There's actually a DIAdem Report express VI that does exactly what you are asking. I've attached an example that I've modified to fit your application. (NOTE: You'll have to change the pathnames as these were configured for my computer).

 

Also, if you wanted to display the report as a pop-up as you mentioned then you could change the VI to be modal by going to File>>VI Properties and go to the Window Appearance category. Once here, select Customize... and change the Window Behavior to Modal. Doing this will force this VI to be called to the front of the screen and the execution will not continue until you close the window. 

 

Lars

0 Kudos
Message 2 of 4
(2,747 Views)

Thanx for the quick response and sorry for the late reply.

 

I had used the Diadem report VI and the way the data is ported to diadem is shown in the What I get image. What want to be seen by diadem is in the What i want image. Making the data file in labview and opening it directly with diadem make it look like what I want, but opening it with the report VI gives me what I get. Clear as mud.

 

Anywho, I think I'm going to have to open it as an object and do some start up stuff in diadem to read a file and open the appropriate data file and process.

Download All
0 Kudos
Message 3 of 4
(2,710 Views)

Here's how I got it to work.

Thanx.

0 Kudos
Message 4 of 4
(2,682 Views)