Position error of motor shaft

6 views (last 30 days)
saleh shlimet
saleh shlimet on 13 Dec 2022
Commented: Mathieu NOE on 20 Dec 2022
I want to obtain the position error of motor shaft so I subtracted the estimated position from the measured position. modulus function is used so the estimated and the measured positions vary between 0 to 2pi (electrical radians) as shown in the figures attached. the problem is that the error becomes 2pi at instant times. What can I do to not show this big error (2pi) in the figure?

Accepted Answer

Mathieu NOE
Mathieu NOE on 13 Dec 2022
Moved: Joel Van Sickel on 15 Dec 2022
hello
you can make 2 pi complements on the error signal , following that logic
if error < -pi then error = error + 2pi
if error > pi then error = error - 2pi
goal is to keep error witin -pi / + pi bounds
  13 Comments
saleh shlimet
saleh shlimet on 19 Dec 2022
Thank you very much Mathieu it is working properly.

Sign in to comment.

More Answers (0)

Tags

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!