Adaptive Controller Approach for a three-axis Helmholtz Magnetic Testbed to test Detumbling Simulations in the GWSAT Satellite
The IS501NMTB magnetic testbed is a platform designed to simulate and analyze magnetic environments for small satellite applications. The testbed utilizes three Helmholtz coils controlled by independent ITECH IT6433 DC power sources and a MAG649L magnetometer. Its primary objectives include:
- Performing in-the-loop simulations to test detumbling and nadir-pointing attitude control algorithms for the GWSAT mission.
- Characterizing the magnetic dipole of small satellites using perturbation observers.
The system is modeled mathematically using RL circuits and the Biot-Savart law. This model has been validated with experimental data collected in 2021 and 2024, revealing parameter variations over time. The testbed is also equipped to simulate Earth's magnetic field at the GWSAT orbit using the IGRF-13 model.
To achieve precise control, the platform integrates and tests closed-loop PID, adaptive PID, and MRAC control algorithms. These algorithms are evaluated for their effectiveness in canceling Earth's magnetic field and simulating orbital magnetic conditions. Results are analyzed using error integration and control integration metrics to assess the advantages of adaptive control methods for this application.
The IS501NMTB testbed consists of:
- Helmholtz Coils: Three orthogonal coils to generate uniform magnetic fields.
- Power Sources: Independent ITECH IT6433 DC power supplies for precise current control.
- Magnetometer: A MAG649L magnetometer for high-resolution field measurements.
- Control Algorithms: PID, adaptive PID, and MRAC controllers for dynamic magnetic field simulations.
Ensure the following software and hardware are available:
- MATLAB (R2024b or newer)
- Simulink
- Aerospace toolbox
Clone the repository:
git clone https://github.com/Bespi123/Magnetic-Testbed.git
- Open MATLAB and navigate to the project directory inside
IS501NMTB simulation
folder. - To evaluate the 3D magnetic field of the test bed opn
helmholtzSimulation/is501nmtb_simulation.mlx
. - To evaluate real data measured in the laboratory open
measuredDataAnalisys/analisysData.mlx
ensuring that folderdata
is include in the path.
- Open MATLAB and navigate to the project directory inside
IS501NMTB_closeLoop
folder. - Run the simulation parameters
sim_parameters.m
file - Run the simulations which are organized inside.
The playground folder contains auxiliar code used for sensor calibration, data recording and experiments with no relevance to the paper.
- Simulation results, including magnetic field perturbations and control signals, can be visualized using MATLAB scripts included in the repository.
- Example: Use
plotResults.m
to generate performance comparison plots.
- The mathematical model was validated using experimental data from 2021 and 2024.
- Simulations confirmed the effectiveness of adaptive control algorithms in achieving better performance metrics compared to traditional PID controllers.
- Results are compared using error integration and control effort metrics to evaluate controller efficiency.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new feature branch:
git checkout -b feature-name
- Commit changes:
git commit -m "Add new feature"
- Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to Beihang University for the support of this project.