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)
Jump to navigation Jump to search

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