Skip to content

Instantly share code, notes, and snippets.

@ShilGen
Last active July 8, 2023 00:51
Show Gist options
  • Save ShilGen/dfe960454b1684c8c5e19e62f836b288 to your computer and use it in GitHub Desktop.
Save ShilGen/dfe960454b1684c8c5e19e62f836b288 to your computer and use it in GitHub Desktop.

Путь в меню: Инструменты → Информобмен → МЭК 61968 (ПОДИС)

На странице Субъекты → Iec2013 (выделить строку в таблице) → Параметры → Транспорт

Файл настроек тестового клиента

изображение

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="IEC61968ClientV2013.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath=".\DevExpress" />
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="HtmlAgilityPack" publicKeyToken="bd319b19eaf3b43a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.11.17.0" newVersion="1.11.17.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup>
<applicationSettings>
<IEC61968ClientV2013.Properties.Settings>
<setting name="masterServiceAddress" serializeAs="String">
<value>http://{0}:8014/IEC61968ClientV2013</value>
</setting>
<setting name="userName" serializeAs="String">
<value>podis</value>
</setting>
<setting name="password" serializeAs="String">
<value>123456</value>
</setting>
<setting name="remoteServiceAddress" serializeAs="String">
<value>http://10.10.10.45:8004/PyramidIEC619682013</value>
</setting>
<setting name="useAuth" serializeAs="String">
<value>True</value>
</setting>
<setting name="sourceHeaderField" serializeAs="String">
<value>Iec2013</value>
</setting>
</IEC61968ClientV2013.Properties.Settings>
</applicationSettings>
<appSettings>
<add key="debugLogs" value="0" />
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment