Hello,
I'm currently updating a WinCC OA project from 3.9 to 3.14 and I'm am unclear how to handle the libraries BasicS7 and AdvS7.
Theses two libraries have been splitted into two libraries each.
BasicS7_3.14 + BasicS7base_3.14
and
AdvS7_3.14 + AdvS7base_3.14
My problem is that I'm not sure about the correct order in the config file. In the help file I did not find a definite specification about the order, only some hints.
I thought the order has to be like this:
proj_path = "C:/Siemens/Automation/WinCC_OA/3.14/Stdlib_3.14"
proj_path = "C:/Siemens/Automation/WinCC_OA/3.14/BasicS7base_3.14"
proj_path = "C:/Siemens/Automation/WinCC_OA/3.14/BasicS7_3.14"
proj_path = "C:/Siemens/Automation/WinCC_OA/3.14/AdvS7base_3.14"
proj_path = "C:/Siemens/Automation/WinCC_OA/3.14/AdvS7_3.14"
But in the help I find one part that states the order like this (which seems odd to me, that the base part has a higher priority):
proj_path = "C:/Siemens/Automation/WinCC_OA/3.14/Stdlib_3.14"
proj_path = "C:/Siemens/Automation/WinCC_OA/3.14/BasicS7_3.14"
proj_path = "C:/Siemens/Automation/WinCC_OA/3.14/BasicS7base_3.14"
proj_path = "C:/Siemens/Automation/WinCC_OA/3.14/AdvS7_3.14"
proj_path = "C:/Siemens/Automation/WinCC_OA/3.14/AdvS7base_3.14"
Can somebody tell me which order is correct?
Best regards
Dennis Bindernagel
How to integrate BasicS7 and AdvS7 correctly?
- dbindernagel
- Posts:161
- Joined: Mon Feb 23, 2015 1:34 pm
How to integrate BasicS7 and AdvS7 correctly?
- rglock
- Posts:19
- Joined: Wed Sep 08, 2010 9:54 am
Re: How to integrate BasicS7 and AdvS7 correctly?
Hello,
the most upper entry has to be the version, then the StdLib, BasicS7Base, BasicS7 and at last, your project path.
The same for the Advanced Lib (which refers to the S7 Water Library).
Basic* and Advanced*-Dirs don't need to be combined within one project (Basic* refers to simple S7-FBs, Adv* refer to the SIMATIC WaterLib 2.0).
best regards
Rainer
the most upper entry has to be the version, then the StdLib, BasicS7Base, BasicS7 and at last, your project path.
The same for the Advanced Lib (which refers to the S7 Water Library).
Basic* and Advanced*-Dirs don't need to be combined within one project (Basic* refers to simple S7-FBs, Adv* refer to the SIMATIC WaterLib 2.0).
best regards
Rainer
- dbindernagel
- Posts:161
- Joined: Mon Feb 23, 2015 1:34 pm
Re: How to integrate BasicS7 and AdvS7 correctly?
Hello,
that is what I thought it should be but I got confused by the help stating otherwise.
Thank you for your help clarifying this.
Best regards
Dennis
that is what I thought it should be but I got confused by the help stating otherwise.
Thank you for your help clarifying this.
Best regards
Dennis