07-29-2012 06:29 PM
07-30-2012 01:40 PM
Hi DukeTom,
I think the example you are looking for is located in the NI Example Finder (in LabVIEW select Help » Find Examples) under Hardware Input and Output » IMAQ » Signal Input and Output. In here, there are many examples that sync camera acquisition via an external signal sent over the trigger line. Some of them use the ring buffer you talked about. Another option would be to use a producer/consumer architecture as seen here.
07-30-2012 01:51 PM
07-31-2012 10:41 AM
Sorry about pointing you to the LabVIEW examples- forgot I was on the LabWindows/CVI board . Anyway, all of the IMAQ LabWindows/CVI examples can be found by going to Start » All Programs » National Instruments » Vision » Text Based Examples » NI IMAQ.
There are many examples in here but, I think there are a couple that should provide the desired functionality when merged.
For setting up the ring buffer, either the HL Ring (High Level) or the LL Ring (Low Level) examples should work. These can be found in MSVC » Ring. For the triggering, the Triggered Snap example (located under MSVC » Signal IO » Triggered Snap) should work. Merging these examples together should provide the desired functionality.
07-31-2012 11:00 AM