Through what device (i.e. DAQ card) the two (2) channels' data were acquired?
There should be some (LabVIEW) drivers for reading the data. For the case of DAQ card, DAQmx drivers are used.
I supposed there is hardware that does the acquisition... Since it is not NI's DAQ card(s), would you mind telling us what hardware are you using to acquire the data?
Each acquisition hardware, regardless of maker, should come with, or at least having, drivers that complete the communication between PC and itself. In the worst case, it should, at least, have communication protocol and commands set for reference.
Please check with the hardware maker for it's (LabVIEW) drivers, if any.
有没有详细一点的资料?比如板卡是哪个公司的,什么型号的,有没有编程手册?
如果你要的是在同一个时间采两个通道的信号,我感觉这个取决于硬件板卡,不是取决于VISA。LabVIEW程序可以做到的是先采集一个通道的信号,再采集另外一个通道的信号,把两个通道的波形显示在一个Graph里面是没有问题的。