
AW00011916000
Standard Features
Basler scout GigE
267
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 ex-
plicitly 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 8.1.3 on
page 92
.
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 );
// Set the Controlled sequence advance mode and set line 1 as the sequence
// control source for synchronous sequence set advance
Camera.SequenceAdvanceMode.SetValue( SequenceAdvanceMode_Controlled );
Camera.SequenceControlSelector.SetValue( SequenceControlSelector_Advance );
Camera.SequenceControlSource.SetValue( SequenceControlSource_Line1 );
// Set Disabled as the source because synchronous sequence set cycle restart
// will not be used
Camera.SequenceControlSelector.SetValue( SequenceControlSelector_Restart );
Camera.SequenceControlSource.SetValue( SequenceControlSource_Disabled );
Summary of Contents for scout GigE
Page 4: ......
Page 50: ...Specifications Requirements and Precautions AW00011916000 40 Basler scout GigE...
Page 52: ...Installation AW00011916000 42 Basler scout GigE...
Page 66: ...Basler Network Drivers and Parameters AW00011916000 56 Basler scout GigE...
Page 80: ...Network Related Camera Parameters and Managing Bandwidth AW00011916000 70 Basler scout GigE...
Page 184: ...Image Acquisition Control AW00011916000 174 Basler scout GigE...
Page 206: ...Color Creation and Enhancement AW00011916000 196 Basler scout GigE...
Page 232: ...Pixel Data Formats AW00011916000 222 Basler scout GigE...
Page 354: ...Chunk Features AW00011916000 344 Basler scout GigE...
Page 358: ...Troubleshooting and Support AW00011916000 348 Basler scout GigE...
Page 367: ...AW00011916000 Revision History Basler scout GigE 357...
Page 368: ...Revision History AW00011916000 358 Basler scout GigE...