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

1 次查看(过去 30 天)
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

采纳的回答

Venkatesh Chilapur
Venkatesh Chilapur 2021-11-23

更多回答(1 个)

Dominik Maehl
Dominik Maehl 2021-11-29
编辑:Dominik Maehl 2021-11-29
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

类别

Help CenterFile Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by