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

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

脉冲信号触发采集

I hope it's not too later to give you feedback. My former classmate come to Shanghai to see me the day before yesterday(mid-autumn festival), so I am not free these days.
---------------------------
Lady And Basketball Vividly In my Exciting World !!!
Daniel.Tang E-mail: tangye@friendess.com
0 项奖励
11 条消息(共 29 条)
5,645 次查看
嗯,还好了,不算及时,你是NI的工程师吗,看你回答问题总是很及时的!
论坛上显示的时间是美国的当地时间吧,和北京时间差1天
0 项奖励
12 条消息(共 29 条)
5,643 次查看
Nope, I am a postgraduate student at Shanghai Jiaotong University. I am just very interested in LabVIEW. Hope to find a parttime job related to LabVIEW.
---------------------------
Lady And Basketball Vividly In my Exciting World !!!
Daniel.Tang E-mail: tangye@friendess.com
13 条消息(共 29 条)
5,641 次查看
还是不行啊,采不到波形,DO触发和模拟采集无法同步
0 项奖励
14 条消息(共 29 条)
5,625 次查看
HI farocean7979
我按你的意思改了一下程序,controlSY应该是控制自锁的继电器的吧?你的采集需要放在继电器断开之前,就是说,重锤在下来之前,要将AI2打开了,我是这样认为的,不然你只采6000个点,采样率有243900,估计还没有冲击到,你已经采集结束了,可能我理解有错,不过你的程序是这样一个进程,我把升压和冲击合成一个case,这样可以在升压的时候同时打开AI2,阈值达到的时候先开始采集,然后放下重锤,不过忘了一种情况,就是升压过程中你突然停止了,这个时候AI2
仍然开着,所以你要设计一个判断,这种情况下,关闭AI2,还有刚才楼上说的,使用digi trigger,其他看看程序吧,供你参考,我无法调试。

帖子被小刚在09-26-2005 02:24 PM时编辑过了

------------------------------------
A guitar man play instruments
wengang_qin@sjtu.edu.cn
0 项奖励
15 条消息(共 29 条)
5,623 次查看
是这样,ControlSY是控制升压的开关,只有在ControlSY置低电平时才开始升压,当升压到预订值时DO置高电平,同时AI2开始采集
我的DO是AI2的触发源,
0 项奖励
16 条消息(共 29 条)
5,620 次查看

Last time I was confused about your requirement,I don't know whether you want software trigger or hardware trigger. According to your program I give you a software trigger program, but the virtual channel was not set correctly, 'cause I didn't know your channel setting . The correct software trigger program should be like this.

If you do want a hardware trigger program, tell me later. I'll give you a sample.

---------------------------
Lady And Basketball Vividly In my Exciting World !!!
Daniel.Tang E-mail: tangye@friendess.com
0 项奖励
17 条消息(共 29 条)
5,613 次查看
这种我试过,DO的触发信号要先于AI2冲击的采样,AI2捕捉不到DO的变化
 
硬件触发是什么样的呢?

帖子被farocean7979在09-26-2005 08:06 PM时编辑过了

0 项奖励
18 条消息(共 29 条)
5,610 次查看
我的冲击信号是向下的一个尖峰时间在2000微妙以内,而且信号是在DO置高电平的瞬间产生的
0 项奖励
19 条消息(共 29 条)
5,608 次查看
1.这种我试过,DO的触发信号要先于AI2冲击的采样,AI2捕捉不到DO的变化
When use software trigger you need not to catch DO signal to trigger AI2, channel AI2 will automatically sample data right after the condition satisfied.
 
2.硬件触发是什么样的呢?
I enclose a example here which used hardware trigger, try it.

 

---------------------------
Lady And Basketball Vividly In my Exciting World !!!
Daniel.Tang E-mail: tangye@friendess.com
0 项奖励
20 条消息(共 29 条)
5,596 次查看