Hello,
I am launching the WINCCOA UI exe with the below options to disable the log viewer.
WCCOAUI.exe -console -log[-]
But still it launches the log viewer. Is it i am giving wrong command line arguments or something else needs to be done.
Thanks in advance
Regards,
Raj
Launching WCCOAUI.exe without log viewer
Search
-
- Posts: 20
- Joined: Fri Mar 07, 2014 2:46 pm
Re: Launching WCCOAUI.exe without log viewer
Hello,
the -log option is a standard option for every WinCC OA process to redirect the log-output and is not an option to define if the log-viewer shall be opened or not.
When opening the console panel it automatically shows the log viewer for the current project.
Why do you want to open the console without the logviewer?
Best Regards
Leopold Knipp
Senior Support Specialist
the -log option is a standard option for every WinCC OA process to redirect the log-output and is not an option to define if the log-viewer shall be opened or not.
When opening the console panel it automatically shows the log viewer for the current project.
Why do you want to open the console without the logviewer?
Best Regards
Leopold Knipp
Senior Support Specialist
-
- Posts: 20
- Joined: Fri Mar 07, 2014 2:46 pm
Re: Launching WCCOAUI.exe without log viewer
Hello Leopold,
We would like to give option to the that it should not open by default if user needs he can enable it.
Regards,
Raj
We would like to give option to the that it should not open by default if user needs he can enable it.
Regards,
Raj
Re: Launching WCCOAUI.exe without log viewer
I always start my projects like this without console and without log viewer:
"C:\\Siemens\\Automation\\WinCC_OA\\3.11\\bin\\WCCOAui.exe -PROJ project_name -p vision/login.pnl -graphicssystem raster -style plastique"
"C:\\Siemens\\Automation\\WinCC_OA\\3.11\\bin\\WCCOAui.exe -PROJ project_name -p vision/login.pnl -graphicssystem raster -style plastique"
Re: Launching WCCOAUI.exe without log viewer
Just a small hint: -graphicssystem raster is not needed on windoze, since it's the only possibility there.
(Also on Linux since Qt version 4.8 -graphicssystem raster is the default)
(Also on Linux since Qt version 4.8 -graphicssystem raster is the default)