Difference between revisions of "Dual-loop feedback position control"

From Granite Devices Knowledge Wiki
Jump to: navigation, search
[checked revision][checked revision]
(Created page with "Work in progress 800px 450px 450px File:Controller position with error....")
 
Line 1: Line 1:
Work in progress
+
In many linear motion cases it is preferred to use linear encoder mounted directly to the axis to provide accurate position readout and to use it as feedback signal for position controller. The benefit of that is the elimiation of error sources between rotary motor and linear motion. This page explains the implementation of such system.
  
[[File:Controller dualloop.png|800px]]
+
==Background==
 +
A typical closed loop controller resembles the diagram below.
  
[[File:Controller general.png|450px]]
+
[[File:Controller general.png|350px]]
  
[[File:Controller position.png|450px]]
+
The closed loop system is formed by an '''actuator''', '''feedback''' and '''substraction''' (sigma):  
 +
*Actuator is typically a comination of '''amplifier''' (such as a P or PI or PID gain amplifier), '''driver''' (such as an adjustable current source), and '''transducer''' (such as a motor).
 +
*Feedback is typically a feedback device that measures the system output and converts it a numeric value (such as position count).  
 +
*Substraction (sigma) part is simply a calculation for tracing error: tracking_error = setpoint - measured_value_of_output
 +
===Practical position control servo axis===
 +
In a practical case, this type of closed loop may be used for servo motor position control just by choosing appropriate components:
  
[[File:Controller position with error.png|600px]]
+
[[File:Controller position.png|350px]]
  
[[File:Servolinearaxis.png|700px]]
+
This kind of controller could be used to produce linear motion with appropriate mechatronics assembly such as:
  
[[File:Servolinearaxis dualloop.png|700px]]
+
[[File:Servolinearaxis.png|600px]]
 +
 
 +
==Linear encoder feedback==
 +
The drawback of above position control system is the position error caused by lead screw backlash, pitch error and flex. The problem is that the error is unknown because it is not being measured or controller:
 +
 
 +
[[File:Controller position with error.png|500px]]
 +
 
 +
===Dual-loop system===
 +
To elimiate the error of mechanics, one can add a linear encoder to read out the actual position of the axis instead of using derived value from rotary encoder behind the lead screw:
 +
 
 +
[[File:Servolinearaxis dualloop.png|600px]]
 +
 
 +
However the problem there is that we have two separate position feedback signals: rotary and linear. One may think to replace rotary feedback with linear feedback in the original system. However, that will cause stability problems to the control loop due to backlash and flex of the mechanics. If motor is being controlled based on feedback signal with time delay (due to flex and backlash), it will easily render control loop unstable or leave user with very [[Servo stiffness|low stiffness]].
 +
 
 +
In order to achieve stiff position control it is necessary to control motor by it's local rotary encoder AND control axis position based on linear encoder. Such system can be achieved by a dual-loop feedback system:
 +
 
 +
[[File:Controller dualloop.png|750px]]
 +
 
 +
[[category:glossary]]
 +
[[category:technology]]

Revision as of 13:05, 14 August 2014

In many linear motion cases it is preferred to use linear encoder mounted directly to the axis to provide accurate position readout and to use it as feedback signal for position controller. The benefit of that is the elimiation of error sources between rotary motor and linear motion. This page explains the implementation of such system.

Background

A typical closed loop controller resembles the diagram below.

Controller general.png

The closed loop system is formed by an actuator, feedback and substraction (sigma):

  • Actuator is typically a comination of amplifier (such as a P or PI or PID gain amplifier), driver (such as an adjustable current source), and transducer (such as a motor).
  • Feedback is typically a feedback device that measures the system output and converts it a numeric value (such as position count).
  • Substraction (sigma) part is simply a calculation for tracing error: tracking_error = setpoint - measured_value_of_output

Practical position control servo axis

In a practical case, this type of closed loop may be used for servo motor position control just by choosing appropriate components:

Controller position.png

This kind of controller could be used to produce linear motion with appropriate mechatronics assembly such as:

Servolinearaxis.png

Linear encoder feedback

The drawback of above position control system is the position error caused by lead screw backlash, pitch error and flex. The problem is that the error is unknown because it is not being measured or controller:

Controller position with error.png

Dual-loop system

To elimiate the error of mechanics, one can add a linear encoder to read out the actual position of the axis instead of using derived value from rotary encoder behind the lead screw:

Servolinearaxis dualloop.png

However the problem there is that we have two separate position feedback signals: rotary and linear. One may think to replace rotary feedback with linear feedback in the original system. However, that will cause stability problems to the control loop due to backlash and flex of the mechanics. If motor is being controlled based on feedback signal with time delay (due to flex and backlash), it will easily render control loop unstable or leave user with very low stiffness.

In order to achieve stiff position control it is necessary to control motor by it's local rotary encoder AND control axis position based on linear encoder. Such system can be achieved by a dual-loop feedback system:

Controller dualloop.png