フィルターのクリア

Customizing variables and scopes in simulink code generation

2 ビュー (過去 30 日間)
Jacob Thomas
Jacob Thomas 2023 年 11 月 22 日
コメント済み: Fangjun Jiang 2023 年 11 月 22 日
Hi Community,
I would like to know what does have more impact while code is generated inside Simulink. Is it the signals or the blocks? Also the variables assigned in workspace have any influence in code generation.
I want to achive a certain rules for the functions and defined variables in the generated code, eg:- in workspace I define the variable as uint8(PidKpVal) and when code is generated that needs to be in the format ---> UNSIGNED8 u8PidKpVal and same for the function ---> UNSIGNED16 pid_ctrl_u16PlantPosition_mm.
where can i define and is there any possibility of customize as that of the sl_customization.

採用された回答

Fangjun Jiang
Fangjun Jiang 2023 年 11 月 22 日
To control how parameters and signals are created in the generated code, you need to use Simulink.Parameter and Simulink.Signal objects.
Search "Simulink.Parameter" and "Simulink.Signal" in the document for examples and tutorials.
  2 件のコメント
Jacob Thomas
Jacob Thomas 2023 年 11 月 22 日
That's nice. thanks for the reply. Is there any way that we could prevent the code to be geneated unless the model advisor checks has been done?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEvent Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by