Burn In Room

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:16269KB
下载次数:3
上传日期:2018-02-10 19:31:12
上 传 者abcde@1234
说明:  delphi开发的老化监控平台,可多线程实时监测电源电压,电流,温度
(The aging monitoring platform developed by Delphi can monitor the voltage, current, and temperature of power supply by multithreading)

文件列表:
Burn In Room\BIMonitor.bdsproj (8120, 2009-12-28)
Burn In Room\BIMonitor.bdsproj.local (551, 2009-12-28)
Burn In Room\BIMonitor.cfg (434, 2015-04-21)
Burn In Room\BIMonitor.dof (2014, 2015-04-21)
Burn In Room\BIMonitor.dpr (813, 2015-04-21)
Burn In Room\BIMonitor.exe (2020352, 2015-05-15)
Burn In Room\BIMonitor.identcache (875, 2012-04-17)
Burn In Room\BIMonitor.res (1508, 2009-12-28)
Burn In Room\BIMonitor.~dpr (813, 2015-04-21)
Burn In Room\borlndmm.dll (22528, 2002-08-21)
Burn In Room\BurnInDB.DB (20480, 2017-04-12)
Burn In Room\ChamberTemp.DB (51200, 2014-08-20)
Burn In Room\ChannelOP.DB (4096, 2017-04-12)
Burn In Room\CheckPasswordForm.dll (623616, 2009-12-28)
Burn In Room\CHelpers.pas (4025, 2004-02-20)
Burn In Room\Data\2010-08-18\AA26740L\Temperature.txt (2032, 2010-08-18)
Burn In Room\Data\2010-08-18\AA26740L\Volt-1.db (59392, 2010-08-18)
Burn In Room\Data\2010-08-18\AA26740L\Volt-2.db (59392, 2010-08-18)
Burn In Room\Data\2010-08-18\AA26740L\Volt-3.db (59392, 2010-08-18)
Burn In Room\Data\2010-08-18\AA26740L\Volt-4.db (59392, 2010-08-18)
Burn In Room\Data\2010-08-19\AA26740L\Temperature.txt (6285, 2010-08-19)
Burn In Room\Data\2010-08-19\AA26740L\Volt-1.db (14336, 2010-08-20)
Burn In Room\Data\2010-08-19\AA26740L\Volt-2.db (14336, 2010-08-20)
Burn In Room\Data\2010-08-19\AA26740L\Volt-3.db (14336, 2010-08-20)
Burn In Room\Data\2010-08-19\AA26740L\Volt-4.db (14336, 2010-08-20)
Burn In Room\Data\2010-08-20\AA26480-17XX\Volt-1.db (112640, 2010-08-20)
Burn In Room\Data\2010-08-20\AA26480-17XX\Volt-2.db (112640, 2010-08-20)
Burn In Room\Data\2010-08-20\AA26480-17XX\Volt-3.db (112640, 2010-08-20)
Burn In Room\Data\2010-08-20\AA26480-17XX\Volt-4.db (112640, 2010-08-20)
Burn In Room\Data\2010-08-20\AA26740L\Temperature.txt (7850, 2010-08-20)
Burn In Room\Data\2010-08-20\AA26740L\Volt-1.db (675840, 2010-08-20)
Burn In Room\Data\2010-08-20\AA26740L\Volt-2.db (675840, 2010-08-20)
Burn In Room\Data\2010-08-20\AA26740L\Volt-3.db (675840, 2010-08-20)
Burn In Room\Data\2010-08-20\AA26740L\Volt-4.db (675840, 2010-08-20)
Burn In Room\Data\2010-08-21\AA26480-17XX\Volt-1.db (57344, 2010-08-21)
Burn In Room\Data\2010-08-21\AA26480-17XX\Volt-2.db (57344, 2010-08-21)
Burn In Room\Data\2010-08-21\AA26480-17XX\Volt-3.db (57344, 2010-08-21)
Burn In Room\Data\2010-08-21\AA26480-17XX\Volt-4.db (57344, 2010-08-21)
Burn In Room\Data\2010-08-21\AA26740L\Temperature.txt (6290, 2010-08-21)
Burn In Room\Data\2010-08-21\AA26740L\Volt-1.db (712704, 2010-08-21)
... ...

Win32 Borland Delphi Language Interface for Delphi version 3.0 Version 1.0. Copyright 1997 National Instruments Corporation. All Rights Reserved. What the self-extracting file contains -------------------------------------- README.TXT - This readme file DPIB32.DCU - Unit containing type definitions, various predefined constants, and NI-488.2 routine and NI-488 function prototypes and direct entry points to the dynamic link library GPIB-32.DLL. Compiled for Delphi 3.0 DPIB32.PAS - Delphi source code for DPIB32.DCU DEVSAMP project consisting of: DEVSAMP.DPR - Delphi NI-488 sample program project file DEVSAMP.RES - Delphi NI-488 sample program resource file MAINDEV.DFM - Delphi NI-488 sample program form MAINDEV.PAS - Delphi NI-488 sample program source code SAMP4882 project consisting of: SAMP4882.DPR - Delphi NI-488.2 sample program project file SAMP4882.RES - Delphi NI-488.2 sample program resource file MAIN4882.DFM - Delphi NI-488.2 sample program form MAIN4882.PAS - Delphi NI-488.2 sample program source code \NOTIFY - Subdirectory containing the GPIB sample project using the Asynchronous Event Notification function called ibnotify Creating Your Application Program --------------------------------- Place the following Delphi statement at the beginning of your application: Uses DPIB32; Compiling and Running the Delphi sample programs ------------------------------------------------ To compile and run the program from the Borland Delphi environment, select FILE from the menu bar. In the drop-down list, select the OPEN option. Then select the DEVSAMP.DPR (for the NI-488 sample project) or SAMP4882.DPR (for the NI-488.2 sample project). To compile the program, select PROJECT from the menu bar, next select BUILD ALL. To run within the Delphi environment, select RUN from the menu bar, then RUN from the drop-down list. Restrictions on PChar String Types with native 32-bit GPIB Software ------------------------------------------------------------------- For calls that have a parameter declared as var buffer (e.g., ibrd and ibwrt), if type PChar string is passed to the GPIB DLL, the native 32-bit GPIB Software interprets it as a Read Only String. The ERR bit is set in IBSTA. IBERR returns with an EDVR error. IBCNTL contains -535560105 (0xE0140057). Instead of using a PChar, use an array of characters when passing a buffer to the GPIB DLL. An example of an array declaration is shown below: buffer : array[0..100] of char;

近期下载者

相关文件


收藏者