chore: 初始化合力驱动桥MES采集程序
This commit is contained in:
BIN
dll_common/AsyncIO.dll
Normal file
BIN
dll_common/AsyncIO.dll
Normal file
Binary file not shown.
BIN
dll_common/BasicData.dll
Normal file
BIN
dll_common/BasicData.dll
Normal file
Binary file not shown.
BIN
dll_common/BasicData.pdb
Normal file
BIN
dll_common/BasicData.pdb
Normal file
Binary file not shown.
BIN
dll_common/BouncyCastle.Crypto.dll
Normal file
BIN
dll_common/BouncyCastle.Crypto.dll
Normal file
Binary file not shown.
BIN
dll_common/ConLink.dll
Normal file
BIN
dll_common/ConLink.dll
Normal file
Binary file not shown.
BIN
dll_common/DataLinkMesWork.dll
Normal file
BIN
dll_common/DataLinkMesWork.dll
Normal file
Binary file not shown.
BIN
dll_common/DoWhatPlc.dll
Normal file
BIN
dll_common/DoWhatPlc.dll
Normal file
Binary file not shown.
BIN
dll_common/DoWhatPlc.pdb
Normal file
BIN
dll_common/DoWhatPlc.pdb
Normal file
Binary file not shown.
BIN
dll_common/ICSharpCode.SharpZipLib.dll
Normal file
BIN
dll_common/ICSharpCode.SharpZipLib.dll
Normal file
Binary file not shown.
BIN
dll_common/MQTT.dll
Normal file
BIN
dll_common/MQTT.dll
Normal file
Binary file not shown.
BIN
dll_common/MQTTnet.Extensions.ManagedClient.dll
Normal file
BIN
dll_common/MQTTnet.Extensions.ManagedClient.dll
Normal file
Binary file not shown.
BIN
dll_common/MQTTnet.dll
Normal file
BIN
dll_common/MQTTnet.dll
Normal file
Binary file not shown.
BIN
dll_common/MesControl.dll
Normal file
BIN
dll_common/MesControl.dll
Normal file
Binary file not shown.
BIN
dll_common/MesControl.pdb
Normal file
BIN
dll_common/MesControl.pdb
Normal file
Binary file not shown.
BIN
dll_common/MesWork.DeviceDriver.dll
Normal file
BIN
dll_common/MesWork.DeviceDriver.dll
Normal file
Binary file not shown.
BIN
dll_common/MesWork.DeviceDriver.pdb
Normal file
BIN
dll_common/MesWork.DeviceDriver.pdb
Normal file
Binary file not shown.
BIN
dll_common/MesWork.PLC.dll
Normal file
BIN
dll_common/MesWork.PLC.dll
Normal file
Binary file not shown.
BIN
dll_common/MesWork.PLC.pdb
Normal file
BIN
dll_common/MesWork.PLC.pdb
Normal file
Binary file not shown.
64
dll_common/MesWork.exe.config
Normal file
64
dll_common/MesWork.exe.config
Normal 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
BIN
dll_common/MesWork.pdb
Normal file
Binary file not shown.
BIN
dll_common/Monitor.MesWork.dll
Normal file
BIN
dll_common/Monitor.MesWork.dll
Normal file
Binary file not shown.
BIN
dll_common/Monitor.MesWork.pdb
Normal file
BIN
dll_common/Monitor.MesWork.pdb
Normal file
Binary file not shown.
2860
dll_common/Monitor.MesWork.xml
Normal file
2860
dll_common/Monitor.MesWork.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
dll_common/NPOI.OOXML.dll
Normal file
BIN
dll_common/NPOI.OOXML.dll
Normal file
Binary file not shown.
BIN
dll_common/NPOI.OpenXml4Net.dll
Normal file
BIN
dll_common/NPOI.OpenXml4Net.dll
Normal file
Binary file not shown.
BIN
dll_common/NPOI.OpenXmlFormats.dll
Normal file
BIN
dll_common/NPOI.OpenXmlFormats.dll
Normal file
Binary file not shown.
BIN
dll_common/NPOI.dll
Normal file
BIN
dll_common/NPOI.dll
Normal file
Binary file not shown.
BIN
dll_common/NetMQ.dll
Normal file
BIN
dll_common/NetMQ.dll
Normal file
Binary file not shown.
BIN
dll_common/Newtonsoft.Json.dll
Normal file
BIN
dll_common/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
dll_common/Opc.Ua.Client.dll
Normal file
BIN
dll_common/Opc.Ua.Client.dll
Normal file
Binary file not shown.
BIN
dll_common/Opc.Ua.Configuration.dll
Normal file
BIN
dll_common/Opc.Ua.Configuration.dll
Normal file
Binary file not shown.
BIN
dll_common/Opc.Ua.Core.dll
Normal file
BIN
dll_common/Opc.Ua.Core.dll
Normal file
Binary file not shown.
BIN
dll_common/OpcUaHelper.dll
Normal file
BIN
dll_common/OpcUaHelper.dll
Normal file
Binary file not shown.
BIN
dll_common/OpcUaHelper.pdb
Normal file
BIN
dll_common/OpcUaHelper.pdb
Normal file
Binary file not shown.
1281
dll_common/OpcUaHelper.xml
Normal file
1281
dll_common/OpcUaHelper.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
dll_common/SqlCmd.dll
Normal file
BIN
dll_common/SqlCmd.dll
Normal file
Binary file not shown.
BIN
dll_common/System.Net.Http.Formatting.dll
Normal file
BIN
dll_common/System.Net.Http.Formatting.dll
Normal file
Binary file not shown.
BIN
dll_common/System.Net.Http.dll
Normal file
BIN
dll_common/System.Net.Http.dll
Normal file
Binary file not shown.
BIN
dll_common/System.Web.Cors.dll
Normal file
BIN
dll_common/System.Web.Cors.dll
Normal file
Binary file not shown.
BIN
dll_common/System.Web.Http.Cors.dll
Normal file
BIN
dll_common/System.Web.Http.Cors.dll
Normal file
Binary file not shown.
BIN
dll_common/System.Web.Http.SelfHost.dll
Normal file
BIN
dll_common/System.Web.Http.SelfHost.dll
Normal file
Binary file not shown.
BIN
dll_common/System.Web.Http.dll
Normal file
BIN
dll_common/System.Web.Http.dll
Normal file
Binary file not shown.
BIN
dll_common/WC.xlsx
Normal file
BIN
dll_common/WC.xlsx
Normal file
Binary file not shown.
Reference in New Issue
Block a user