DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Load partially mf4 file

Hi Community,

I would like load in Data Portal only specific messages in big .mf4 file.

I have no problem to load whole file, but due to big size this oparation is very slow.

Currently I load whole file and after I delate messages not relevant.

I know what messages are necessary for my analisys and I would like load only them.

Is it possible? What's the best way?

 

Thank you in advance

0 Kudos
Message 1 of 2
(461 Views)

Hello,

Please try to use the DataFileLoadSel() load command. With this command you can load groups and channels selectively into the Data Portal.

If you know the names of the channels and measurements, you can also submit a query before you execute the load command. You can set the type of search result in the interface (For example: Search for Files, Search for Groups, Search for Channels).
With using "Call Navigator.LoadData(oMyResults)" you can then load the elements contained in the result list.

You will find some example code in the DIAdem online help.
Help page Eng: Object: Query <DataFinder>
                          => Search without the interface, Search with the interface
Help page Germ: Object: Query <DataFinder>
                             => Oberflächenlose Suche, Suche mit der Oberfläche
Note:
To use the search, the MDF4 file must be indexed.

Greetings

0 Kudos
Message 2 of 2
(416 Views)