I just tried to connect to Demo ETM WinCC OA project and the directory WinCCOA_Demo is correctly created in /root/.wincc_oa-cache, but there is only config files downloaded.
Here is the config file :
Code: Select all
[general]
pvss_path = "/opt/WinCC_OA/3.15"
#proj_path = "C:\\WinCC_OA_Proj\\Simulator"
proj_version = "3.15"
langs = "de_AT.utf8"
langs = "en_US.utf8"
lang = "en_US.utf8"
maxLoops = 1
data = "demo"
event = "demo"
mxProxy = "demo demo.etm.at:5678 cert"
noReverseLookup = 1
#aliveTimeout = 0
connectDelay = 20
messageCompression = "zlib-bzip2"
[ui]
visionResizeMode = "FitToModule"
#forcedSourceDPI = 96
#panelCacheSize = 0
maxZoomFactor = 5.0
minZoomFactor = 0.1
#cacheTimeoutSecs = 1
trendEnableCurveRulers = 1
autoDownscaleThreshold = 1000
[webClient]
httpPort = 80
httpsPort = 443
## /opt/WinCC_OA/3.15/config/config.level ##
[ctrl]
LoadCtrlLibs = "std.ctl, libCTRL.ctl, hosts.ctl, va.ctl, archiv.ctl, mp.ctl"
LoadCtrlLibs = "sdSymbolDynamics.ctl"
LoadCtrlLibs = "panel.ctl"
LoadCtrlLibs = "cns.ctl"
ctrlDLL = "CtrlCNS"
[ui_extend]
LoadCtrlLibs = "para.ctl, ep.ctl, csg.ctl, ngedi.ctl, ini.ctl"
[ui]
LoadCtrlLibs = "as.ctl, es.ctl, libCTRL.ctl, STD_Symbols.ctl, STD_ComplexSymbols.ctl, da.ctl"
LoadCtrlLibs = "login.ctl, panel.ctl, std.ctl, dist.ctl"
LoadCtrlLibs = "hosts.ctl, va.ctl, ac.ctl, dpGroups.ctl"
LoadCtrlLibs = "pager.ctl, archiv.ctl, Clk.ctl, tools.ctl, mp.ctl, ax.ctl"
LoadCtrlLibs = "pmon.ctl, userMan.ctc"
LoadCtrlLibs = "pt.ctl, _consts.ctl"
LoadCtrlLibs = "ptms.ctl, ptnavi.ctl"
LoadCtrlLibs = "sdSymbolDynamics.ctl"
LoadCtrlLibs = "cns.ctl"
LoadCtrlLibs = "cnsTree.ctl"
LoadCtrlLibs = "cnsEditor.ctl"
ctrlDLL = "CtrlCNS"
[event]
LoadCtrlLibs = "STD_Symbols.ctl"
[ascii]
LoadCtrlLibs = "ASCIILib.ctl, da.ctl, mp.ctl, para.ctl"
The config seems correct to me.
Have you tried to connect Unix WinCC OA Desktop Client to this project?