ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple File Import Error

Solved!
Go to solution
Solution
Accepted by Denis.Vashuk

You can either load all search results

Navigator.LoadData(Navigator.Display.CurrDataFinder.ResultsList.ResultsElements)

or only the selected result elements

Navigator.LoadData(Navigator.Display.CurrDataFinder.ResultsList.Selection)

Hope that helps.


0 Kudos
Message 11 of 16
(2,304 Views)

LoadData on the full element list still throws an error but you can load them individually inside a for loop.

Thanks, that should get me going. 

0 Kudos
Message 12 of 16
(2,298 Views)

Hi Denis,

 

When was the last time you updated your DEWESoft DataPlugin?  I seem to recall that loading multiple files was a bug in that DataPlugin that got fixed a little bit ago.

 

Brad Turpin

DIAdem Product Support Engineer

National Instruments

0 Kudos
Message 13 of 16
(2,282 Views)

Hi Denis,

 

I spoke to quickly.  This issue was reported and investigated, and the problem is that the DEWESoft API can only open one file at a time.  Our DataPlugin uses that API and has no way around this limitation.

 

Keep using the workaround,

Brad Turpin

DIAdem Product Support Engineer

National Instruments

0 Kudos
Message 14 of 16
(2,279 Views)

Does the DataPlugin work on newer *.dxd files from Dewesoft X daq sw?

0 Kudos
Message 15 of 16
(1,575 Views)

Hi tuntugacho,

 

The download site for the DataPlugin says it works with *.dxd files, but that the DataPlugin was last updated on March 12, 2018.  If there are significant changes to the disk footprint encoding of *.dxd files that have happened since then, then it's possible the DataPlugin won't react properly to those files.

 

Could you post a few *.dxd files that give you trouble in DIAdem?  Or email them to me at brad.turpin@ni.com.

 

Thanks,

Brad Turpin

Principal Technical Support Engineer

NI

0 Kudos
Message 16 of 16
(1,567 Views)