The programmer's reference guide describes the object-oriented script interface for DataPlugins. The topics provide information about all objects, collections, methods, properties, and events, and examples that demonstrate how to use the interface. The reference guide is available in English and German.
DataPlugins Programmer's Reference Guide
This zip file contains a CHM file, which are compiles HTML help files for Windows. After extracting the zip file, you usually just have to double-click the files to open them. If you open a CHM file and get an empty site or a message "Action canceled", "This page cannot be displayed", then try the following:
The following examples show how you create DataPlugins for loading or registering your own file formats in the DIAdem Data Portal.
Example 1: Reading in a Text File with Meta Information
This example shows how to
Example 2: Reading in an ASCII File with Meta Information and Channel Data
This example shows how to
Example 3: Reading in a Binary File with Four Channels
This example shows how to
Example 4: Reading in a Text File and Handling Errors
This example shows how to
Example 5: Excel File with Meta Information and Channel Data
This example shows how to
Once you've created your DataPlugin, you must register it before DIAdem can interpret your files. To do this, you can follow the steps outlined in this help document.