Frame Start Trigger Delay; Setting The Parameters Related To Hardware Frame Start Triggering And Applying A Hardware Trigger Signal - Basler acA2040-55 User Manual

Basler ace
Table of Contents

Advertisement

Image Acquisition Control
To avoid overtriggering, use of the Frame Trigger Wait signal is strongly recommended. To use the
Frame Trigger Wait signal, you must set the camera's ExposureOverlapTimeMax parameter. This
parameter setting is used to operate the Frame Trigger Wait signal.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on
6.4.3.3

Frame Start Trigger Delay

The frame start trigger delay feature lets you specify a delay (in microseconds) that is applied
between the receipt of a hardware frame start trigger and when the trigger becomes effective.
The frame start trigger delay can be specified in the range from 0 to 1000000 µs (equivalent to 1 s).
When the delay is set to 0 µs, no delay will be applied.
To set the frame start trigger delay:
Set the camera's Trigger Selector parameter to frame start.
Set the value of the Trigger Delay parameter.
The frame start trigger delay will not operate, if the Frame Start Trigger Mode
parameter is set to off or if you are using a software frame start trigger.
6.4.3.4
Setting the Parameters Related to Hardware Frame
Start Triggering and Applying a Hardware Trigger Signal
You can set all of the parameters needed to perform hardware frame start triggering from within your
application by using the Basler pylon API. The following code snippet illustrates using the API to set
the camera for single acquisition mode with the trigger mode for the frame burst start trigger set to
off. We will use the timed exposure mode with input line Line 1 as the trigger source and with rising
edge triggering. In this example, we will use a trigger delay:
// Set the acquisition mode to single frame
camera.AcquisitionMode.SetValue( AcquisitionMode_SingleFrame );
// Select the frame burst start trigger
camera.TriggerSelector.SetValue(TriggerSelector_FrameBurstStart);
// Set the mode for the selected trigger
camera.TriggerMode.SetValue( TriggerMode_Off );
// Select the frame start trigger
camera.TriggerSelector.SetValue( TriggerSelector_FrameStart );
// Set the mode for the selected trigger
camera.TriggerMode.SetValue( TriggerMode_On );
// Set the source for the selected trigger
136
AW00123409000
page
61.
Basler ace USB 3.0

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Aca2440-35Aca2040-120Aca2440-75

Table of Contents