DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple File Import Error

Solved!
Go to solution
Solution
Accepted by topic author 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
(1,497 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
(1,491 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
(1,475 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
(1,472 Views)

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

0 Kudos
Message 15 of 16
(768 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
(760 Views)