10-03-2008 04:18 PM
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.
10-06-2008 04:45 PM
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
10-13-2008 11:33 AM
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.
10-15-2008 11:25 AM
Here's how I got it to work.
Thanx.