Control algorithm stops working after 5 min 30 sec on F28335.
조회 수: 3 (최근 30일)
이전 댓글 표시
I want to generate A sin(Wt) with A and W as external signals. As shown in figure i have done that. Sample time for blocks is 50e-6. I am using this block in inverter control algorithm. After downloading code on F28335 controller, it stops controlling after 5 min 30 sec. p.s. if i use inbuilt sine source block, it works fine. But, i want A and W configurable from external signals.
댓글 수: 0
답변 (1개)
Jeevan Thomas
2015년 9월 11일
이동: Sabin
2022년 12월 20일
Did you make sure that you gave the same "50e-6" as sample time for all the blocks including "Digital Clock" block? "Digital Clock" has a default sample time of 1 sec. If it is not set to the base sample time, your application might terminate prematurely based on the end time of Simulation set in model.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!