Error: Simulink supports signal and parameter dimension size up to 2147483647, which is the maximum allowable 32-bit signed integer
9 次查看(过去 30 天)
显示 更早的评论
While complining my model I get the following error message.
"Simulink supports signal and parameter dimension size up to 2147483647, which is the maximum allowable 32-bit signed integer value. Consider reducing the signal or parameter size before compiling or simulating the model."
I have marked the position where the error appears in yellow in the screenshot.
I am especially surprised that the problem in the upper "Composite Entity Creator 2" this problem does not appear, so I assume that the problem is due to the functions stored in the entity server "Withdrawl". Here, on the one hand, "getAttribute(a1)" is executed at the input and "genNextResource()" at the output:
The inside of the "Resource Acquirer" is build as following:
The entity that enters the system has 18 attributes. Their values are mostly 0 or integers, a decimal value is also stored via a timestamp.
If I attach the input port 1 (i.e. the input "Warehouse") to a scope and comment out the rest, however, the entities arrive regularly with the values that are to be expected.
What can it be related to?
0 个评论
回答(1 个)
Himanshu
2024-1-24
The error message you are encountering seems to be a bug in the 2020b release of MATLAB. I had also encountered the same error while using R2020b and was able to get rid of the error by upgrading to release R2022a. Hence, I would suggest updating to a newer version of MATLAB.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete-Event Simulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!