Standard Features AW00097603000
220 Basler aviator GigE
The following sources are available:
Line 1:
Line 2:
Disabled
Select a sequence set index number by setting the Sequence Set Index parameter. The
available numbers range from 0 to 63.
When selecting index numbers for configuring, make sure to always start a sequence with 0 and
to only set a continuous series of index numbers. For example, specifying a sequence of sets
only with index numbers 5, 6, and 8 is therefore not allowed. If you did nonetheless, the not
explicitly configured sequence sets would - within the scope of the sequence set total number -
be populated by default parameter values.
Set up your first acquisition scenario (i.e., lighting, object positioning, etc.)
Adjust the camera parameters to get the best image quality with this scenario (you are
adjusting the parameters in the active set).
Execute the Sequence Set Store command to copy the sequence parameter values currently
in the active set into the selected sequence set. (Any existing parameter values in the
sequence set will be overwritten.)
Repeat the above steps for the other sequence sets.
For information about setting the input line for invert, see Section 6.1.4 on page 48.
Configuring Sequence Sets and Advance Control Using Basler pylon
You can use the pylon API to set the parameters for configuring sequence sets from within your
application software.
The following code snippet gives example settings. It illustrates using the API to set the controlled
sequence advance mode. In the example, Line 1 is set as the sequence control source for
synchronous sequence set advance, Disabled is set as the sequence control source to allow
asynchronous sequence cycle reset, the total number of sequence sets is set to 2, sequence sets
0 and 1 are populated by storing the sequence parameter values from the active set in the
sequence sets, and to enable the sequencer feature :
// Disable the sequencer feature
Camera.SequenceEnable.SetValue( false );
Never choose the same source for sequence set advance and sequence
set cycle restart, with one exception:
If you want to only use asynchronous advance and restart, choose
Disabled as the source for advance and restart.