Academic Über NI Veranstaltungen NI Developer Zone Support Lösungen Online Store Kontakt MyNI

DIAdem Development System 10.2 - Windows Vista x64/Vista x86/XP - GPI-Toolkit

0 Bewertungen | 0.00 von 5
Dokument drucken

GPI Toolkit for add-on DIAdem DLL creation

Verfügbare Downloads:

Standard-Download: GPI-10.2(1 MB)

Download-Sprache : Englisch
Produktfamilie: DIAdem
Version: 10.2
Erscheinungsdatum: 05-2007
Softwaretyp: API/Code Library
Betriebssystem: Windows Vista x64; Windows Vista x86; Windows XP

Beschreibung

You can add your own features to DIAdem by creating a DLL in the General Programming Interface (GPI) format.
The GPI Toolkit includes examples and a GPI-DLL Wizard that works seamlessly with Visual C++ 6.0, so that all you need to do is include your own C code in the routine the Wizard creates for you. If you would like to work without the Wizard you also can use VisualStudio 2003 or 2005 for developing.

Your GPI-DLL can call external DLLs as well, including DLLs made by LabVIEW.

If you create a GPI-DLL that is a file import filter, you will be able to configure DIAdem to automatically present the import type in the "File" >> "Open" dialog.
Please keep in mind that this kind of data import is used for compatibility purposes only.
The new interface for importing data files is the DataPlugin API. Please refer to our DataPlugin web site for more information. In addition to a detailed description the DataPlugin web site has about 100 DataPlugins that were developed for various known file formats.

In general, any GPI-DLL included in DIAdem opens all the GPI-DLL’s variables and functions to the DIAdem environment, on REPORT templates as well as in VBScripts. The final result is that you add a new feature to DIAdem. 

Feedback