NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

一个usb传了两个通道的数据。如何用visa区分开这两个通道

一个usb传了两个通道的数据。如何用visa读取这两个通道的数据。并用波形显示。
0 项奖励
1 条消息(共 18 条)
5,171 次查看

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.

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
2 条消息(共 18 条)
5,167 次查看

我usb的驱动用的NI-Visa usb,单通道调通了,双通道没有思路。应该怎样编啊。

0 项奖励
3 条消息(共 18 条)
5,163 次查看
你的硬件产品是不是NI的数据采集卡?
0 项奖励
4 条消息(共 18 条)
5,144 次查看

不是,

0 项奖励
5 条消息(共 18 条)
5,117 次查看
有办法解决吗?
0 项奖励
6 条消息(共 18 条)
5,114 次查看

NI VISA对于第三方的板卡应该是没办法支持物理通道对应到任务的功能的。

假设你的两个通道是ch0和ch1,你是怎么通过 VISA来选择单通道的?

0 项奖励
7 条消息(共 18 条)
5,081 次查看

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.

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
8 条消息(共 18 条)
5,073 次查看
我做的单通道的visa读过来了,用NI VISA生成的usb驱动,两个通道还不知道能不能行,所以我想问问。能不能实现两个通道传输。
0 项奖励
9 条消息(共 18 条)
5,060 次查看

有没有详细一点的资料?比如板卡是哪个公司的,什么型号的,有没有编程手册?

 

如果你要的是在同一个时间采两个通道的信号,我感觉这个取决于硬件板卡,不是取决于VISA。LabVIEW程序可以做到的是先采集一个通道的信号,再采集另外一个通道的信号,把两个通道的波形显示在一个Graph里面是没有问题的。

 

0 项奖励
10 条消息(共 18 条)
5,041 次查看