09-20-2005 03:15 PM
09-21-2005 06:34 PM
09-23-2005 09:58 AM
Thanks Ryan. It looks like that will work. One more question. Sometimes I would like to use a grab sequence after I use the trigger, but I don't want to unconfigure everything for the trigger because I want to go back to it later. Is there a way to do this without closing the session everytime I switch back and forth? Thanks again.
Kevin Baker
09-23-2005 10:39 AM
09-27-2005 12:00 PM
Thanks Ryan. I would like to just use the trigger as a continuous grab with 10 different image buffers. It looks like to me that the DFW-700 only triggers on the falling edge of the trigger pulse. Therefore I used another I/O make the pulse.
There is a sequence of 10 LEDs that is continuously repeated until it is stopped with a while loop. For each while loop iteration I use a for loop to take 10 images with a different LED turned on each time. For each for loop iteration I turn the trigger pulse I/O high, turn LED on, turn pulse low, wait the exposure time of 20ms, turn off the LED, and then use the get image to acquire that image. The problem is it only works for a little while, before the program stops responding? After a few while loop iterations it goes really slow? I am starting the acquisition right before the for loop, and ending it right after the for loop.
I also would like to use IMAQ1394 Occurrence Config frame done and wait for occurrence VI instead of using the wait VI for 20ms. It still seems to have the same problem, but it occurs faster? Is using the IMAQ1394 Occurrence Config a good idea in this application? Thanks for any help.
Kevin Baker
09-28-2005 04:01 PM
09-29-2005 08:03 AM
10-03-2005 04:31 PM