DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

data plugins loading

hi everybody
I want to load the plugins corresponding the selected file using vbScript..ie. I have written 3 plugins for reading 3 different type of files, so for example , if a file A.txt is selected,its corresponding A1.uri plugins should get registered and has to be loaded on the data portal.....all these should be done using VbScript....is it possible using DATAFILELOAD command....for selecting the file im using FileNameGet command....using select case option i want to load the corresponding plugin....how to go about.........

With Regards
kenni
0 Kudos
Message 1 of 3
(3,385 Views)
Hi Kenni,

You can use the "DataFileLoad()" command to load a file with a particular DataPlugin:

Call DataFileLoad(FilePath, DataPluginName)

I sense you have further questions coming...
Brad Turpin
DIAdem Product Support Engineer
National Instruments
0 Kudos
Message 2 of 3
(3,372 Views)
Hi Brad,
Ya I found that command working fine.....
Thanks
Kenni
0 Kudos
Message 3 of 3
(3,348 Views)