User`s manual

AW00098504000 Features
Basler ace Camera Link 175
// Load the sequenceable parameters from the sequence set into the active set
Camera.SequenceSetLoad.Execute( );
The following code snippet illustrates using the API to enable the sequencer feature:
// Enable the sequencer feature
Camera.SequenceEnable.SetValue( true );
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on page 19.
Setting the Sequencer Feature Using Direct Register Access
To populate the sequencer parameter sets via direct register access:
Disable the sequencer feature by setting the value of the Sequence Enable register to 0
(false).
Set up the first acquisition scenario (lighting, object position, etc.) and adjust camera
parameters for best image quality.
Select sequence parameter set 0 by setting the value of the Sequence Step Selector register
to 0.
Store the sequenceable parameters from the active set in the selected sequence parameter set
by setting the value of the Sequence Step Store register to 1.
Follow a similar process to populate sequence parameters set 1, 2, or 3.
To select the source signal for Control A:
Set the value of the Sequence Control Source 0 to Line 1, CC1, CC2, CC3, or Disabled as
desired.
To select the source signal for Control B:
Set the value of the Sequence Control Source 1 to Line 1, CC1, CC2, CC3, or Disabled as
desired.
To load the sequence parameter values from sequence set 0 into the active set via direct register
access:
Select sequence parameter set 0 by setting the value of the Sequence Step Selector register
to 0.
Load the sequence parameters from the selected sequence parameter set into the active set
by setting the value of the Sequence Step Load register to 1.
Follow a similar process to load the sequence parameters from set 1, 2, or 3.
To enable the sequencer feature:
Set the value of the Sequence Enable register to 1 (true).
For more information about direct register access, see Section 3.2 on page 21.