feat: 增加LG/TCS-AGV接口并完善物料校验与Function逻辑

This commit is contained in:
XingCheng3
2026-07-16 16:47:45 +08:00
parent 7303ddde9a
commit 8e44e11248
74 changed files with 4324 additions and 1091 deletions

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -4,18 +4,18 @@
<!--配置信号表的模板表路径-->
<add key="BasicDataTableFile" value="SIGNAL_MODEL.xlsx" />
<!--变量模拟测试开关1为开启-->
<add key="IsDemoMesServer" value="1" />
<add key="IsDemoMesServer" value="0" />
<!--是启用写监控报错日志-->
<add key="IsWriteMonitorLog" value="1" />
<!--是启用保存监控变量到数据库-->
<add key="IsRecordTagStatus" value="1" />
<!--数据库连接-->
<add key="ConnectionString_MES" value="server=.,1333;User ID=sa;Password=126.com;database=MESBasicDB_XD_ZZ;Connection Reset=FALSE" />
<add key="ConnectionString_MES" value="server=127.0.0.1,25001;User ID=meswork;Password=126.com;database=MESBasicDB_XD_GLKG;Connection Reset=FALSE" />
<!--MQTT参数配置-->
<!--<add key="MqttUrl" value="172.16.1.5:1883,WEB/InstantMessaging/XD_GLKG/MisServer" />-->
<add key="MqttUrl" value="127.0.0.1:1883,WEB/InstantMessaging/XD_ZZ/MisServer" />
<add key="TopicList" value="PLC/InstantMessaging/XD_ZZ/+,PLC|WEB/InstantMessaging/XD_ZZ/MisServer,WEB" />
<add key="MqttTargetTopic" value="MES/InstantMessaging/XD_ZZ" />
<add key="MqttUrl" value="127.0.0.1:1883,WEB/InstantMessaging/XD_GLKG/MisServer" />
<add key="TopicList" value="PLC/InstantMessaging/XD_GLKG/+,PLC|WEB/InstantMessaging/XD_GLKG/MisServer,WEB" />
<add key="MqttTargetTopic" value="MES/InstantMessaging/XD_GLKG" />
<!--电阻仪地址-->
<add key="ResistorDeviceIP_AC0901" value="192.168.10.59" />
<add key="ResistorDeviceIP_AC0906" value="192.168.10.109" />
@@ -25,7 +25,7 @@
<add key="ResistorDevicePort" value="8088" />
<!--实时监控MES在线状态-->
<add key="Webapi_MesIP" value="10.112.254.40" />
<add key="Webapi_MesIP" value="mes.xkyx.com.cn" />
<!--API端口号-->
<add key="WebSvrPort" value="9982" />
<add key="upload_Interval" value="10000" />
@@ -36,7 +36,7 @@
<add key="WebapiPostHeader_Authorization" value="Bearer c4a965c1-84e4-764e-9108-7fe66c239b54" />
<!--MES_ZHDQ_126GLKG MES_ZHDQ_126DLQ MES_ZHDQ_126ZZ-->
<add key="WebapiPostHeader_Systemcode" value="MES_ZHDQ_126ZZ" />
<add key="WebapiPostHeader_Systemcode" value="MES_ZHDQ_126GLKG" />
<!--工厂AGV部分-->
<add key="AGV_BaseUrl" value="http://10.107.68.36:8181" />
@@ -111,4 +111,4 @@
</providers>
</roleManager>
</system.web>
</configuration>
</configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.