Dear all,
I like to use WINCC OA on a Windows PC with installed HiPath telephone system dialer Simplyphone this uses the same TCP Port 4999 as PVSS00pmon.exe. Is there a possibility to change the used TCP Port of WinCC OA? Simplyphone doesn't allow this.
Thanks an greetings
Daniel
Unable to start managers on tcp port 4999
Search
-
- Posts: 34
- Joined: Tue Jan 10, 2012 1:40 pm
Re: Unable to start managers on tcp port 4999
Hi,
of course you could change the ports WinCC OA uses for communication.
(the port 4999 is the default port for the pmon - our process monitor)
simply add those line to your config file (into the [general] section):
pmonPort = 6000
you could as well change the ports of other managers that act as a communication master:
eventPort =
dataPort =
distPort =
reduPort =
Be sure that you always delimit the last line in the config file with an !
btw: the Pmon port can also be changed at the project administration panel when opening the project properties.
have fun
Markus
P.S.: we will meet each other in KW6 for the basic training...
of course you could change the ports WinCC OA uses for communication.
(the port 4999 is the default port for the pmon - our process monitor)
simply add those line to your config file (into the [general] section):
pmonPort = 6000
you could as well change the ports of other managers that act as a communication master:
eventPort =
dataPort =
distPort =
reduPort =
Be sure that you always delimit the last line in the config file with an !
btw: the Pmon port can also be changed at the project administration panel when opening the project properties.
have fun
Markus
P.S.: we will meet each other in KW6 for the basic training...
Re: Unable to start managers on tcp port 4999
Of course this is also useful to know to run multiple WinCC-OA projects on the same platform..
Re: Unable to start managers on tcp port 4999
Hello,
please notice that running several projects at the same time on one machine is only allowed for the project-engineering.
In real runtime systems you have to start only one project at one machine.
Best Regards
Leopold Knipp
Senior Support Specialist
please notice that running several projects at the same time on one machine is only allowed for the project-engineering.
In real runtime systems you have to start only one project at one machine.
Best Regards
Leopold Knipp
Senior Support Specialist