I could not see realtime.tlc in code generation tab ?

8 ビュー (過去 30 日間)
N Hareesh
N Hareesh 2024 年 11 月 8 日
コメント済み: N Hareesh 2024 年 11 月 13 日
hello ,
I am about to follow these process for generating FMU for Typhoon HIL .
But in the code generation tab , i couldnot see realtime.tlc
Can u please suggest me where the problem exists
Regards

採用された回答

Abhishek Kumar Singh
Abhishek Kumar Singh 2024 年 11 月 8 日
The example you shared belongs to a third party demonstrating the example using MATLAB R2021a. Even in that, I don't think there's something called realtime.tlc System Target File. What I found in the documentation is that you can select grt.tlc, as demonstrated by several examples in the Simulink Compiler Documentation. Refer to this:https://www.mathworks.com/help/slcompiler/gs/export-model-to-standalone-fmu-with-source-code.html
Also, I browsed through the MATLAB-provided TLCs available at https://www.mathworks.com/help/rtw/ug/compare-system-target-file-support.html grt.tlc should help you reproduce that example without any issues.
If you need to use a custom TLC file, you might want to consult the Typhoon HIL Software Manual or related sections where this specific TLC file is discussed.
However, if a custom TLC file is not available, using grt.tlc should suffice for your needs.
  1 件のコメント
N Hareesh
N Hareesh 2024 年 11 月 13 日
Hi ,
Can you pls see below image realtime.tlc . I couldnot see these option in my code generation tab . So , i tried to generate FMU with target file with grt.tlc. It is not working in typhoon HIL .

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by