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.
lj_plc/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjMixManager/RecipePlcView.cs

17 lines
428 B
C#

namespace Mesnac.Action.ChemicalWeighing.LjMixManager
{
public class RecipePlcView
{
public int Bin { get; set; }
public float Set { get; set; }
public float TolErance { get; set; }
}
public class Step
{
public int MixCode { get; set; }
public int MixTime { get; set; }
public float MixTemp { get; set; }
public float MixSpeed { get; set; }
}
}