Hi Scott,
thank you very much for your answer and for your patience.
> Is your application going to be completed in LabVIEW or in CVI?
My application has to be completed in CVI but I tried to check LabView example. Maybe I made it more complicated. Sorry for it.
> If you are not specifically trying to perform a ring acquisition
> and you don't need to trigger the buffers, I would suggest using
> a triggered grab instead of a triggered ring.
For me is sufficient to do triggered grab (trigger each line).
I made a simple program in CVI, which is based on llgrab example from basic NI-IMAQ samples set in CVI. Could you have a look at it. I really do not know what is wrong.
The CTR0 at PCI6221 is connected to TRIG1 on PCI1409.
When I use function "imgSessionTriggerConfigure2" (line 124 in C-code), the triggering is going properly.
When I use function "imgSessionLineTrigSource2" (line 123) and disable "imgSessionTriggerConfigure2" by // the triggering has no effect.
Screenshot from application after start is
here.
Screenshot from running application is
here.
The C-source is
here.
The Header file is
here.
The UIR file is
here.
Looking forward your answer
Best regards
Lukas M.