-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feedback control using a PID controller for magnetic bearings #1126
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1126 +/- ##
==========================================
- Coverage 83.53% 82.29% -1.25%
==========================================
Files 37 38 +1
Lines 8092 8330 +238
==========================================
+ Hits 6760 6855 +95
- Misses 1332 1475 +143
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Hi there!
|
This pull request proposes the use of a feedback control in rotors using magnetic bearings.
It is known that magnetic forces have an unstable nature. Thus, a closed-loop control law must be implemented to ensure the stability of the system and safe operation. In modeling this magnetic force, several assumptions must be considered regarding the presence of non-linearities. These are listed below:
According to Schweitzer et al. (2009), these assumptions lead to an error of 5 to 15% in the modeling. That said, here is proposed the implementation of a feedback controller for the magnetic bearings, using a PID methodology. Instead of using the coefficients for both bearings, here we are using the magnetic force in each degree of freedom of the said bearings. The magneric force is defined as:
The additions in the code are listed below: