Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:mervis-db:installation:spdba [2018/06/26 11:22]
m.kulvejt [Web.config]
en:mervis-db:installation:spdba [2018/06/29 15:32] (current)
Line 1: Line 1:
 ====== SPDBA ====== ====== SPDBA ======
  
-ASP.NET application to convert binary data sent from Mervis PLC into SOAP calls of Mervis DB.+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, ...).
  
 ===== Requirements ===== ===== Requirements =====
Line 12: Line 12:
  
   * Mervis DB settings   * Mervis DB settings
-    * URL of the MervisDB server: ../system.serviceModel/client/endpoint/@address+    * URL of the MervisDB server: ../system.serviceModel/client/endpoint/@address <code xml>... 
 +<client> 
 +  <endpoint address="http://localhost:9876/RcWareDbAccess" 
 +            binding="basicHttpBinding" 
 +            bindingConfiguration="RcWareDbAccess" 
 +            contract="ESG.Db.ServerAccess.HistoryDbAccess" 
 +            name="RcWareDbAccess" 
 +            behaviorConfiguration="RcWareDbBehavior" 
 +            /> 
 +</client> 
 +...</code>
   * Logging   * Logging
     *  ../system.diagnostics/../listener     *  ../system.diagnostics/../listener
     * standard .NET logging, extensible in a standard way     * standard .NET logging, extensible in a standard way
   * Metadata cache   * Metadata cache
-    * File system storage +    * Path to the folder where cached metadata should be stored <code xml> 
-    * Stores metadata information from PLCs and saves amount of data that would have to be transmitted+..
-    appSettingskey=KeyValuePersistentStorageRootvalue="path in the file system"More complex structure of files and directories will be created under this pathData can be deleted anytime. New data will be negotiated with PLCs.+<appSettings
 +  <add key="KeyValuePersistentStorageRootvalue="c:\temp\spdba"/> 
 +</appSettings> 
 +...</code>
  
  • © Energocentrum Plus, s.r.o. 2017 - 2024