chore: 初始化合力驱动桥MES采集程序

This commit is contained in:
yexingqiang
2026-05-29 13:50:18 +08:00
commit 866412ccf3
1371 changed files with 182049 additions and 0 deletions

BIN
dll_common/AsyncIO.dll Normal file

Binary file not shown.

BIN
dll_common/BasicData.dll Normal file

Binary file not shown.

BIN
dll_common/BasicData.pdb Normal file

Binary file not shown.

Binary file not shown.

BIN
dll_common/ConLink.dll Normal file

Binary file not shown.

Binary file not shown.

BIN
dll_common/DoWhatPlc.dll Normal file

Binary file not shown.

BIN
dll_common/DoWhatPlc.pdb Normal file

Binary file not shown.

Binary file not shown.

BIN
dll_common/MQTT.dll Normal file

Binary file not shown.

Binary file not shown.

BIN
dll_common/MQTTnet.dll Normal file

Binary file not shown.

BIN
dll_common/MesControl.dll Normal file

Binary file not shown.

BIN
dll_common/MesControl.pdb Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dll_common/MesWork.PLC.dll Normal file

Binary file not shown.

BIN
dll_common/MesWork.PLC.pdb Normal file

Binary file not shown.

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!--基础数据Excel表名称-->
<!--<add key="BasicDataTableFile" value="长春一汽.xlsx" />-->
<add key="BasicDataTableFile" value="WC.xlsx" />
<!--<add key="BasicDataTableFile" value="MES_基础数据加报警加手动加回写_新加时间间隔_改工位名称.xlsx" />-->
<!--是演示模式-->
<add key="IsDemoMesServer" value="0" />
<!--MQTT-->
<add key="MqttUrl" value="192.168.1.188:1883,123" />
<!--WebApi端口号-->
<add key="WebApiPort" value="41185" />
<!--日志文件路径-->
<add key="TraceFolderPath" value="C:\MW\T20230215" />
<!--是启用写监控报错日志-->
<add key="IsWriteMonitorLog" value="1" />
<add key="ConnectionString" value="server=124.220.15.242\MSSQLSERVER2012,1433;database=MacroinfBasicDB;uid=sa;pwd=126.com;Connection Reset=FALSE;Max Pool Size = 1000" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.AspNetCore.Http.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.AspNetCore.Http.Features" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

BIN
dll_common/MesWork.pdb Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
dll_common/NPOI.OOXML.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dll_common/NPOI.dll Normal file

Binary file not shown.

BIN
dll_common/NetMQ.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dll_common/Opc.Ua.Core.dll Normal file

Binary file not shown.

BIN
dll_common/OpcUaHelper.dll Normal file

Binary file not shown.

BIN
dll_common/OpcUaHelper.pdb Normal file

Binary file not shown.

1281
dll_common/OpcUaHelper.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
dll_common/SqlCmd.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dll_common/WC.xlsx Normal file

Binary file not shown.