Integrate Vector Tools With DaVinci Configurator Classic

To achieve seamless collaboration and streamline your application development process, DaVinci Configurator Classic allows you to connect with other vector tools. By linking these tools, you can ensure consistent configuration across environments, enhance interoperability, and fully leverage the capabilities of your development ecosystem. This integration is essential for teams working on complex projects where multiple tools need to work together efficiently.

Connect to DaVinci Developer Classic

Integrating DaVinci Developer Classic ensures that software component definitions and system configurations remain consistent across your project.

  1. Set the reference to an existing DaVinci Developer Classic workspace in the General.json settings file of DaVinci Configurator Classic:

      "references": {
        "dvWorkspace": "/Path/To/Developer/Workspace"
      }
  2. After completing the link on the DaVinci Configurator Classic side, you must also configure the corresponding link in DaVinci Developer Classic.

To do this, use the executable dvdevc.exe located in the DaVinci Developer Classic installation directory under the /bin subfolder, and run the following command:

$ dvdevc project link --workspace-path <path of davinci developer workspace file> --davinci-project <path to davinci configurator project file>

For detailed steps, refer to User Manual - Interactions, Chapter 4 in DaVinci Developer Classic. . When the projects are successfully linked, the console will display:

Workspace linked successfully: “<path of workspace file>.dcf linked to <path to davinci project file>”