From 9f68524f3e357266983f5d92ff1faacb79fcaeb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=AB=E9=94=84=E5=A4=B4?= Date: Wed, 24 Jan 2024 16:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=AD=E9=BB=919?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mesnac.Action.ChemicalWeighing/LjMetage/MetageHelp.cs | 3 +++ .../LjReport/DayWhiteEmbryo/GhWuLiaoInitDb.cs | 4 ++-- Main/MCEdit/Data/MCProject/nodeDataSource.xml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjMetage/MetageHelp.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjMetage/MetageHelp.cs index a99e64f..67404f7 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjMetage/MetageHelp.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjMetage/MetageHelp.cs @@ -24,6 +24,9 @@ namespace Mesnac.Action.ChemicalWeighing.LjMetage int jobTime = start + 16; PlcConnect.Instance.Write($"DB2107.{highSpeed}.0", view.HighSpeed); + + + PlcConnect.Instance.Write($"DB2107.{lowSpeed}.0", view.LowSpeed); PlcConnect.Instance.Write($"DB2107.{weightSlow}.0", view.WeightSlow); PlcConnect.Instance.Write($"DB2107.{precut}.0", view.Precut); diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjReport/DayWhiteEmbryo/GhWuLiaoInitDb.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjReport/DayWhiteEmbryo/GhWuLiaoInitDb.cs index a6977ec..76798a2 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjReport/DayWhiteEmbryo/GhWuLiaoInitDb.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjReport/DayWhiteEmbryo/GhWuLiaoInitDb.cs @@ -170,9 +170,9 @@ namespace Mesnac.Action.ChemicalWeighing.LjReport.DayWhiteEmbryo dt.Columns.Add("机台", typeof(string)); dt.Columns.Add("小料1总量", typeof(string)); - dt.Columns.Add("小料2总量", typeof(string)); + dt.Columns.Add("碳酸钙总量", typeof(string)); dt.Columns.Add("木粉总量", typeof(string)); - dt.Columns.Add("炭酸钙总量", typeof(string)); + dt.Columns.Add("碳粉9总量", typeof(string)); dt.Columns.Add("木薯粉总量", typeof(string)); dt.Columns.Add("玉米粉总量", typeof(string)); diff --git a/Main/MCEdit/Data/MCProject/nodeDataSource.xml b/Main/MCEdit/Data/MCProject/nodeDataSource.xml index de0e88a..8b8afb4 100644 --- a/Main/MCEdit/Data/MCProject/nodeDataSource.xml +++ b/Main/MCEdit/Data/MCProject/nodeDataSource.xml @@ -1,3 +1,3 @@ - + \ No newline at end of file