Difference between revisions of "OPC XML Configuration"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
(Created page with "Category:Configuration Category:High-Level Configuration Category:OPC XML Category:OPC XML-DA = Example = In order to set extremely high limits for the size o...")
(No difference)

Revision as of 11:53, 4 February 2021

Example

In order to set extremely high limits for the size of received OPC XML-DA messages, you can use the following appsettings.json file:

{
  "OpcXml.Da10.Service": {
    "BasicHttpBinding": {
      "MaxBufferSize": 2147483647,
      "MaxReceivedMessageSize": 2147483647
    }
  }
}