Difference between revisions of "NI-DAQmx and NI-DAQmx Base examples"

From Free Pascal wiki
Jump to navigationJump to search
Line 2: Line 2:
 
----
 
----
 
National Instruments produce a wide range of DAQ cards, which generally used for acquiring a generating signals. [http://www.ni.com/data-acquisition/multifunction/]
 
National Instruments produce a wide range of DAQ cards, which generally used for acquiring a generating signals. [http://www.ni.com/data-acquisition/multifunction/]
These cards usually have a few numbers of analog inputs/outputs, digital inputs/ouputs, counters and frequency generator with hardware/software timing. Exiting of future (type, number, parameters)on card depends on card type.
+
These cards usually have a few numbers of analog inputs/outputs, digital inputs/ouputs, counters and frequency generator with hardware/software timing. Exiting of feature (type, number, parameters) on card depends on card type.
  
NIDAQmxBase.pas and NIDAQmx.pas are provided pascal bindings to National Instruments libraries and enabled control a NI DAQ cards from program writing on FreePascal.
+
NIDAQmxBase.pas and NIDAQmx.pas are provided pascal bindings to National Instruments libraries and enabled control NI DAQ cards from program writing on FreePascal.
  
 +
----
 
'''What National Instruments Hardware are supported'''
 
'''What National Instruments Hardware are supported'''
 +
 +
----
 +
Supported hardware list by NI-DAQmx and NI-DAQ Driver for different operation system [http://www.ni.com/white-paper/6910/en/] 
 
----
 
----
 
'''NI-DAQmxBase library'''
 
'''NI-DAQmxBase library'''

Revision as of 18:23, 12 November 2014

About


National Instruments produce a wide range of DAQ cards, which generally used for acquiring a generating signals. [1] These cards usually have a few numbers of analog inputs/outputs, digital inputs/ouputs, counters and frequency generator with hardware/software timing. Exiting of feature (type, number, parameters) on card depends on card type.

NIDAQmxBase.pas and NIDAQmx.pas are provided pascal bindings to National Instruments libraries and enabled control NI DAQ cards from program writing on FreePascal.


What National Instruments Hardware are supported


Supported hardware list by NI-DAQmx and NI-DAQ Driver for different operation system [2]


NI-DAQmxBase library


NI-DAQmx library