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

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

我用研华的daq,有一个example看不懂,请教高手

名字就有疑问“Multi-Channel FAI INT Function”多通道我知道,但是后面的是什么意思呢?
 
附件我粘贴了vi,如果您有空打开看看的话,能否告诉我前面板上几个输入都是什么意思
 
如:TrigSrc pBuf  Count  Cylic  FIFOSize  Gainlist 
还有EventMask都是干啥的?
 
 
这个例子对我用处很大,请高手不吝赐教
 
 
 
 
 
0 项奖励
1 条消息(共 8 条)
8,315 次查看
If you installed advntech's device driver,read the driver's manual which introduce all advantech's fuction clearly. You can find the manual in start menu->advantech automation->LabVIEW->LabVIEW driver's manual.
---------------------------
Lady And Basketball Vividly In my Exciting World !!!
Daniel.Tang E-mail: tangye@friendess.com
0 项奖励
2 条消息(共 8 条)
8,304 次查看

这个我用的不多

研华的有些例子是在特定的板卡才能工作

研华也有一些板卡是dma的工作方式的,你所说的应该是中断方式

在它的说明书有些描述不过不具体

0 项奖励
3 条消息(共 8 条)
8,301 次查看
这个问题你可以向ADVANTECH技术支持请教。我用过这样的例子,给我印象最深的是GAINLIST设置不当,你的采集数据是不正确的。
0 项奖励
4 条消息(共 8 条)
8,275 次查看
   我用的是研华的PH-818H采集卡+Labview,不知道研华的采集卡对Labview有什么限制吗?
 
0 项奖励
5 条消息(共 8 条)
8,241 次查看
看研华的LabVIEWmanual,里面有写的。
简单给你说一下,TrigSrc是Trigger source, FIFO是让你选择是否使用FIFO,如果不使用设置为1,使用的话数值为FIFO的一半,例如1K的FIFO,则该值设置为512。
6 条消息(共 8 条)
8,231 次查看
friden 同志:

拜托能不能再稍微复杂点说呢?其实我就剩两个不知道怎么回事了pbuf跟count
0 项奖励
7 条消息(共 8 条)
8,216 次查看
It seems the pbuf that u don't need to care. The count is the buffer size. If you use the FIFO, then the count should be the multiple of the FIFO size.
0 项奖励
8 条消息(共 8 条)
8,212 次查看