Modular Data Acquisition
Distributed Measurement and Control
High-Performance Test
Automated Test System Development Software
Perspectives showcases how NI sees what’s next in the world of test and technology.
You can request repair, RMA, schedule calibration, or get technical support. A valid service agreement may be required.
Provides support for NI data acquisition and signal conditioning devices.
Provides support for Ethernet, GPIB, serial, USB, and other types of instruments.
Provides support for NI GPIB controllers and NI embedded controllers with GPIB ports.
06-09-2008 12:12 AM
我现在有个疑惑,不知道下面哪种方法是对的并且好用:
方法1:首先建立一个safequeue,然后建立安全队列的触发事件函数,再建立一个采集数据线程,采集数据线程用来写入安全队列数据,触发事件函数用来读安全队列数据并处理数据。
方法2;在1的基础上去掉安全队列触发事件函数,增加一个处理数据线程,采集线程采集数据并写入安全队列,处理数据线程读取数据并处理
以上两种哪个比较好呢 高手给解释一下,我希望能做到实时的采集和处理 谢谢