Consider adjusting the initiator to invoke the function call periodically

An error occurred while running the simulation and the simulation was terminated
Caused by:

Answers (1)

Based on the error message you've encountered indicates that there is a periodic function-call block in your Simulink model, specifically, 'SWC_PFCCtrl/PFCControl,' that must be invoked periodically at a certain rate. In your case, it should be invoked at a rate of 0.0001 (or 10 kHz) once it is activated and until it is terminated.
To resolve this issue, you need to ensure that the function-call block 'SWC_PFCCtrl/PFCControl' is correctly configured to be invoked periodically.

Categories

Products

Release

R2021b

Asked:

on 8 Aug 2022

Answered:

on 26 Oct 2023

Community Treasure Hunt

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

Start Hunting!