DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

"Diadem command line control"

Hi Midhunseelan O.S,
 
Excel does not register an ActiveX control for a Pie Chart that you can put on a DIAdem SUD dialog.  However, you can call the Excel ActiveX API directly from VB Script, thereby launching excel and possibly populating a pie chart programmatically.   
 
Here are two links to help get you started:
Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 11 of 15
(2,524 Views)

Is there a way i can load a file using command prompt in a running instance of Diadem Navigator ?

0 Kudos
Message 12 of 15
(1,404 Views)

Hi,

 

I want to pass list of mf4 files to DIAdem script through command line and export PDF report based on specific template for each.

What is the best way to do it?

0 Kudos
Message 13 of 15
(1,204 Views)

Hello,

 

My favorite way to process files from  command line, is to have the command line call a script and the script will expect a file to exist in a specific path like c:/users/public/temp/Filelist.csv

 

Then before you call the command line, you make the Filelist.csv file. The VBS will then read the CSV file and do what you have coded in the script.

 

Paul

Message 14 of 15
(1,196 Views)

Thanks!

0 Kudos
Message 15 of 15
(1,192 Views)