Standard Features AW00089317000
248 Basler ace GigE
Operating the Sequencer Using Basler pylon
You can use the pylon API to set the parameters for operating the sequencer in Controlled
sequence advance mode from within your application software.
The following code snippet illustrates enabling and disabling the sequencer. The example assumes
that sequence sets were previously configured and are currently available in the camera’s memory.
// Enable the sequencer feature
Camera.SequenceEnable.SetValue( true );
// Disable the sequencer feature
Camera.SequenceEnable.SetValue( false );
You can also use the Basler pylon Viewer application to easily set the parameters.
10.8.2.4 Configuration
Configuring Sequence Sets and Advance Control
1. Make sure that the sequencer feature is disabled.
2. Set the Sequence Advance mode to Controlled.
3. Set the Sequence Set Total Number parameter. The maximum number is 64.
4. Set the Sequence Control Selector parameter to Advance to configure synchronous sequence
set advance.
5. Set the Sequence Control Source parameter to specify the source that will control sequence
set advance.
The following sources are available:
Always Active
Line 1:
Disabled
6. Set the Sequence Control Selector parameter to Restart to configure sequence set cycle
restart.
To populate sequence sets and to set the sources:
All sequence sets that will be available at the same time in the camera’s
memory must be set to the same source for sequence set advance.
Accordingly, setting some sets to e.g. Disabled and some to Line 1 is not
allowed.