From 1344fe88e8dd841643490d6debb564f4eafa6ceb Mon Sep 17 00:00:00 2001 From: wenjy Date: Thu, 4 Jan 2024 11:16:56 +0800 Subject: [PATCH] =?UTF-8?q?change-=E9=97=A8=E4=BD=93=E5=8F=91=E6=B3=A1?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A8=A1=E5=85=B7=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aucma.Core.DoorFoam/Business/DoorCollection.cs | 2 +- Aucma.Core.DoorFoam/appsettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Aucma.Core.DoorFoam/Business/DoorCollection.cs b/Aucma.Core.DoorFoam/Business/DoorCollection.cs index a5d4ccdb..72d9b131 100644 --- a/Aucma.Core.DoorFoam/Business/DoorCollection.cs +++ b/Aucma.Core.DoorFoam/Business/DoorCollection.cs @@ -62,7 +62,6 @@ namespace Aucma.Core.DoorFoam.Business //读取所有模具产量 List moldOutPutList = ReadModeProduct(obj); - #region 读取设备状态(1运行 2停机 3故障)、生产节拍、节拍、设备报警 byte[] info = obj.plc.Read("DB4.2086", 10); int deviceStatus = 0; @@ -90,6 +89,7 @@ namespace Aucma.Core.DoorFoam.Business { StationTrolleyNumber = moldStatus.StationTrolleyNumber, GunNumber = moldStatus.GunNumber, + MoldStatus = moldStatus.MoldStatus, MoldType_A = moldType.MoldType_A, MoldType_B = moldType.MoldType_B, MoldProdutionA = moldOutPut.MoldProdutionA, diff --git a/Aucma.Core.DoorFoam/appsettings.json b/Aucma.Core.DoorFoam/appsettings.json index 18151360..cd7bdc62 100644 --- a/Aucma.Core.DoorFoam/appsettings.json +++ b/Aucma.Core.DoorFoam/appsettings.json @@ -202,7 +202,7 @@ "EquipName": "FoamPlc", "PlcType": "Siemens", "Enabled": true, - "IP": "10.10.93.180", + "IP": "10.10.92.180", "Port": 102 }, {