Skip to content

Create a Project🔗

The Project is a folder, where users store their artifacts, like Modelica (models, etc.), Experiments, Views, and more. Projects can be used in one or more Workspaces and they can be set under version control. The files inside Projects are always editable by the user.

Project names are not unique and can be same for multiple Projects. This may happen, e.g., if several different branches of the same project are checked out in different folders. However, each project folder is assigned a unique identifier (ID) during creation by Modelon Impact, which cannot be modified though user interface (UI).

The project ID maps the project instance to the folder in storage. Manual modifications to the storage done from terminal and scripts that break the mapping are not recommended as it is used to claim dependencies and references. However, The displayed project name in UI can be changed.

  1. Open a Workspace
  2. Click on the "+" button next to "Projects" in the left-side bar (Project Browser):
  3. Impact creates a new Project with a predefined name. To change this "display name", right click on it and click "Rename".

Note

A Project name must start with a letter, and only user letters, numbers, underscores, and dashes.

Import a Project | Export a Project | Delete a Project | Create a Workspace | Create a package | Global Library

Back to top