Ch NIDAQ Package for NI-DAQ is Ch binding to National Instruments' NI-DAQ. NI-DAQ APIs in C are developed by National Instruments to control all of the National Instruments plug-in data acquisition boards for analog I/O, SCXI signal conditioning, and RTSI multi-board synchronization. Through NI-DAQ APIs, C programs can configure and communicate with all National Instruments multifunction data acquisition products. NI-DAQ has both high-level DAQ I/O functions for maximum ease of use and low-level DAQ I/O functions for maximum flexibility and performance. NI-DAQ includes a Buffer and Data Manager that uses sophisticated techniques for handling and managing data acquisition buffers so that data can be acquired and processed simultaneously. With the NI-DAQ Resource Manager, several functions and several boards can be simultaneously used as well.
With Ch NIDAQ, all NI-DAQ C programs can readily run without tedious compiling and linking cycles. Ch NIDAQ can be used to increase efficiencies for rapid application development and open architecture integration of mechatronic systems. It can especially shorten the time to develop solutions with real-time data acquisition for engineers without extensive VC++ programming experience.
Moreover, real-time data of machinery and equipment can be easily acquired remotely and displayed through the Web dynamically. The Web-based data acquisition can be very useful for adaptive intelligent mechantronic systems for remote monitoring, control and autonomous motion. With built-in graphical support,Ch OpenGL, Ch GTK, Ch X/Motif and Ch CGI, Web-based real-time graphical applications
for data acquisition can be easily developed and deployed.
Release Notes
Ch NIDAQ version 4.0 released on Apr. 6th, 2005
Supports Ch 5.0.1
New package structure.
Ch NIDAQ version 3.5 released on Feb. 28th, 2005
Supports Ch 5.0
Ch NIDAQ version 3.4 released on January 16, 2004
Supports Ch 4.7
Ch NIDAQ version 3.3 released on January 16, 2004
Supports Ch 4.5
Ch NIDAQ version 3.2 released on September 23rd, 2004
Changed the directory structure making it easier for
users to install and use
Ch NIDAQ version 3.1.1 released on December 3, 2003
Minor modification were made to the README file
Ch NIDAQ version 3.1 released on March 10, 2003
(1) Ch Standard or Professional Edition version 5.0.1 for Windows.
Ch is available from SoftIntegration, Inc. and is available for other platforms.
.
(2) NI-DAQ version 6.9.3 or higher.
For more information go to: NIDAQ
To use an older version of NI-DAQ,
Ch NIDAQ needs to be rebuilt in the procedures described in ReadMe.txt file
included with the distribution.
Ch NIDAQ binary for Windows
package contains the following directories:
| readme.txt | Readme text containing package information and installation instructions | |
| pkginstall.ch | Ch script to install the chnidaq package | |
| /chnidaq/demos | Ch NIDAQ demos programs in C readily to run in Ch | |
| /chnidaq/dl | Ch NIDAQ dynamic libraries | |
| /chnidaq/include | Ch NIDAQ header files | |
| /chnidaq/lib | Ch NIDAQ function files |
Ch NIDAQ src for all platforms
package contains the following directories:
| readme.txt | Ch script to create the chnidaq package | |
| license | license file | |
| pkginstall.ch | Ch script to install the chnidaq package | |
| pkgcreate.ch | Ch script to create the chnidaq package | |
| /chnidaq/demos | Ch NIDAQ demos programs in C readily to run in Ch | |
| /chnidaq/dl | Ch NIDAQ dynamic libraries | |
| /chnidaq/include | Ch NIDAQ header files | |
| /chnidaq/lib | Ch NIDAQ function files | |
| /c | xxx_chdl.c C wrappers and Makefiles | |
| /chfcreate | bare NIDAQ header files for create .chf files | |
| /demos | to be copied to chnidaq/demos | |
| /include | NI-DAQ specific include files | |
| /lib | NI-DAQ libraries |