NI-DAQ及Delphi語言介面
主要軟體: Driver Software>>NI-DAQ
主要軟體版本: 6.0
主要軟體修正版本:
次要軟體: N/A
問題: 當我安裝NI-DAQ5.X或6.X有一個介面選項,其中有Borland Dlphi 的選項,選此會在nidaq\include目錄下安裝NIDAQ.PAS檔案,我要如何在Delphi下使用此檔案,是否有Delphi的NI-DAQ7.0介面?
解答: 要在Delphi2.0下使用此檔案,你必需在程式中放入
uses NIDAQ;及include NIDAQ.PAS檔案到Delphi的專案中(.DPR)
在16bit的Delphi(with NI-DAQ5.0)中可以用下面方式:
from:
NIDAQDLL:="nidaq32.dll";to:
NIDAQDLL:="nidaq.dll";目前Traditional NI-DAQ7.0或DAQmx並沒有支援Delphi
相關連結:
附加檔案:
報告日期: 02/27/1997
最後更新: 09/14/2004
文件偏號: 0UQFO1L7
Other Support Options
Ask the NI Community
Collaborate with other users in our discussion forums
Request Support from an Engineer
A valid service agreement may be required, and support options vary by country.