OPC XML Configuration

From OPC Labs Knowledge Base
Revision as of 11:53, 4 February 2021 by User (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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
    }
  }
}