Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to capture/catch a 100 ms pulse by usb6008?

Solved!
Go to solution

Hi,

 

Is it possbile to catch a 100 ms pulse (peak value is about 2~3V) by usb6008? The detailed signal is attached picture, the signal that acquired by USB6008 under differential mode, 1000 sample rate.

 

Yes, the max sample rate is enough for 100ms pluse signal. But now the problem is how to catch/capture this signal that appears only one time.

I find that USB6008 has one PFI that can use to trigger. But this trigger just supports digital type, even so, i also try to trig to start acquiring signal by this PFI. But still fail to achieve goal.

Anyway, no need very High precision measurement about this pulse, detection of pulse is enough here.

 

At final, as the topic " is it possible" , or any other suggestion? please advice, thanks. 

 

IMG_20131108_172751.PNG

Colin Zhang
------------------
LV7.1/8.2/8.2.1/8.5/8.6/9.0/2010/2011/2013/2015/2016/2020; test system development; FPGA; PCB layout; circuit design...
Please Mark the solution as accepted if your problem is solved and donate kudoes


Home--colinzhang.net: My Blog

iTestGroup: One-step test solution provider!
ONTAP.LTD : PCBA test solution provider!
0 Kudos
Message 1 of 3
(3,777 Views)
Solution
Accepted by topic author colinzhang

Colin,

 

You can certainly capture such a pulse. If you set the AI for continuous sampling at 100 Hz or faster, then read all available samples about 5-10 times per second, you will capture the pulse. For a signal as clean as shown in your image, just do an Array Max & Min on each group of samples. When Max > ~1 V, then you found the pulse. The index and the sampling period can give you the time of the pulse. Occasionally you will capture part of the pulse in one Read and the remainder of the pulse in the next Read. Dependingon your application, you may need to add a bit of logic to handle that situation.

 

Lynn

Message 2 of 3
(3,770 Views)

Thanks, Lynn.

 

Even i know this is not very good, but i also don't have any other option. 

Colin Zhang
------------------
LV7.1/8.2/8.2.1/8.5/8.6/9.0/2010/2011/2013/2015/2016/2020; test system development; FPGA; PCB layout; circuit design...
Please Mark the solution as accepted if your problem is solved and donate kudoes


Home--colinzhang.net: My Blog

iTestGroup: One-step test solution provider!
ONTAP.LTD : PCBA test solution provider!
0 Kudos
Message 3 of 3
(3,699 Views)