Hi,
We just upgraded to 3.15 and would like to utilise DeskTop UI feature, we have managed to made connection but can't change default path.
it takes us straight to default panel rather then our project panel.
can some one suggest how to configure settings on config to see my project panel.
Many thanks in advance.
DeskTop UI
- schneebergera
- Posts:89
- Joined: Sun Apr 03, 2016 5:52 pm
Re: DeskTop UI
Hello,
in config file in [webClient] section it is possible to set the rootPanel.
rootPanel "/.pnl"
--> Defines the start-up panel for the UI. If the config entry is not set, the login.pnl is displayed.
with best regards,
Andreas
in config file in [webClient] section it is possible to set the rootPanel.
rootPanel "/.pnl"
--> Defines the start-up panel for the UI. If the config entry is not set, the login.pnl is displayed.
with best regards,
Andreas
- upen1326
- Posts:19
- Joined: Tue Mar 21, 2017 5:17 pm
Re: DeskTop UI
Andreas,
Thanks for your quick reply, I have included below path under webClient file, It has made some changes from default panel to now blank panel.
Still unable to bring my Test panel.
So not sure what other config needs to be implemented to get this feature running.
Once again thank you for your kind help.
[webClient]
rootPanel = "DeskUI/Panels/Testing.xml"
Thanks for your quick reply, I have included below path under webClient file, It has made some changes from default panel to now blank panel.
Still unable to bring my Test panel.
So not sure what other config needs to be implemented to get this feature running.
Once again thank you for your kind help.
[webClient]
rootPanel = "DeskUI/Panels/Testing.xml"
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: DeskTop UI
The path must be relative path to the "panels" folder.
If your panels is saved in /panels there is no need to define a path you just have to define the filename.
Best Regards
Leopold Knipp
Senior Support Specialist
If your panels is saved in /panels there is no need to define a path you just have to define the filename.
Best Regards
Leopold Knipp
Senior Support Specialist
- upen1326
- Posts:19
- Joined: Tue Mar 21, 2017 5:17 pm
Re: DeskTop UI
Leopold Knipp,
Thanks for your help and prompt reply, it worked for us.
Thanks for your help and prompt reply, it worked for us.
- upen1326
- Posts:19
- Joined: Tue Mar 21, 2017 5:17 pm
Re: DeskTop UI
Hi,
Is Desktop UI support redundancy ?, and if it does where is the help file i should be looking..
Thanks for your help in advance for your time and co-operation.
Best reagards
Upen N
Is Desktop UI support redundancy ?, and if it does where is the help file i should be looking..
Thanks for your help in advance for your time and co-operation.
Best reagards
Upen N
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: DeskTop UI
The Desktop UI can be used in redundant systems.
In the configuration dialog for the projects you have to define at which server the HTTP server is running.
The UI reads the connection information defined in the config file and connects then to both WinCC OA servers (Data/Event Manager).
Best Regards
Leopold Knipp
Senior Support Specialist
In the configuration dialog for the projects you have to define at which server the HTTP server is running.
The UI reads the connection information defined in the config file and connects then to both WinCC OA servers (Data/Event Manager).
Best Regards
Leopold Knipp
Senior Support Specialist
- upen1326
- Posts:19
- Joined: Tue Mar 21, 2017 5:17 pm
Re: DeskTop UI
Thanks for the quick reply, also wondering Thick and Thin client features, if I had to use Desktop UI then how do I implement those features through Desktop UI ?
Regards
Upen Nagindas
Regards
Upen Nagindas
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: DeskTop UI
The Desktop-UI can only be used for the visualization.
If you want to make a configuration using the graphical editor (GEDI) or the Para module you have to make a full installation of WinCC OA.
Best Regards
Leopold Knipp
Senior Support Specialist
If you want to make a configuration using the graphical editor (GEDI) or the Para module you have to make a full installation of WinCC OA.
Best Regards
Leopold Knipp
Senior Support Specialist
- upen1326
- Posts:19
- Joined: Tue Mar 21, 2017 5:17 pm
Re: DeskTop UI
Hi Leopold Knipp,
You mention on your reply The Desktop UI can be used in redundant systems.
We have made connection to both Server with standalone standard project but when we tried implementing redundant Project it didn't work.
When we checked the log file on Desktop UI cache folder there were 3 folders missing-- they are ( bin, panels & scripts ) also we have certain errors mentioned below in log file WCCOAui0.log.
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource managerDP - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource peerManagerDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource managerDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource peerManagerDP - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource connectDp - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource connectDp - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource reduPostfix - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource krDpName - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource krDpName - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource pagerDpName - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource pagerMsgDpName - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource pagerDpName - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource pagerMsgDpName - ignoring
Hope this above error message helps you to assist us resolve the issue we facing. Once again many thanks for you help & co-operation in advance.
Best regards
Upen Nagindas
You mention on your reply The Desktop UI can be used in redundant systems.
We have made connection to both Server with standalone standard project but when we tried implementing redundant Project it didn't work.
When we checked the log file on Desktop UI cache folder there were 3 folders missing-- they are ( bin, panels & scripts ) also we have certain errors mentioned below in log file WCCOAui0.log.
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource fwdDP - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource managerDP - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource peerManagerDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource managerDP - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource peerManagerDP - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource connectDp - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource connectDp - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource reduPostfix - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource krDpName - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource krDpName - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource pagerDpName - ignoring
WCCOAui: host "TESTSERVERA-1" unknown for resource pagerMsgDpName - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource pagerDpName - ignoring
WCCOAui: host "TESTSERVERB-1" unknown for resource pagerMsgDpName - ignoring
Hope this above error message helps you to assist us resolve the issue we facing. Once again many thanks for you help & co-operation in advance.
Best regards
Upen Nagindas