Start file logging of signal data
enable(
starts operation
of stopped File Log blocks.target_object
.FileLog)
If a Simulink Real-Time model has File Log
blocks, when the real-time application is loaded, file logging is enabled. This default
operation is the same as enabling file logging by using the command
enable
.
To control file logging with the Enable File
Log block, when the real-time application is loaded, disable file logging by using
the command disable
.
When the development computer is connected to the target computer and the model stops,
the file log data is uploaded to the Simulation Data Inspector. For a standalone target
computer that does file logging when not connected, after connecting the development and
target computers, upload the file logging data for all available runs from an application by
using the command import(Target.FileLog,'app_name')
.