DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

labview-diadem empty report, please help

Hi,
 
I'm running labview 8.0 vi that calls a report made with Diadem 10.0.
I use the Diadem Report  control to invoke the Diadem Report, passing channels and some texts as parameter.
Really my vi works,..., but if i make an executable file, the report appears but without the channels data nor texts.
 
Any idea ?. It's possible that the SP1 for Diadem solves the problem ?
 
Thanks a lot.
 
 
 
0 Kudos
Message 1 of 3
(3,342 Views)
LabVIEW comes with several DIAdem autosequences and built-in layouts that are used by the Express VI. In a LabVIEW development system, they are located in .vi.lib\Platform\express. In a built application, the autosequences (*.vbs) are expected to be in the same path as the LabVIEW-built EXE file. If you are using built-in layouts (which I understand you don't), these layouts would be expected in a subpath called .\templates.

The problem here is that LabVIEW does not automatically include the autosequences and/or layouts with source distributions, built executables, installers and such. You should be fine after manually adding these files to your build specification:
.\vi.lib\Platform\express\PicExport.vbs
.\vi.lib\Platform\express\UpdateGraph.vbs

Hope that helps,
Herbert

0 Kudos
Message 2 of 3
(3,320 Views)

Thanks a lot Herbert . Really was a very difficult bug to find.

Bye.

 

0 Kudos
Message 3 of 3
(3,302 Views)