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

cancel
Showing results for 
Search instead for 
Did you mean: 

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

名字就有疑问“Multi-Channel FAI INT Function”多通道我知道,但是后面的是什么意思呢?
 
附件我粘贴了vi,如果您有空打开看看的话,能否告诉我前面板上几个输入都是什么意思
 
如:TrigSrc pBuf  Count  Cylic  FIFOSize  Gainlist 
还有EventMask都是干啥的?
 
 
这个例子对我用处很大,请高手不吝赐教
 
 
 
 
 
0 Kudos
Message 1 of 8
(8,283 Views)
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 Kudos
Message 2 of 8
(8,272 Views)

这个我用的不多

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

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

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

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

拜托能不能再稍微复杂点说呢?其实我就剩两个不知道怎么回事了pbuf跟count
0 Kudos
Message 7 of 8
(8,184 Views)
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 Kudos
Message 8 of 8
(8,180 Views)