SPDBA

ASP.NET application to convert binary data sent from Mervis PLC into SOAP calls of Mervis DB. You have to install SPDBA if you want to save data directly from Mervis PLC (UniPi, Domat, …).

  • IIS server with ASP.NET 4.5.
  • Mervis DB settings
    • URL of the MervisDB server: ../system.serviceModel/client/endpoint/@address
      ...
      <client>
        <endpoint address="http://localhost:9876/RcWareDbAccess"
                  binding="basicHttpBinding"
                  bindingConfiguration="RcWareDbAccess"
                  contract="ESG.Db.ServerAccess.HistoryDbAccess"
                  name="RcWareDbAccess"
                  behaviorConfiguration="RcWareDbBehavior"
                  />
      </client>
      ...
  • Logging
    • ../system.diagnostics/../listener
    • standard .NET logging, extensible in a standard way
  • Metadata cache
    • Path to the folder where cached metadata should be stored
      ...
      <appSettings>
        <add key="KeyValuePersistentStorageRoot" value="c:\temp\spdba"/>
      </appSettings>
      ...
  • © Energocentrum Plus, s.r.o. 2017 - 2024