From aaa4338292f0f400b39e9836c5b8a57e869e77ed Mon Sep 17 00:00:00 2001 From: wangsr Date: Sat, 9 Dec 2023 17:16:30 +0800 Subject: [PATCH] =?UTF-8?q?add=20-=20=E4=B8=8A=E4=B8=80=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E9=81=97=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LjDeliver/Entity/PlcTempEntity.cs | 58 +++++++++++++++++++ .../Mesnac.Action.ChemicalWeighing.csproj | 1 + 2 files changed, 59 insertions(+) create mode 100644 Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjDeliver/Entity/PlcTempEntity.cs diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjDeliver/Entity/PlcTempEntity.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjDeliver/Entity/PlcTempEntity.cs new file mode 100644 index 0000000..a587b9f --- /dev/null +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjDeliver/Entity/PlcTempEntity.cs @@ -0,0 +1,58 @@ +using Mesnac.Controls.Default; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Mesnac.Action.ChemicalWeighing.LjDeliver.Entity +{ + internal class PlcTempEntity + { + public MCLabel PR1ASI01 { get; set; } + public MCLabel PR1BSI01 { get; set; } + public MCLabel PR1CSI01 { get; set; } + public MCLabel PR1DSI01 { get; set; } + public MCLabel PR1ESI01 { get; set; } + public MCLabel PR1FSI01 { get; set; } + public MCLabel PR1GSI01 { get; set; } + public MCLabel PR1HSI01 { get; set; } + public MCLabel PR1ISI01 { get; set; } + public MCLabel PR1JSI01 { get; set; } + public MCLabel PR1KSI01 { get; set; } + public MCLabel PR1LSI01 { get; set; } + public MCLabel PR1MSI01 { get; set; } + public MCLabel PR1NSI01 { get; set; } + public MCLabel PR1OSI01 { get; set; } + public MCLabel HR1ASI01 { get; set; } + public MCLabel HR1BSI01 { get; set; } + public MCLabel HR1CSI01 { get; set; } + public MCLabel HR1DSI01 { get; set; } + public MCLabel HR1ESI01 { get; set; } + public MCLabel HR1FSI01 { get; set; } + public MCLabel HR1GSI01 { get; set; } + public MCLabel HR1HSI01 { get; set; } + public MCLabel HR1ISI01 { get; set; } + public MCLabel HR1JSI01 { get; set; } + public MCLabel HR1KSI01 { get; set; } + public MCLabel HR1LSI01 { get; set; } + public MCLabel HR1MSI01 { get; set; } + public MCLabel HR1NSI01 { get; set; } + public MCLabel HR1OSI01 { get; set; } + public MCLabel HR1ASI02 { get; set; } + public MCLabel HR1BSI02 { get; set; } + public MCLabel HR1CSI02 { get; set; } + public MCLabel HR1DSI02 { get; set; } + public MCLabel HR1ESI02 { get; set; } + public MCLabel HR1FSI02 { get; set; } + public MCLabel HR1GSI02 { get; set; } + public MCLabel HR1HSI02 { get; set; } + public MCLabel HR1ISI02 { get; set; } + public MCLabel HR1JSI02 { get; set; } + public MCLabel HR1KSI02 { get; set; } + public MCLabel HR1LSI02 { get; set; } + public MCLabel HR1MSI02 { get; set; } + public MCLabel HR1NSI02 { get; set; } + public MCLabel HR1OSI02 { get; set; } + } +} diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj index bf6fed2..908cbb8 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj @@ -304,6 +304,7 @@ +