I am trying to create web client with WinCC OA 3.15.
It is not working that I want.
I added webclient_http.ctl and that script is running on my web client project.
the web port is opened.
Remote UI client program was installed on my pc thru the Internet explore 11.
after that i got a message that is " Initialization via HTTP server failed".
I have no idea how should I do.
How can I show the first panel ?
Do you have any sample project for 3.15 Web Client project ?
I cannot file AMS project for 3.15 wincc oa.
How can I get the AMS project for 3.15 WinCC OA ?
I used sql_server.ctl for 3.14 WinCC OA. Is it same for 3.15 WinCC OA ?
[Web Remote UI] WinCC OA 3.15 AMS
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: [Web Remote UI] WinCC OA 3.15 AMS
For 3.15 the WebClient is not available anymore, it has been replaced by the Desktop UI.
To get detailed information for the Desktop UI please have a look at the WinCC OA Documentation.
If you want to use the AMS package (Advanced Maintenance Suite) please get in contact with your common WinCC OA sales contact.
The AMS package is only available in combination with a Consulting package.
Best Regards
Leopold Knipp
Senior Support Specialist
To get detailed information for the Desktop UI please have a look at the WinCC OA Documentation.
If you want to use the AMS package (Advanced Maintenance Suite) please get in contact with your common WinCC OA sales contact.
The AMS package is only available in combination with a Consulting package.
Best Regards
Leopold Knipp
Senior Support Specialist
- dongil
- Posts:49
- Joined: Mon Oct 07, 2013 3:42 am
Re: [Web Remote UI] WinCC OA 3.15 AMS
I will contact my sales person to get the AMS.
Could you attach the document or let me know how can I find the document in my wincc oa installation folder. ?
Do you have any sample project for desktop ui ?
I want to monitoring thru the http server .
Could you attach the document or let me know how can I find the document in my wincc oa installation folder. ?
Do you have any sample project for desktop ui ?
I want to monitoring thru the http server .
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: [Web Remote UI] WinCC OA 3.15 AMS
If you have the WinCC OA Documentation installed please have a look at the chapter "WinCC OA UI --> Desktop UI".
There is no need for a sample project you just have to follow the installation instructions in the documentation.
Best Regards
Leopold Knipp
Senior Support Specialist
There is no need for a sample project you just have to follow the installation instructions in the documentation.
Best Regards
Leopold Knipp
Senior Support Specialist
- dongil
- Posts:49
- Joined: Mon Oct 07, 2013 3:42 am
Re: [Web Remote UI] WinCC OA 3.15 AMS
Hello..
I got the AMS3.15. I added AMS 3.15 into my Web remote ui project.
I can the open the panel file thru the network.
I have a question about sdb. we use the oracle 11g database. when the panel is opened on one pc. the pc does not setting the oracle client program. so you guys suggest us to use sdb function to get the data from oracle server.
this is my logic.
string sconn = sdbMyConnStr();
rc = sdbOpen(sconn, "DSN=ORACLEDSN;UID=ORACLEUSER;PWD=ORACLEPASSWORD;");
the return of sdbOpen is -2. and then when the logic is sdbOpen, i think it takes time.
I cannot see the sdbOpen function because that is not ctl file . that is ctc file.
how should I do ?
I got the AMS3.15. I added AMS 3.15 into my Web remote ui project.
I can the open the panel file thru the network.
I have a question about sdb. we use the oracle 11g database. when the panel is opened on one pc. the pc does not setting the oracle client program. so you guys suggest us to use sdb function to get the data from oracle server.
this is my logic.
string sconn = sdbMyConnStr();
rc = sdbOpen(sconn, "DSN=ORACLEDSN;UID=ORACLEUSER;PWD=ORACLEPASSWORD;");
the return of sdbOpen is -2. and then when the logic is sdbOpen, i think it takes time.
I cannot see the sdbOpen function because that is not ctl file . that is ctc file.
how should I do ?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: [Web Remote UI] WinCC OA 3.15 AMS
What is a "Web remote ui" in your application?
Is it a Desktop-UI?
How have you added AMS 3.15 in the Web remote UI project?
Best Regards
Leopold Knipp
Senior Support Specialist
Is it a Desktop-UI?
How have you added AMS 3.15 in the Web remote UI project?
Best Regards
Leopold Knipp
Senior Support Specialist
- dongil
- Posts:49
- Joined: Mon Oct 07, 2013 3:42 am
Re: [Web Remote UI] WinCC OA 3.15 AMS
Yes. Desktop UI. i put the server url after that i can monitoring any pc..
I added AMS3.15 project using the project manager program ( add sub project )
there is a tool icon on the project manager ui, i click the icon , then i can see the property about the project.
on the property ui, there is a icon for add the sub-project. I use this.
I added AMS3.15 project using the project manager program ( add sub project )
there is a tool icon on the project manager ui, i click the icon , then i can see the property about the project.
on the property ui, there is a icon for add the sub-project. I use this.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: [Web Remote UI] WinCC OA 3.15 AMS
Where did you get the AMS_3.15 project from?
Have you got a consulting how to install and to use the AMS package?
Possibly for the function sdbOpen() you need an Oracle Client and/or Crystal Report installation at machine where the Desktop UI is started.
Please check the requirements described in the AMS documentation.
Best Regards
Leopold Knipp
Senior Support Specialist
Have you got a consulting how to install and to use the AMS package?
Possibly for the function sdbOpen() you need an Oracle Client and/or Crystal Report installation at machine where the Desktop UI is started.
Please check the requirements described in the AMS documentation.
Best Regards
Leopold Knipp
Senior Support Specialist