• R/O
  • HTTP
  • SSH
  • HTTPS

Source Tree

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

QtSDK と NI-DAQmxBase (Linux) を使った単純なサンプル


名称 大小 Rev. 时间 作者 Log Message
.gitignore 12 2696777 2012-08-17 16:01:31 arakaki 1'st commit
QtSimpleDAQ_CO_PulseGen.pro 619 f15853f 2012-11-01 20:37:02 arakaki CHG: USB-621x Debugged. worked.
README.txt 568 5c8229e 2012-08-23 17:24:33 arakaki ADD: add README.txt
daqthread.cpp 5.52 k e8305f1 2012-12-08 18:31:13 arakaki ADD: Select ContSamp/FiniteSamp mode.
daqthread.h 1.35 k e8305f1 2012-12-08 18:31:13 arakaki ADD: Select ContSamp/FiniteSamp mode.
main.cpp 178 2696777 2012-08-17 16:01:31 arakaki 1'st commit
mainwindow.cpp 4.35 k e8305f1 2012-12-08 18:31:13 arakaki ADD: Select ContSamp/FiniteSamp mode.
mainwindow.h 968 e8305f1 2012-12-08 18:31:13 arakaki ADD: Select ContSamp/FiniteSamp mode.
mainwindow.ui 10.19 k e8305f1 2012-12-08 18:31:13 arakaki ADD: Select ContSamp/FiniteSamp mode.

README.txt

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.