Using the Sequencer
Accessing the Sequencer
Open and connect the FilterWheel control software.
Under the File Menu select Sequencer
The Sequencer window will Open
The Add button will add the selected command to the sequence
The Clear button will clear the sequence
The Remove button will remove the last added command
The Continue button will continue the sequence after reaching a Pause
The Start button will begin the sequence
Available Commands
None - A no-op
Delay - Delays for the set number of milliseconds
Pause - Pauses the program until Continue is pressed
GoTo - Sends the Wheel to the specified filters
Repeat - Repeats the above line the specified times
Sample program
Here is a sample Sequencer program:
Line by line this will:
Send the wheel to position 3
Delay for 1 second (1000 milliseconds)
Send the wheel to position 4
Delay for 1 second (1000 milliseconds)
Repeat this sequence 3 times
Pause until Continue is pressed
Send the wheel to position 4
As the program executes the color of the finished lines will change. Pause will light up red when waiting for input.