AW00097603000 Standard FeaturesBasler aviator GigE 22710.10.3.2 ConfigurationConfiguring Sequence Sets and Advance ControlUse the following procedure for populating sequence sets and setting the source for sequence setadvance:1. Make sure that the sequencer feature is disabled.2. Set the Sequence Advance Mode parameter to Free Selection.3. Set the Sequence Set Total Number parameter. The maximum number is 4.4. Select the sequence set address bits and set the input lines that will act as the control sources: If the Set Total Number parameter was set to two:a. Bit 0 will be selected by default as the sequence set address bit. Set input line 1 or inputline 2 as the control source for setting bit 0. If the Set Total Number parameter was set to higher than two:a. Select bit 0 of the sequence set address bit.b. Set input line 1 or input line 2 as the control source for setting bit 0.c. Select bit 1 of the sequence set address bit.d. Set the input line as the control source for setting bit 1: Chose the input line not used forsetting bit 0.5. Use the Sequence Set Index parameter to select a sequence set index number for thesequence set currently being populated. The available numbers are 0 through 3.6. Set up your first acquisition scenario (i.e., lighting, object positioning, etc.)7. Adjust the camera parameters to get the best image quality with this scenario (you areadjusting the parameters in the active set).8. Execute the Sequence Set Store command to copy the sequence parameter values currentlyin the active set into the selected sequence set. (Any existing parameter values in thesequence set will be overwritten.)9. Repeat the above steps for the other sequence sets, starting from step 5.Configuring Sequence Sets and Advance Control Using Basler pylonYou can use the pylon API to set the parameters for configuring sequence sets from within yourapplication software and make settings for their selection when images are acquired.The following code snippet gives example settings. It illustrates using the API to set the freeselection sequence advance mode with line 1 as the control source for bit 0 and line 2 as the controlsource for bit 1 of the sequence set address, set the total number of sequence sets to 3, andpopulate sequence sets 0 through 2 by storing the sequence parameter values from the active setin the sequence sets:// Disable the sequencer featureCamera.SequenceEnable.SetValue( false );