Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

1D-array Video signal

I'm a relative newbie when it comes to hardware triggering, so here's what might be a trivial question....

I have a CMOS chip which delivers a 1D video signal which I want to interface with an old MIO-16E card.

I have a base clock (up to 800kHz) which I will be supplying with the card.  I have a start integration time trigger, which will also be supplied by the card.

I then read a video signal at a frequency of base-clock / 4.  Each single read is accompanied by a trigger from the sensor (duration 1 base clock pulse), so theoretically I could use a hardware-triggered analog in, right?  The thing is that I want this step to be repeated N times (somewhere between 128 and 1024 times) until an EOS signal is registered on another line.

I have read up on post- and pre-triggered measurements and I think I need to implement a start and stop trigger and then simply scan at the base clock frequency with the associated array handling afterwards.

Is there an easier way to do this, like Read at trigger A until trigger B?  Can I perform multiple single-point measurements with a start trigger until the EOS signal is sent (stop trigger)?

Thanks.

Shane
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 1 of 3
(3,265 Views)

There is an example for this, but it works with daqmx only (not compatible to older cards and LabView 6.1):

http://digital.ni.com/public.nsf/websearch/878BD3188B1CD64686256F8C0060CCAB?OpenDocument

Here is an example fro traditional daq that should work:

http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B123AE0CBB00111EE034080020E74861&p_...

Hope this helps!

 

Message 2 of 3
(3,253 Views)
That's fantastic,

Thanks for the help.

I'll give it a try.

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 3 of 3
(3,250 Views)