Non-Confidential | ![]() | 100965_1180_00_en | ||
| ||||
Home > System Canvas Reference > System Canvas dialogs > Run dialog |
This dialog specifies the actions that execute to run a selected target.
There are actions for different targets, and additional options.
To display the dialog, click Run from the Project menu.
Select the executable to run.
Adjust the command line that System Canvas generates, for example, add parameters or change the location of the application to load onto the executable.
Shows the complete command line with expanded macros and environment variables, ready for execution.
Run the model in Model Debugger. The initial command line options come from project settings and user preferences.
Run the model with Model Shell. The initial command line options come from project settings and user preferences.
Run the model as an ISIM system. The initial command line options come from project settings and user preferences.
Specify the command line in Full command line.
Select a recent command.
Insert a macro or environment variable from drop-down list at the current cursor position in Full command line. System Generator expands them to build the complete command line.
%CADI%
The full absolute path of the CADI dynamic library.
%ISIM%
The full absolute path of the ISIM executable.
%BUILD_DIR%
The relative path to the build directory (relative to project path).
%DEPLOY_DIR%
The relative path to the deploy directory (identical to
%BUILD_DIR%
).
%PROJECT_DIR%
The full absolute path to the directory of the project.
Run an application asynchronously in a separate console window. Use this if the application requests user input or if the output is long.
Remove all the recent entries from command history. This also removes corresponding items from the System Canvas main menu.