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

조회 수: 2 (최근 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