Autofocus uses an outer tracking loop to control motion using feedback from an analog input or encoder channel.
A target voltage is specified and the axis moves to the target analog input voltage. 

Automation1

Autofocus does not apply when used with the GI4, the GL4, or the XL4s.

Configuration

The parameters to configure the Autofocus loop are located under Axes > Autofocus on the Configure tab in Automation1 Studio.

  1. To start, set the AutofocusInput parameter (under Inputs) to the analog input channel that you are using with this axis.
    If you are using an encoder input instead, select the Auxiliary Encoder Feedback option. The encoder feedback is scaled to units of Volts as specified by the AutofocusEncoderScaleFactor parameter (under Tracking). The encoder counts are converted to Volts using the scale factor configured in this parameter.
  2. Set the AutofocusTarget parameter (under Tracking) to the target voltage of the analog input. This is the voltage that will be the target, or set-point, of the control loop.

These are technically the only parameters that are required to enable Autofocus. There are other features however that could still be helpful to configure depending on the system.

If a range was specified in the AutofocusDeadband parameter, Autofocus can be enabled in AeroScript using the following command: AutofocusOn(AutofocusFocusMode.Single). This will disable the Autofocus Loop once the axis is within the range specified by the AutofocusDeadband parameter. 
Otherwise the Autofocus Loop can be enabled using AutofocusOn(AutofocusFocusMode.Continuous).

AutofocusOff() will disable the Autofocus Loop.

Tuning

The Loop Polarity setting of the AutofocusSetup parameter (under Tracking) must be correctly configured before tuning the Autofocus loop.
To verify the loop polarity, enable Autofocus and observe the axis. If it moves further away from the target position, the loop polarity must be reversed.

For the most commonly used sensors (position and force), the AutofocusGainK, AutofocusGainKi1, and AutofocusGainKi2 parameters are the only gains needed to tune the response of the loop.

To manually tune the loop, set the AutofocusGainKi1 parameter to a value greater than the servo loop bandwidth and all other AutofocusGainKi gains to zero. Then, adjust only the AutofocusGainK parameter. For low values of AutofocusGainK, the Autofocus Loop should always be stable.


Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues