Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

MAX .nce file with CVI 2010?

Is there a way to progromatically load MAX .nce file using CVI 2010?

 

 

0 Kudos
Message 1 of 2
(3,316 Views)

Hi,

 

I guess you mean to load the nce file via programming in CVI.

 

Basically, the import/export feature has a command line interface: nipcrun.exe. The location of this file is  "D:\Program Files\National Instruments\Shared\Portable Configuration".

 

Export non-interactively: "nipcrun -ni 127.0.0.1 test.nce".
Import non-interactively: "nipcrun test.nce 127.0.0.1".

 

Add -s flag after nipcrun.exe could invoke the import/export in silent mode.

 

Thanks,

 

- Charles

 

 

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