Why is my rate transition block using the "Copy" implementation?

1 visualización (últimos 30 días)
Why is my rate transition block using the "Copy" implementation?
I have a multitasking model on which I enabled data integrity, so I would expect a buffer to be necessary.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 18 de En. de 2024
Editada: MathWorks Support Team el 1 de Mzo. de 2024
The reason for the "copy" implementation is explained in the Documentation page describing the "largest atomic size: floating-point" for your model's Model Configuration parameters. If the data going into the rate transition block has type "double" and "double" is listed as the "largest atomic size", Simulink recognizes that the "copy implementation" is enough. If you change the "Hardware board" to something with a smaller "largest atomic size" (such as "float"), you will find that the rate transition blocks use "Buf".
Please run the below command in the MATLAB R2018b command window to get the release specific documentation on "largest atomic size: floating-point":
web(fullfile(docroot, 'simulink/gui/largest-atomic-size-floating-point.html?searchHighlight=Largest%20Atomic%20size'))
Please follow the below link to search for the required information regarding the current release:

Más respuestas (0)

Categorías

Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by