Clear Filters
Clear Filters

How can I deactivate the signals in the "ee dc fast charger" example?

7 views (last 30 days)
I want to create a model that I will use 5 of the charging stations in the "ee dc fast charger" example. However, I noticed that it records a lot of signals when it is turned on. How can I ensure that only the signals I want are recorded?

Answers (1)

Suman
Suman on 23 Jul 2024 at 6:59
Hi Ibrahim,
I am assuming that by recording signals, you mean logging the signal data of the simulation to workspace. First of all, in order to enable or disable signal logging for your model, you can follow these steps:
  1. In the Modeling pane, select Model Settings.
  2. In the Data Import/Export tab, make sure the Signal logging parameter is selected.
  3. The variable name provided will store the logged signals in Base workspace.
Next you can enable signal logging for any given signal by opening its Properties dialog box and checking or unchecking the Log signal data property.
Hope that helps!

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!