Skip to content

How do I create a sub-project #114

Answered by jumoog
ablink4 asked this question in Q&A
Discussion options

You must be logged in to vote

You need to add a new proj_path entry above your project in your project config. Assuming your project name is myproject:

before:

[general]
pvss_path = "C:/Siemens/Automation/WinCC_OA/3.19"
proj_path = "C:/WinCC_OA_Proj/myproject"
proj_version = "3.19"
useNGA = 1
useSQLite = 1
langs = "de_AT.utf8"
[ui]
defaultFont = "Noto Sans"

WinCCOA_QualityChecks added:

[general]
pvss_path = "C:/Siemens/Automation/WinCC_OA/3.19"
proj_path = "C:/WinCC_OA_Proj/WinCCOA_QualityChecks"
proj_path = "C:/WinCC_OA_Proj/myproject"
proj_version = "3.19"
useNGA = 1
useSQLite = 1
langs = "de_AT.utf8"
[ui]
defaultFont = "Noto Sans"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ablink4
Comment options

Answer selected by ablink4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants