• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

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

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


Commit MetaInfo

修订版5c8229edcdfe476ec77863b0eac86f1ac4a7cb52 (tree)
时间2012-08-23 17:24:33
作者arakaki <alucky4416@user...>
Commiterarakaki

Log Message

ADD: add README.txt

更改概述

差异

--- /dev/null
+++ b/README.txt
@@ -0,0 +1,16 @@
1+Example program for Digital Pulse Generation for QtSDK, NIDAQmxBase
2+Aug 23 2012
3+
4+Target is National Instruments DAQ Device and DAQmxBase for Linux Driver.
5+I used PCI-6251 and nidaqmxbase3.6.0 for debug.
6+
7+Digital Pulse is Counter output of DAQ Device.
8+This program is GUI application. Interactive operation pulse On/Off, change Freq Duty.
9+
10+System requirements:
11+NI DAQ Device (M Series PCI-bus type).
12+NIDAQmxBase for Linux 3.6.0 or later.
13+ScientificLinux6.x x86, GNOME or KDE and X Window system.
14+ (or CentOS 6.x)
15+QtSDK 4.7 or later. and g++ compiler.
16+