You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
142 lines
5.9 KiB
C#
142 lines
5.9 KiB
C#
using Mesnac.Controls.ChemicalWeighing;
|
|
using Mesnac.Controls.Default;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.LjDeliverControlBoard.Entity
|
|
{
|
|
public class MCButtonEntity
|
|
{
|
|
public MCButton BoardOnA { get; set; }
|
|
public MCButton DownLoadBoardA { get; set; }
|
|
public MCButton BoardStartA { get; set; }
|
|
public MCButton BoardStopA { get; set; }
|
|
public MCButton AlarmClearA { get; set; }
|
|
public MCButton BoardOnB { get; set; }
|
|
public MCButton DownLoadBoardB { get; set; }
|
|
public MCButton BoardStartB { get; set; }
|
|
public MCButton BoardStopB { get; set; }
|
|
public MCButton AlarmClearB { get; set; }
|
|
public MCButton BoardOnC { get; set; }
|
|
public MCButton DownLoadBoardC { get; set; }
|
|
public MCButton BoardStartC { get; set; }
|
|
public MCButton BoardStopC { get; set; }
|
|
public MCButton AlarmClearC { get; set; }
|
|
public MCButton SwitchAutoMode { get; set; }
|
|
public MCButton SwitchManualMode { get; set; }
|
|
public MCButton ManualModeOnOff { get; set; }
|
|
public MCButton AutoModeOnOff { get; set; }
|
|
|
|
}
|
|
|
|
public class MCLabelEntity
|
|
{
|
|
public MCLabel NowMode { get; set; }
|
|
public MCLabel NowAuto { get; set; }
|
|
public MCLabel NowManual { get; set; }
|
|
|
|
}
|
|
|
|
public class MCRadioButtonEntity
|
|
{
|
|
public MCRadioButton SingleBottle1A { get; set; }
|
|
public MCRadioButton SingleBottle2A { get; set; }
|
|
public MCRadioButton DoubleBottleA { get; set; }
|
|
public MCRadioButton StoreGroupAA { get; set; }
|
|
public MCRadioButton StoreGroupBA { get; set; }
|
|
public MCRadioButton StoreGroupCA { get; set; }
|
|
public MCRadioButton StoreGroupDA { get; set; }
|
|
public MCRadioButton StoreGroupEA { get; set; }
|
|
public MCRadioButton StoreGroupNoneA { get; set; }
|
|
public MCRadioButton StoreAA { get; set; }
|
|
public MCRadioButton StoreBA { get; set; }
|
|
public MCRadioButton StoreCA { get; set; }
|
|
public MCRadioButton StoreDA { get; set; }
|
|
public MCRadioButton StoreNoneA { get; set; }
|
|
public MCRadioButton SingleBottle1B { get; set; }
|
|
public MCRadioButton SingleBottle2B { get; set; }
|
|
public MCRadioButton DoubleBottleB { get; set; }
|
|
public MCRadioButton StoreGroupAB { get; set; }
|
|
public MCRadioButton StoreGroupBB { get; set; }
|
|
public MCRadioButton StoreGroupCB { get; set; }
|
|
public MCRadioButton StoreGroupDB { get; set; }
|
|
public MCRadioButton StoreGroupEB { get; set; }
|
|
public MCRadioButton StoreGroupNoneB { get; set; }
|
|
public MCRadioButton StoreAB { get; set; }
|
|
public MCRadioButton StoreBB { get; set; }
|
|
public MCRadioButton StoreCB { get; set; }
|
|
public MCRadioButton StoreDB { get; set; }
|
|
public MCRadioButton StoreNoneB { get; set; }
|
|
public MCRadioButton SingleBottle1C { get; set; }
|
|
public MCRadioButton SingleBottle2C { get; set; }
|
|
public MCRadioButton DoubleBottleC { get; set; }
|
|
public MCRadioButton StoreGroupAC { get; set; }
|
|
public MCRadioButton StoreGroupBC { get; set; }
|
|
public MCRadioButton StoreGroupCC { get; set; }
|
|
public MCRadioButton StoreGroupDC { get; set; }
|
|
public MCRadioButton StoreGroupEC { get; set; }
|
|
public MCRadioButton StoreGroupNoneC { get; set; }
|
|
public MCRadioButton StoreAC { get; set; }
|
|
public MCRadioButton StoreBC { get; set; }
|
|
public MCRadioButton StoreCC { get; set; }
|
|
public MCRadioButton StoreDC { get; set; }
|
|
public MCRadioButton StoreNoneC { get; set; }
|
|
|
|
}
|
|
|
|
public class SwitchLightEntity
|
|
{
|
|
public SwitchLight SGLAA { get; set; }
|
|
public SwitchLight SGLBA { get; set; }
|
|
public SwitchLight SGLCA { get; set; }
|
|
public SwitchLight SGLDA { get; set; }
|
|
public SwitchLight SGLEA { get; set; }
|
|
public SwitchLight SLAA { get; set; }
|
|
public SwitchLight SLBA { get; set; }
|
|
public SwitchLight SLCA { get; set; }
|
|
public SwitchLight SLDA { get; set; }
|
|
public SwitchLight StartLightA { get; set; }
|
|
public SwitchLight StopLightA { get; set; }
|
|
public SwitchLight RoadCorrectA { get; set; }
|
|
public SwitchLight TubeCleanA { get; set; }
|
|
public SwitchLight ActionBottleFullA { get; set; }
|
|
public SwitchLight AlarmLightA { get; set; }
|
|
public SwitchLight SGLAB { get; set; }
|
|
public SwitchLight SGLBB { get; set; }
|
|
public SwitchLight SGLCB { get; set; }
|
|
public SwitchLight SGLDB { get; set; }
|
|
public SwitchLight SGLEB { get; set; }
|
|
public SwitchLight SLAB { get; set; }
|
|
public SwitchLight SLBB { get; set; }
|
|
public SwitchLight SLCB { get; set; }
|
|
public SwitchLight SLDB { get; set; }
|
|
public SwitchLight StartLightB { get; set; }
|
|
public SwitchLight StopLightB { get; set; }
|
|
public SwitchLight RoadCorrectB { get; set; }
|
|
public SwitchLight TubeCleanB { get; set; }
|
|
public SwitchLight ActionBottleFullB { get; set; }
|
|
public SwitchLight AlarmLightB { get; set; }
|
|
public SwitchLight SGLAC { get; set; }
|
|
public SwitchLight SGLBC { get; set; }
|
|
public SwitchLight SGLCC { get; set; }
|
|
public SwitchLight SGLDC { get; set; }
|
|
public SwitchLight SGLEC { get; set; }
|
|
public SwitchLight SLAC { get; set; }
|
|
public SwitchLight SLBC { get; set; }
|
|
public SwitchLight SLCC { get; set; }
|
|
public SwitchLight SLDC { get; set; }
|
|
public SwitchLight StartLightC { get; set; }
|
|
public SwitchLight StopLightC { get; set; }
|
|
public SwitchLight RoadCorrectC { get; set; }
|
|
public SwitchLight TubeCleanC { get; set; }
|
|
public SwitchLight ActionBottleFullC { get; set; }
|
|
public SwitchLight AlarmLightC { get; set; }
|
|
|
|
}
|
|
|
|
|
|
}
|