App.config 2.3 KB
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
  </startup>
  <appSettings>
    <!--AGV系统标识:NEOTEL-1C,NEOTEL-3D,NEOTEL-3C,NEOTEL-4C,NEOTEL-4D-->
    <add key="AppIdentity" value="NEOTEL" />
    <!--ITS服务器-->
    <add key="ITS" value="10.85.17.233" />
    <!--AGV服务端口-->
    <add key="WebService" value="http://127.0.0.1:8888" />
    <!--云仓服务器端口-->
    <add key="http.server" value="http://10.85.199.25/myproject/" />
    <!--ITS智能物流系统服务端口-->
    <add key="ITS_UpdateLine" value="http://10.85.17.233/ESMTCommonInterface/CommonService.asmx/" />
    <!--电梯控制系统系统服务端口-->
    <add key="Lift_Server" value="http://127.0.0.1:8887/lift/" />
    <!--日志配置文件名-->
    <add key="log4net_configname" value="log4net.config" />
    <!--agv配置文件名-->
    <add key="File_AgvInfo" value="agvinfos.xml" />
    <!--agv任务配置文件名-->
    <add key="File_AgvTaskInfo" value="taskinfos.xml" />
    <!--点位配置文件名-->
    <add key="File_NodeInfo" value="nodeinfos.xml" />
    <!--使用到的电梯名配置名-->
    <add key="Lift_Names" value="LEFT_D2,LEFT_C1" />
    <!--充电最低/最高电量值-->
    <add key="ChargeThreshold" value="20,90" />
    <!--等待人员操作超时时间(分钟)-->
    <add key="WaitTimeout" value="5" />
    <!--停留超时异常上报时间(分钟)-->
    <add key="StandTimeout" value="6" />
    <!--Agv上下文信息文件名-->
    <add key="FileName_AgvContext" value="AgvContext.json" />
  </appSettings>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2.0.12.0" newVersion="2.0.12.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="RestSharp" publicKeyToken="598062e77f915f75" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-106.11.4.0" newVersion="106.11.4.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>