kindly tell me how to increase the transport delay and how can i update the buffer size parameter as per the warning it is coming
조회 수: 4 (최근 30일)
이전 댓글 표시
Warning: The specified buffer for 'A_3_Phase_Inverter_26_11_2013/3-phase PLL/Automatic Gain Control/FundA/Variable Transport Delay' was too small. During simulation, the buffer size was temporarily increased to 133120. In order to use Real-Time Workshop, you need to update the buffer size parameter
답변 (1개)
Aabha
2025년 5월 8일
The issue that you are facing is about the buffer size parameter, of the ‘Variable Transport Delay’ block located at the path: 'A_3_Phase_Inverter_26_11_2013/3-phase PLL/Automatic Gain Control/FundA/Variable Transport Delay'. This warning usually indicates that the number of data points needed to store the delayed signal during simulation are exceeding the buffer size specified by the ‘Variable Transport Delay’ block. To resolve this, open the ‘Block Parameters’ dialogue for the ‘Transport Delay block’ and increase the 'Initial buffer size' parameter to a larger value.
Please refer to the following MathWorks documentation link to understand more about the ‘Initial Buffer Size’ parameter for transport delay blocks: https://www.mathworks.com/help/releases/R2024a/simulink/slref/transportdelay.html
I hope this helps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Math Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!