08-09-2012 04:55 PM
Is there a way to progromatically load MAX .nce file using CVI 2010?
08-11-2012 09:09 AM - edited 08-11-2012 09:13 AM
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