Understanding the Working Principle of a Simple Resolver
- xFactor

- Mar 22
- 4 min read
A resolver is a type of rotary electrical transformer used for measuring degrees of rotation. It converts the angular position or motion of a shaft into an analog electrical signal. This device plays a crucial role in many industrial and aerospace applications where precise angle measurement is necessary. Understanding how a simple resolver works helps in grasping its importance in control systems, robotics, and navigation.

What Is a Resolver?
A resolver is an electromechanical device that functions similarly to a rotary transformer. It consists of a rotor and a stator, each with windings arranged to produce sine and cosine signals corresponding to the shaft’s angular position. These signals are then processed to determine the exact angle of rotation.
Resolvers are valued for their ruggedness, reliability, and ability to operate in harsh environments. Unlike optical encoders, they do not rely on light or optical components, making them less susceptible to dust, dirt, and vibration.
Basic Components of a Simple Resolver
A simple resolver typically includes the following parts:
Rotor winding: This is the rotating part connected to the shaft whose position is being measured.
Stator windings: Usually two windings placed 90 degrees apart, fixed on the stator.
Housing: Protects the internal components and provides mounting points.
The rotor winding is excited with an AC voltage, which induces voltages in the stator windings. The magnitude of these induced voltages varies with the rotor’s angular position.
How a Simple Resolver Works
The working principle of a simple resolver is based on electromagnetic induction. When the rotor winding is energized with an alternating current (AC), it creates a magnetic field that induces voltages in the stator windings. The key is that the voltages induced in the stator windings vary as sine and cosine functions of the rotor angle.
Step-by-Step Operation
Excitation of the Rotor
An AC voltage, typically at a frequency of a few kilohertz, is applied to the rotor winding. This voltage creates a rotating magnetic field.
Induction in the Stator Windings
The stator has two windings placed 90 degrees apart electrically. The magnetic field from the rotor induces voltages in these stator windings.
Voltage in the first stator winding = V * sin(θ)
Voltage in the second stator winding = V * cos(θ)
Generation of Sine and Cosine Signals
The voltages induced in the stator windings are proportional to the sine and cosine of the rotor angle θ. Specifically:
Signal Processing
These two signals are sent to a resolver-to-digital converter or other processing electronics that calculate the angle θ by using the arctangent function:
\[
\theta = \arctan\left(\frac{V_{\text{sin}}}{V_{\text{cos}}}\right)
\]
This process allows the resolver to provide a continuous and absolute measurement of the shaft’s angular position.
Advantages of Using a Simple Resolver
Resolvers offer several benefits that make them suitable for demanding applications:
Robustness: They can withstand extreme temperatures, vibrations, and contaminants.
Absolute Positioning: Unlike incremental encoders, resolvers provide absolute position information without needing a reference point.
No Contact Wear: Since the rotor and stator do not physically contact each other, wear and tear are minimal.
High Reliability: Their simple construction reduces failure points.
Practical Applications of Simple Resolvers
Resolvers are widely used in industries where precise and reliable angle measurement is critical. Some examples include:
Aerospace: For controlling the position of control surfaces and engine components.
Robotics: To provide feedback on joint angles for accurate movement.
Industrial Automation: In servo motors and CNC machines for position feedback.
Electric Vehicles: For motor shaft position sensing to control torque and speed.

Types of Resolvers
While this article focuses on the simple resolver, it is useful to know that there are different types:
Brushless Resolver: Uses a stationary excitation winding and rotating output windings, eliminating brushes.
Differential Resolver: Combines two resolvers to provide differential angle measurements.
Multi-speed Resolver: Provides multiple cycles per revolution for higher resolution.
Each type has specific advantages depending on the application requirements.
How to Interpret Resolver Signals
To use resolver signals effectively, the sine and cosine outputs must be converted into a usable angle. This involves:
Filtering: Removing noise from the AC signals.
Demodulation: Extracting the amplitude of the sine and cosine signals.
Angle Calculation: Using the arctangent function to find the angle.
Modern resolver-to-digital converters handle these steps internally, providing digital angle outputs that can be used by controllers.
Troubleshooting Common Issues
Resolvers are reliable, but some common issues can arise:
Signal Noise: Can cause inaccurate angle readings; proper shielding and filtering help.
Misalignment: Incorrect mounting can affect signal quality.
Wiring Faults: Loose or damaged wires can interrupt signals.
Regular maintenance and proper installation are key to avoiding these problems.

Summary
A simple resolver works by converting the angular position of a rotating shaft into sine and cosine electrical signals through electromagnetic induction. These signals represent the shaft’s angle and are processed to provide precise position feedback. The device’s robust design and absolute position output make it valuable in many industrial and aerospace applications.


Comments