Solution
You can create and configure DataPlugin in DIAdem. DataPlugIn file has (.vbsd) extension. Then, you can program the script in a script editor in DIAdem.
Following things are how can you create custom DataPlugIn.
- Select Settings»Extensions»DataPlugins in DIAdem NAVIGATOR.
- Click Add DataPlugin(+) to configure a new DataPlugin.
- A dialog box opens where you can define the parameters for the new DataPlugin.
- Enter the Name of the DataPlugin
- Under filename extensions, enter a list of file types that the DataPlugin can access, for example, *.txt.
- Enter the Filename, including the path and the filename extension, to specify the script that DIAdem uses to connect the DataPlugin, for example, DataPlugin_test.vbs.
- Click ... to specify the script in a file selection dialog box. If you enter the name of a script that does not exist, DIAdem generates the script.

- Click OK.
- The new DataPlugin is included in the list of DataPlugins. Close the dialog box.
- Note : You also can select Settings»Extensions»DataPlugins in DIAdem NAVIGATOR or in DIAdem SCRIPT to import, to export, to modify, or to delete an existing DataPlugin
- Then you can right click DataPlugin you made. And, select Edit Script. This will take you in script editor.
For your programming reference of DataPlugin, DIAdem help offeres several examples like below. These examples are for text, ASCII, Binary, Excel and so on. You can find This below examples in DIAdem Help»Programming Reference»Object Oriented Script Interfaces»DataPlugin»Examples.