create custom application name with slrealtime

2 Ansichten (letzte 30 Tage)
user86753
user86753 am 8 Feb. 2022
Beantwortet: Diego Kuratli am 10 Mär. 2022
I am deploying a model called TestModel.slx to a device using slrealtime but I want the image to be called Test01. It looks like I need to set the Application name but I don't see a property to set it in the documentation.
AppName = 'Test01';
ModelName = 'TestModel';
TargetName = 'Device-01';
tg = slrealtime(TargetName);
tg.ModelStatus.Application = AppName;
load(tg, ModelName);

Antworten (1)

Diego Kuratli
Diego Kuratli am 10 Mär. 2022
You don't need to set an Application name. This line is not required:
tg.ModelStatus.Application = AppName;

Kategorien

Mehr zu Real-Time Simulation and Testing finden Sie in Help Center und File Exchange

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by