院校资源 关于NI 培训与活动 NI Developer Zone 技术支持 应用案例 产品与服务 联系NI MyNI

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

0 评分 | 0.00 之 5
打印本文

GPI Toolkit for add-on DIAdem DLL creation

可用下载:

标准下载: GPI-10.2(1 MB)

下载语言: 英文
产品线: DIAdem
版本: 10.2
发布日期: 05-2007
软件类型: API/Code Library
操作系统: Windows Vista x64; Windows Vista x86; Windows XP

说明

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. 

反馈