Resolver Basics: Types, Function, and Digital Conversion

resolver
encoder
sensor
transducer
angular position

This article provides a foundational understanding of resolvers, including their types, how they function, and their conversion to digital signals. We’ll also compare resolvers with encoders.

What is a Resolver?

  • A resolver is a rotary transformer used to measure the degree of rotation.
  • It features one primary and two secondary windings, which are positioned 90 degrees out of phase with each other. This configuration is illustrated in Figure 1.
  • Essentially, it’s an electromechanical device that translates mechanical motion into an electronic signal.

Resolver

Key technical specifications of a resolver include:

  • Input Voltage: The excitation voltage applied to the primary winding (R1-R2).
  • Input Frequency: The frequency of the excitation voltage supplied to the primary winding (R1-R2).
  • Transformation Ratio: The ratio of the amplitudes between the primary and secondary windings.
  • Input Impedance: The impedance presented to the excitation voltage.
  • Phase Shift: The phase difference (in degrees) between the signal at the primary winding (R1-R2) and the signals at the secondary windings (S3-S1 or S2-S4).
  • Pole Pairs: The number of electrical rotations that occur per mechanical rotation, typically ranging from 1 to 3.

Resolver vs. Encoder

Both resolvers and encoders are electromechanical devices, but they differ in their signal transmission:

  • Resolver: Transmits an analog signal.
  • Encoder: Transmits a digital signal.

Resolver Types: Classical vs. Variable Reluctance

There are two primary types of resolvers: classical resolvers and variable reluctance resolvers.

classical resolver

Classical Resolver

A classical resolver has one primary winding on the rotor and two secondary windings on the stator. Figure 2 (above) depicts a typical classical resolver setup.

variable reluctance resolver

Variable Reluctance Resolver

Unlike the classical resolver, the variable reluctance resolver has no windings on the rotor. Instead, both the primary and secondary windings are located on the stator. This configuration is shown in Figure 3 (above).

Resolver to Digital Converter

  • The Resolver to Digital Converter (RDC) sits between the resolver and a microcontroller or microprocessor.

  • As mentioned, a sine wave signal is applied to the primary winding of the resolver. The electromechanical process within the resolver generates two differential outputs (sine and cosine) at the secondary windings.

  • The RDC utilizes these sine and cosine signals to determine the angular position and rotational speed of the motor shaft. Mathematically, this involves solving trigonometric equations:

    The output signals can be represented as:

    VS1=V0sin(θ)V_{S1} = V_0 \cdot sin(\theta) VS2=V0cos(θ)V_{S2} = V_0 \cdot cos(\theta)

    where VS1V_{S1} and VS2V_{S2} are the voltages of the two secondary windings, V0V_0 is the amplitude, and θ\theta is the angle of rotation. The RDC essentially calculates θ\theta based on these inputs.

    This conversion can be implemented via dedicated chips, or using equations in software:

    θ=arctan(VS1/VS2)\theta = arctan(V_{S1} / V_{S2})

    The precision of the calculated angle depends on the performance of the RDC and the noise in the system.

Light Sensor: Advantages and Disadvantages

Light Sensor: Advantages and Disadvantages

Explore the pros and cons of light sensors, including types like photoresistors, photodiodes, and phototransistors. Learn about their applications and limitations.

light sensor
photoresistor
photodiode
Arduino Sensors: A Comprehensive List and Guide

Arduino Sensors: A Comprehensive List and Guide

Explore a detailed list of sensors used with Arduino boards, including temperature, humidity, ultrasonic, and more. Learn about their applications and how they interface with Arduino.

arduino
sensor
interface