EasyManuals Logo

Basler raL12288-66km User Manual

Default Icon
164 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #77 background imageLoading...
Page #77 background image
AW00118508000 Acquisition Control
Basler racer Camera Link 69
The following code snippet illustrates using the API to set the parameter values and execute the
commands related to hardware line start triggering with the camera set for the trigger width
exposure mode with rising edge triggering and with line CC1 as the trigger source.
// Disable the acquisition line rate parameter (this will disable the camera’s
// internal line rate control and allow you to control the line rate with
// external line start trigger signals)
camera.AcquisitionLineRateEnable.SetValue(false);
// Select the line start trigger
camera.TriggerSelector.SetValue(TriggerSelector_LineStart);
// Set the mode for the selected trigger
camera.TriggerMode.SetValue(TriggerMode_On);
// Set the source for the selected trigger to CC1
camera.TriggerSource.SetValue (TriggerSource_CC1);
// Set the trigger activation mode to rising edge
camera.TriggerActivation.SetValue(TriggerActivation_RisingEdge);
// Set for the trigger width exposure mode
camera.ExposureMode.SetValue(ExposureMode_TriggerWidth);
// Line acquisition will start each time the externally generated
// line start trigger signal (ExLSTrig signal)goes high
You can also use the Basler pylon Viewer application to easily set the parameters.
1. Set the value of the Acquisition Line Period Enable register to 0 (false).
(This will disable the camera’s ability to control the line period internally and allow you to
control the line rate with an external signal.)
2. Set the value of the Trigger Mode Line Start register to On.
3. Set the value of the Trigger Source Line Start register to receive the hardware trigger signal on,
CC1, CC2, CC3, or CC4.
4. Set the value of the Trigger Activation Line Start register to Rising Edge or Falling Edge as
desired.
5. Set the value of the Exposure Mode register to Timed or to Trigger Width.
6. If the mode is set to Timed, set the value of the Exposure Time Raw register as desired.
A value in a raw register is simply an integer value with no units. To determine what the actual
setting will be, you must multiply the value in the raw register by the camera’s time base. The
time base on racer cameras is 100 ns.
For example, if you set the Exposure Time Raw register to 1000, the exposure time would be
100 µs (1000 x 100 ns = 100 µs).
7. Apply the appropriate externally generated electrical signal (ExLSTrig signal) to the selected
trigger source.
For more information about direct register access, see Section 3.2 on page 28.
To set the parameters needed to perform hardware line start triggering via direct register
access:

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Basler raL12288-66km and is the answer not in the manual?

Basler raL12288-66km Specifications

General IconGeneral
BrandBasler
ModelraL12288-66km
CategoryDigital Camera
LanguageEnglish

Related product manuals