QtSDK と NI-DAQmxBase (Linux) を使った単純なサンプル
Révision | l'heure | Auteur | Message: |
---|---|---|---|
e8305f1 | 2012-12-08 18:31:13 | arakaki | master ADD: Select ContSamp/FiniteSamp mode. |
f15853f | 2012-11-01 20:37:02 | arakaki | CHG: USB-621x Debugged. worked. |
944f7c8 | 2012-09-24 14:02:00 | arakaki | CHG: add label FreqScale Widget. |
f07ab5c | 2012-09-24 13:56:55 | arakaki | CHG: split Frequency Widget, Dial and ComboBox(scale). |
1ed5db8 | 2012-08-29 17:13:46 | arakaki | CHG: add DevName combobox Widget for selectable DeviceName. |
5c8229e | 2012-08-23 17:24:33 | arakaki | ADD: add README.txt |
20ebf09 | 2012-08-23 15:19:36 | arakaki | ADD: add Control (FreqDial, DutySlider) to UI. |
5ed12a2 | 2012-08-23 11:02:53 | arakaki | CHG: Worked. Pulse output on/off, and Change Freq, Duty w... |
ca2a4dc | 2012-08-22 15:28:00 | arakaki | DEL: genDigPulse.c |
93f861b | 2012-08-22 15:24:50 | arakaki | CHG: FiniteSamps to ContSamps, and misc. |
Nom | Révision | l'heure | Auteur | Message: |
---|---|---|---|---|
master | e8305f1 | 2012-12-08 18:31:13 | arakaki | ADD: Select ContSamp/Finite... |
Example program for Digital Pulse Generation for QtSDK, NIDAQmxBase Aug 23 2012 Target is National Instruments DAQ Device and DAQmxBase for Linux Driver. I used PCI-6251 and nidaqmxbase3.6.0 for debug. Digital Pulse is Counter output of DAQ Device. This program is GUI application. Interactive operation pulse On/Off, change Freq Duty. System requirements: NI DAQ Device (M Series PCI-bus type). NIDAQmxBase for Linux 3.6.0 or later. ScientificLinux6.x x86, GNOME or KDE and X Window system. (or CentOS 6.x) QtSDK 4.7 or later. and g++ compiler.