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.
修改时间 03-10-2010 08:18 PM
我想问的就是用范例库里面的那个动态VI加载函数,可以动态的监视在内存中加载的VI的情况,那么能不能保证只要VI加载了,那个加载了的VI就一直在运行?
即VI加载了,就按照VI中的程序在执行,这个概念有点不是很清晰,请专家解答
修改时间 03-10-2010 08:50 PM
VI加载了并不会自动运行。
如果需要一加载就运行那么可以选择 VI属性»执行»打开时运行 来实现
修改时间 03-10-2010 09:12 PM
这里要说明下,因为在实验过程中,我的PXI主机是没有显示器的,但是我要在远程计算机中了解当前PXI主机中当前程序的运行状态,在PXI程序中,各个部分的程序现在设计都是独立的,都是并行的线程,不知道怎么设计能远程的指导当前PXI主机中的各个模块的运行状态,如果有那个模块运行异常停止或出错时,在上位机中可以诊断出来,请问这个应该怎么来设计实现呢