How can I change the WCF Port Number that communicates to OAS Services?

Note: WCF is now a legacy communication transport for OAS.  The default communications no longer uses WCF and is more secure and faster on port 58727.  You can modify both WCF and TCP ports under Configure-Options-Networking.

To adjust the port for the OPCSystems.NET OPC Server modify the file DANSrv.exe.config in the directory C:\Program Files\Open Automation Software\OAS\ with Notepad or a text editor.

Set the properties TCPPortNumber and WCFPortNumber to the desired TCP port number. The default is 58727.

<add key=""TCPPortNumber"" value=""58727""/>
<add key=""WCFPortNumber"" value=""58724""/>

View the following video on how to adjust WCF port number in the realtime service and all client applications:

<< View All FAQs
<< View All Troubleshooting Topics