How to embed a subproject?
There are two possibilities to add a subproject:
Embed a subproject into the WinCC OA project using the WinCC OA project administration.
· First register the appropriate subproject.
· Stop the running projects.
· Via the “Change project properties” panel you can edit different settings of an existing project.
· Click the button “Integrates sub projects in the existing project.”
· Choose now your registered subproject and add it to the subprojects on the right side.
If subprojects are included in an existing project an entry that specifies the <proj_path> is automatically added into the [general] section of the config file.
2. Embed a subproject using the config-file. Open the config file of your project and add the entry proj_path = "<proj_path of the subproject>" between the PVSS versions path and the project path into the [general] section. Restart the project.