From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Use Delphi and Nidaq.dll and DAQ_start to control daqcard700

Iam using Delphi5 and Nidaq.dll and AI_read to control daqcard 700.
Has anyone examples to use DAQ_op or DAQ_start and DAQ_rate ??
0 Kudos
Message 1 of 2
(4,481 Views)
Your question actually belongs in the Measurement Devices Multifunction IO category. In the future, you will find it beneficial to post directly to the appropriate category, as there are similar questions already posted, and others with similar interests may have answers to your questions.

I am currently not aware of any examples with Delphi and NI-DAQ function calls. There are examples for using the ComponentWorks DAQ (ActiveX) controls with Delphi. Or, you can model your Delphi examples after the Visual C examples for the text-based NI-DAQ function calls. The operations for the NI-DAQ function calls would be the same in Delphi, and you would only need to use the appropriate syntax for the Delphi environment, as well as use the appropriate include file.

You ca
n install the Visual C examples and the Delphi support by following the KnowledgeBase entries below.

KnowledgeBase 24DJMNPH: "How Do I Install Examples for Visual Basic, Visual C++, and Delphi with NI-DAQ 6.8 (or higher)?"

KnowledgeBase 0UQFO1L7: "NI-DAQ and the Delphi Language Interface"

Also, you will find the NI-DAQ User Manual and the NI-DAQ Help file vital to programming with the NI-DAQ functions.

You can find the KnowledgeBase entries and manuals by going to the http://www.ni.com/support pages.

Regards,

Geneva L.
Applications Engineer
National Instruments
http://www.ni.com/support
0 Kudos
Message 2 of 2
(4,481 Views)