You are here

Observer Gain? What is it and what does it affect?

1 post / 0 new
kianK
Offline
Last seen: 4 months 4 weeks ago
Joined: 2021-04-15 07:04
Posts: 4
Observer Gain? What is it and what does it affect?

Hi,

I didnt find the usage of the observer gain anywhere else as in those codelines:

https://github.com/vedderb/bldc/blob/2d28ccbb05b442fbd4306cca6fcb5de1925...

I dont really understand how this code affects the sensorless position estimation used for FOC current control.

The literature for the estimator implemented in the code is found here: https://cas.mines-paristech.fr/~praly/Telechargement/Journaux/2010-IEEE_...

The observer gain and how is is calculated is not mentioned in a single sentence.

In the help-bos of the VESC-Tool, it says: "The observer gain. If the motor does not run smoothly with the calculated value, this value can be tweaked. Try with doubling or halving it in that case."

It seems to me that the observer gain, which is calculated by 1/(lambda^2), cant have much of a effect.

Can anyone explain the need of the observer gain and how it works?

Greetings