05 June 2015

Focus Stepper is an application for controlling a stepper motor and camera shutter for the purpose of focus stacking. The essential operation order is as such: The application controls an Arduino, which controls a stepper motor, which then controls a focusing device.

Main UI

Main Window

In order to fully operate Focus Stepper, first you must connect the hardware via USB or Bluetooth. Unless you've won the lottery twice this year, you shouldn't bet on Bluetooth working in Windows, so aim for USB. Windows users also need to have the proper drivers for their Arduino installed before you can connect to it. Then the application must be connected to the correct port. This is accomplished with the top left drop down box and the Connect button. Focus Stepper can be operated in limited capacity without being connected to an Arduino. It can run a fake 'dummy' stack based on most of the settings, though Start and End points will not function properly without being connected. Check the console window to see the fake stack's output.

IMPORTANT: In OS X you must create a lock directory in order to be able to connect to your Arduino. More information here. To do this, type the following commands in terminal:

sudo mkdir /var/lock
sudo chmod go+rwx /var/lock

After connected, Focus Stepper is ready to use. Displayed in the left column is the Focus-Step size. This is the amount that the motor will move between each photo, or between each motor actuation(via arrow buttons in the top middle area). Three choices are selectable: Calculate, Distance, or Motor-Steps. Calculate mode will calculate the optimal focus-step size based on several user inputs (inspired by this PMN thread). Distance will move a set distance per focus-step, in millimeters. Motor-Steps will move a set number of motor actuations per focus-step. If microstepping is enabled, it will move that number of microsteps, not full steps.

The second column is used to set the total depth for the stack. This also has three options: Start and End points, Total Travel, and Number of Focus-Steps. Total Travel will attempt to cover this distance in millimeters for the total depth of the stack. If it can not achieve this exact value, it will always round down as to not exceed this distance.  Number of Focus-Steps will preform this number of focus-steps in order to complete the stack. Start and End points allows the user to set a point for the stack to begin at, focus to another point using the arrows in the top middle column, and set a point for the stack to stop at. During the process of focusing the user can switch between focus-step sizes in the left column to make focusing faster or more precise. After the start and end points are set you can simple switch to a focus-step size you wish for the stack to use. If the number of motor-steps between the start and end point range and the number motor-steps to be performed are not evenly divisible, it will automatically truncate (remove) the needed number of motor-steps. You can select whether motor-steps will be truncated from the start or end of the range in the settings.

When using Start and End points for the stack distance, it also provides you with some helpful utilities. Go To buttons allow you to have the motor move to the Start, Middle, or End of the range respectively. The Shift Range buttons allow you to move both the start and end points together, useful if you have a subject moving in the depth or the subject gets bumped. S2C moves the start point to the current focus position. This also shifts the end point the same relative distance so the stack remains the same size. E2C moves the end point to the current focus position and shifts the start point respectively. The # button allows the user specify a set number of motor steps(positive or negative) to shift the range by without regard to the current focus position. Shift Point will move the Start point or End point a user specified number of motor-steps.

Keep in mind when using Start and End points that backlash is not compensated for during normal movements. Backlash only will get reeled in and compensated for at the start of a stack, and only when enabled in the settings.

The right hand column contains Info and Statistics about the stack to be performed. Because sometimes the amount a rig can move by and what is set in the UI maybe different, this panel shows the actual values to be used. If Focus Stepper can not achieve a set focus-step size or stack size, it will always strive for smaller values. For example, if the calculated focus-step size is 0.05225, and the smallest increment it can move by is 0.001, then the final focus-step size will be 0.052. A time estimate is also provide in the info panel, based upon the stack size, delays, and motor speed.

Focus Window When using live view on your computer, it maybe desirable for Focus Stepper's window to be smaller. In the top right the F Win button provides a small always-on-top window with focus controls, and Start and End point controls. Closing this window returns the main Focus Stepper window

When you are ready to perform a stack, press the Start button in the top right panel. To stop a stack press the STOP/ABORT button. The STOP/ABORT button will also stop motor movements done using the Manual Controls panel.

Settings

Settings

The settings window provides various controls for inputing rig information and setting some of Focus Stepper's behavior.

The motor settings are the most critical. Without Distance per Full Motor-Step set properly, much of Focus Stepper's UI will be inaccurate and practically unusable. This setting is simply the linear distance your rig moves from a single full sized motor step. In example, lets say that my rig is a 400 step per revolution motor hooked up directly to a microscope's fine focus knob with 0.1mm per revolution. That means this value should be 0.1mm/400, or 0.00025.

Motor Microstepping allows you to set the level of microstepping to be used. The UI will automatically take the reduction in step size for this into account. It is not recommended to count of micro stepping for increased accuracy and resolution. Instead it is best to design around gear reduction to increase resolution, and use microstepping to increase motor smoothness and reduce vibration during motor operation.

Motor speed is set using a combination of two controls. First, Full Steps Per Revolution is set to the number of full steps required for the stepper motor to complete a single turn. This is done to accommodate motors of various step angles, and geared stepper motors. Once set, you can control the motor speed using Motor RPM(revolutions per minute). This value should be taken as approximate, and maybe slightly slower at higher speeds.

The Camera Information panel is used when calculating focus-step size, and calculating diffraction in the info panel. Imagining Wavelength is only used for wave optics DOF calculations.

The Timing Settings are used to set the delays to be used during the stacking process. Here you can also set multiple Shutter Counts per focus-step, with a delay between each additional shutter. This is useful for mirror lock up mode, or HDR photography.

Serial Command Timeout is the time that Focus Stepper will wait until it decides that the command failed, and stops functioning. This prevents any possible problems with losing connection and the hardware misbehaving. Shutter Actuation Time is the time that the shutter will be 'held down' for. Make sure your camera is in single shot mode. This here because values that are too small may not trigger live view consistently. For example a value of about 600ms is needed to make sure live view on a 500d always triggers properly. See THIS THREAD for some measurements on the variability in shutter time during live view. You might be able to use this setting to use a bulb mode on your camera as well, but I haven't tried it yet.

The Misc. panel provides various Focus Stepper behaviors. Double Arrow Multiplier sets the amount the [<<] and [>>] buttons will move by relative to the currently selected focus step size. Truncate Start/End point allows you select where steps will be truncated from(when required) while using Start and End points. Take up Backlash allows you to enable and set the backlash in millimeters. Backlash will be removed by moving the rail away from the subject by this distance, and then back to the start point. Carriage Return will cause the rail to move back to the start position at the end of the stack(backlash will not be removed when returning).

Swap Motor Direction is an important setting. Make sure that when pressing the [**>]** focus button the rail moves toward the subject, and [**<]** moves away from the subject. If not, then change this check box. This ensures backlash is taken up away from the subject, and that the stack progresses from front to back.

Once the settings are correct, press the Save to Settings.xml file. This saves all the settings and the main UI selections and input(except Start and End points, as these are always reset between application launch). If you find yourself often using the same optics, input them in the main UI and then use this button to save it as default. The settings.xml is saved to ~/Library/Application Support/FocusStepper on OS X, and %APPDATA%..\Local\FocusStepper on Windows.

Known issues

Downloads