init: 潍柴发动机线 中央控制程序 项目首次入库
This commit is contained in:
32
SCADA/App.config
Normal file
32
SCADA/App.config
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="NotHandlerSignal" value="0" />
|
||||
<add key="IsDemoMesServer" value="1" />
|
||||
<add key="IsAllowWrite" value="1" />
|
||||
<add key="BasicDataTableFile" value="WC_CONTROL.xlsx" />
|
||||
<!--是启用写监控报错日志-->
|
||||
<add key="IsWriteMonitorLog" value="0" />
|
||||
<add key="IsWriteLog4" value="1" />
|
||||
<!--数据库连接-->
|
||||
<!--<add key="ConnectionString" value="server=.\V2019;database=WC_WP12T_13L;uid=sa;pwd=126.com;Connection Reset=FALSE;Max Pool Size = 1000" />-->
|
||||
<add key="ConnectionString" value="server=.,1333;database=WC_WP12T_13L;uid=sa;pwd=126.com;Connection Reset=FALSE;Max Pool Size = 1000" />
|
||||
|
||||
<!--上线工位名称-->
|
||||
<add key="OPCodes_LineSet" value="OP3020" />
|
||||
<add key="LineID_Product" value="120000001" />
|
||||
|
||||
<!--BOM接口 测试环境-->
|
||||
<add key="WebAPI_Url_Boms" value="http://10.0.11.40:9000/open/listBoms" />
|
||||
<!--BOM接口 正式环境-->
|
||||
<!--<add key="WebAPI_Url_Boms" value="http://mes4api.weichai.com/open/listBoms" />-->
|
||||
|
||||
<add key="WebAPI_Url_Quality" value="http://mes4api.weichai.com/open/saveTwoPlant" />
|
||||
<add key="ProgramPartial" value="2" />
|
||||
<add key="WebSvrPort" value="9981" />
|
||||
|
||||
</appSettings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user