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.
55 lines
1.8 KiB
C#
55 lines
1.8 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.ManualControl
|
|
{
|
|
public class FHslSwitchEntity
|
|
{
|
|
public HslSwitch ForceControlCA { get; set; }
|
|
public HslSwitch ForceControlHA { get; set; }
|
|
public HslSwitch ForceControlCB { get; set; }
|
|
public HslSwitch ForceControlHB { get; set; }
|
|
}
|
|
|
|
public class FMCTextBoxEntity
|
|
{
|
|
public MCTextBox SetWaterValue1 { get; set; }
|
|
public MCTextBox SetWaterValue2 { get; set; }
|
|
public MCTextBox SetWaterValue3 { get; set; }
|
|
public MCTextBox SetWaterValue4 { get; set; }
|
|
public MCTextBox StayWaterValue1 { get; set; }
|
|
public MCTextBox StayWaterValue2 { get; set; }
|
|
public MCTextBox StayWaterValue3 { get; set; }
|
|
public MCTextBox StayWaterValue4 { get; set; }
|
|
}
|
|
|
|
public class FMCButtonEntity
|
|
{
|
|
public MCButton StartMetage1 { get; set; }
|
|
public MCButton StartMetage2 { get; set; }
|
|
public MCButton StartMetage3 { get; set; }
|
|
public MCButton StartMetage4 { get; set; }
|
|
public MCButton StartOut1 { get; set; }
|
|
public MCButton StartOut2 { get; set; }
|
|
public MCButton StartOut3 { get; set; }
|
|
public MCButton StartOut4 { get; set; }
|
|
}
|
|
|
|
public class FMCRadioButtonEntity
|
|
{
|
|
public MCRadioButton Gel1 { get; set; }
|
|
public MCRadioButton Gel2 { get; set; }
|
|
public MCRadioButton Gel3 { get; set; }
|
|
public MCRadioButton Gel4 { get; set; }
|
|
public MCRadioButton Gel5 { get; set; }
|
|
public MCRadioButton Gel6 { get; set; }
|
|
public MCRadioButton Gel7 { get; set; }
|
|
public MCRadioButton Gel8 { get; set; }
|
|
}
|
|
}
|