Problems with data visualization in parameter tuning with serial communication and buffered data (Ti C2000)

2 vues (au cours des 30 derniers jours)
Hello,
I have a current control model for a permanent-magnet synchronous motor, in simulink, that works with the embedded coder on a C2000 (F28379D) microcontroller.
Now I wanted to try the parameter tuning over serial communication. It is possible to change parameters online but I have problems with visualizing data. I want to aquire data with 10kHz. From this post: https://de.mathworks.com/matlabcentral/answers/353179-how-to-increase-acquisition-frequency-in-real-time-ti-board-f28379d
I learned that I need to buffer the data to be abled to reach this frequency. When I want to compile the code with buffered data I get this result:
The error note is: All sample times must be descrete. No continuous or constant sample times are allowed.
I have tried to fix this error with a rate transition block but it was without success. When I try to view the data without buffering the model will run but the output looks like this:
I am guessing these are the data gaps caused by the limited speed of the serial communication.
My suspicion is, that the problem is caused by the asynchronous design of the model, but I am not abled to solve it. I have also tried to put the scope in a seperate function, that is called with 1 kHz. See picture below.
I would be happy for hints and tips on how to solve this.
Dominik

Réponse acceptée

Venkatesh Chilapur
Venkatesh Chilapur le 23 Nov 2021

Plus de réponses (1)

Dominik Maehl
Dominik Maehl le 29 Nov 2021
Modifié(e) : Dominik Maehl le 29 Nov 2021
Hi Venkatesh,
the two model approach works fine. I was asking myself, if I would get the model to work with external mode to be abled to watch more than three signals at a time.
Regards,
Dominik

Catégories

En savoir plus sur Deployment, Integration, and Supported Hardware dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by