Encoder triggering basics

Hi,

you should be able to use an encoder as the trigger source like you already explained:

→"Trigger Mode" = “On”
→"Trigger Selector" = “Frame Start”
→"Trigger Source" = “Line0” (the only avaliable physical trigger)
→"Trigger Activation" = “Rising Edge”

If you start the CVB grab now the camera will acquire one frame for each rising edge on Line0. You dont need to use the Counters in order to use the basic trigger functionality.
However you can use the Counters to count the number of events which have happened. I think you did also explain this correctly.

You need to start the CVB Grab in order for the camera to start the acquisition too. If the Grab is not started in CVB (the host SDK) , the camera is not going to start its acquisition and the AcquisitionActive Status remains false.
However the AcquitisionActive signal becomes true when the CVB Grab is started even when their is no trigger signal currently applied.

Acquisition Start Trigger Trigger Mode = off As soon as the acquisition is started by executingof the acquisition start command, the camera goes immediately into state “Acquisition Active” and is ready to capture frames.

You should better use Frame Active as an indicator if the camera is currently grabbing a frame. Frame Start Trigger Mode = on As soon as a frame start trigger has been received, a capture of one frame will be started and the frame status goes to “Frame Active”. Once one frame has been processed, that camera status goes to “Frame Trigger Wait” again. The camera
is ready to process frame start triggers, when the acquisition is active, showed by the
“Acquisition Active” status, and when the “Frame Trigger Wait” status is asserted.

This in combination with the one of the Counter events should solve your problem. You could use the Counter Event “FrameTrigger”.

2 Likes