Matlab app designer RPM indicator limits read only error
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I'm getting the following error when trying to modify the limits of the RPM indicator in app designer:
"You cannot set the read-only property 'Limits' of RPMIndicator."
The line of code that the error occurs on:
app.RPMRPMIndicator.Limits = [0 1000];
How can I fix this issue? I need to be able to change the limits of the display (either before running the code in the editor or in the code itself).
Thanks.
댓글 수: 0
답변 (1개)
Nishant Gupta
2020년 7월 6일
Hi,
Currently, the 'Limits' property of RPM Indicator is read-only hence you can't change its value, that's why you are getting that error. The RPM Indicator block displays measurements for engine revolutions per minute as percentage of RPM which varies from 0 to 110%. Refer to the following documentation for details:
But I do see the desire to change the limits of the RPM indicator. So, I have brought this issue to the concerned people and it might be considered in any future release.
Therefore, as of now display the RPM as a percentage only and keep the current limits.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!