Create new projects

You can create projects without CAD documents either with default values or by using an existing project as your starting point. Furthermore, you can create a project based on an existing or a new drawing.

Learn more:

Create a new project with defaults

You can create a new project without a CAD document by using the default values.

When using the default project database as a template, the target project database format can be SQLite or SQL Server (if in use).

Do the following:

  1. Select Electrical tab > Projects group > New or File > New project in DB tool. The Create a project dialog opens.

  2. In Project base, select Default project (EDBUser). The default project database will then be used as a template, and the new project will use default values.

  3. Select the target project path by clicking Select.

  4. Select the database:

    • SQLite – The project is created in the EDBProject.sqlite project database.

    • SQL Server – The project is created in the existing SQL Server database. Select the desired database from the Database drop-down menu.

  5. Click OK. The project settings open, and you can continue by defining them.

Copy an existing project

You can create a new project without a CAD document by using an old project as the starting point.

When creating a new project by copying an existing one, the target project database format can be SQLite, SQL Server (if in use), or MDB – however, we recommend creating new projects as SQLite instead of MDB. Compared to MDB, SQLite is faster and smoother as unexpected third-party updates will not interrupt usage.

Do the following:

  1. Select Electrical tab > Projects group > New or File > New project in DB tool. The Create a project dialog opens.

  2. In Project base, select Copy existing project.

  3. Select the existing project you want to use as a template by clicking Select.

  4. If you do not want to copy the subdirectories used by the program, clear the check box for Copy subdirectories used by the program.

  5. If you want to copy other subdirectories, select Copy other subdirectories.

  6. Select the database:

    • SQLite – The project is created in the EDBProject.sqlite project database. If you selected to copy an existing MDB project, you can convert the project to SQLite by selecting this option.

    • SQL Server – The project is created in the existing SQL Server database. Select the desired database from the Database drop-down menu.

    • Access (MDB) – If you selected to copy an existing MDB project, you also have this option available. If you select this, the project is created in the EDBProject.mdb project database. However, it is recommended to create projects as SQLite.

  7. Click OK. The project settings open, and you can continue by defining them.

Create a new project based on an existing or a new drawing

You can create a new project based on an existing or a new drawing.

You do not need to set the default project settings and cable types for every project separately but it is important to do it properly once. New projects will get the default project settings and default cable types.

Do the following:

Related topics