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.
修改时间 12-13-2010 07:41 AM
在labview中,程序的执行时并行的还是串行的。我把一个程序放在while循环里面,不加延迟的情况下,每循环一次的时间和什么有关系
修改时间 12-13-2010 06:47 PM
取决于代码的组织形式,通常是串行。
参考《LabVIEW编程思想》——数据流编程
While 循环(不加定时)的执行速度取决于循环内代码的执行速度。
祝你好运!
abczhwsdust 已写: 在labview中,程序的执行时并行的还是串行的。我把一个程序放在while循环里面,不加延迟的情况下,每循环一次的时间和什么有关系