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

2 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Venkatesh Chilapur
Venkatesh Chilapur il 23 Nov 2021

Più risposte (1)

Dominik Maehl
Dominik Maehl il 29 Nov 2021
Modificato: Dominik Maehl il 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

Categorie

Scopri di più su Deployment, Integration, and Supported Hardware in Help Center e File Exchange

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by