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, …).
... <client> <endpoint address="http://localhost:9876/RcWareDbAccess" binding="basicHttpBinding" bindingConfiguration="RcWareDbAccess" contract="ESG.Db.ServerAccess.HistoryDbAccess" name="RcWareDbAccess" behaviorConfiguration="RcWareDbBehavior" /> </client> ...
... <appSettings> <add key="KeyValuePersistentStorageRoot" value="c:\temp\spdba"/> </appSettings> ...