using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel;
using System.Reflection;
using System.Diagnostics;
using System.Windows.Media;
using Misc;
using FLY.OBJComponents.IService;
using System.Threading;
namespace FLY.IBC.Common
{
public class TempArea : INotifyPropertyChanged, IPropertyOpt
{
public TempArea(string number)
{
Number = number;
TemperaturesBinding();
}
///
/// 名称:M,A,B,C,D,E
///
public string Number { get; set; }
#region 辅助代码生成
///
/// 温度显示1
///
[Description("温度显示1")]
public float TempPV1{ get; set; }
///
/// 温度显示2
///
[Description("温度显示2")]
public float TempPV2{ get; set; }
///
/// 温度显示3
///
[Description("温度显示3")]
public float TempPV3{ get; set; }
///
/// 温度显示4
///
[Description("温度显示4")]
public float TempPV4{ get; set; }
///
/// 温度显示5
///
[Description("温度显示5")]
public float TempPV5{ get; set; }
///
/// 温度显示6
///
[Description("温度显示6")]
public float TempPV6{ get; set; }
///
/// 通道选择1
///
[Description("通道选择1")]
public float Channel1{ get; set; }
///
/// 通道选择2
///
[Description("通道选择2")]
public float Channel2{ get; set; }
///
/// 通道选择3
///
[Description("通道选择3")]
public float Channel3{ get; set; }
///
/// 通道选择4
///
[Description("通道选择4")]
public float Channel4{ get; set; }
///
/// 通道选择5
///
[Description("通道选择5")]
public float Channel5{ get; set; }
///
/// 通道选择6
///
[Description("通道选择6")]
public float Channel6{ get; set; }
///
/// 比例输入1
///
[Description("比例输入1")]
public float PSet1{ get; set; }
///
/// 比例输入2
///
[Description("比例输入2")]
public float PSet2{ get; set; }
///
/// 比例输入3
///
[Description("比例输入3")]
public float PSet3{ get; set; }
///
/// 比例输入4
///
[Description("比例输入4")]
public float PSet4{ get; set; }
///
/// 比例输入5
///
[Description("比例输入5")]
public float PSet5{ get; set; }
///
/// 比例输入6
///
[Description("比例输入6")]
public float PSet6{ get; set; }
///
/// 比例修改通知1
///
[Description("比例修改通知1")]
public float IsPChanged1{ get; set; }
///
/// 比例修改通知2
///
[Description("比例修改通知2")]
public float IsPChanged2{ get; set; }
///
/// 比例修改通知3
///
[Description("比例修改通知3")]
public float IsPChanged3{ get; set; }
///
/// 比例修改通知4
///
[Description("比例修改通知4")]
public float IsPChanged4{ get; set; }
///
/// 比例修改通知5
///
[Description("比例修改通知5")]
public float IsPChanged5{ get; set; }
///
/// 比例修改通知6
///
[Description("比例修改通知6")]
public float IsPChanged6{ get; set; }
///
/// 积分输入1
///
[Description("积分输入1")]
public float ISet1{ get; set; }
///
/// 积分输入2
///
[Description("积分输入2")]
public float ISet2{ get; set; }
///
/// 积分输入3
///
[Description("积分输入3")]
public float ISet3{ get; set; }
///
/// 积分输入4
///
[Description("积分输入4")]
public float ISet4{ get; set; }
///
/// 积分输入5
///
[Description("积分输入5")]
public float ISet5{ get; set; }
///
/// 积分输入6
///
[Description("积分输入6")]
public float ISet6{ get; set; }
///
/// 积分修改通知1
///
[Description("积分修改通知1")]
public float IsIChanged1{ get; set; }
///
/// 积分修改通知2
///
[Description("积分修改通知2")]
public float IsIChanged2{ get; set; }
///
/// 积分修改通知3
///
[Description("积分修改通知3")]
public float IsIChanged3{ get; set; }
///
/// 积分修改通知4
///
[Description("积分修改通知4")]
public float IsIChanged4{ get; set; }
///
/// 积分修改通知5
///
[Description("积分修改通知5")]
public float IsIChanged5{ get; set; }
///
/// 积分修改通知6
///
[Description("积分修改通知6")]
public float IsIChanged6{ get; set; }
///
/// 微分输入1
///
[Description("微分输入1")]
public float DSet1{ get; set; }
///
/// 微分输入2
///
[Description("微分输入2")]
public float DSet2{ get; set; }
///
/// 微分输入3
///
[Description("微分输入3")]
public float DSet3{ get; set; }
///
/// 微分输入4
///
[Description("微分输入4")]
public float DSet4{ get; set; }
///
/// 微分输入5
///
[Description("微分输入5")]
public float DSet5{ get; set; }
///
/// 微分输入6
///
[Description("微分输入6")]
public float DSet6{ get; set; }
///
/// 微分修改通知1
///
[Description("微分修改通知1")]
public float IsDChanged1{ get; set; }
///
/// 微分修改通知2
///
[Description("微分修改通知2")]
public float IsDChanged2{ get; set; }
///
/// 微分修改通知3
///
[Description("微分修改通知3")]
public float IsDChanged3{ get; set; }
///
/// 微分修改通知4
///
[Description("微分修改通知4")]
public float IsDChanged4{ get; set; }
///
/// 微分修改通知5
///
[Description("微分修改通知5")]
public float IsDChanged5{ get; set; }
///
/// 微分修改通知6
///
[Description("微分修改通知6")]
public float IsDChanged6{ get; set; }
///
/// 温度修正1
///
[Description("温度修正1")]
public float TempCorr1{ get; set; }
///
/// 温度修正2
///
[Description("温度修正2")]
public float TempCorr2{ get; set; }
///
/// 温度修正3
///
[Description("温度修正3")]
public float TempCorr3{ get; set; }
///
/// 温度修正4
///
[Description("温度修正4")]
public float TempCorr4{ get; set; }
///
/// 温度修正5
///
[Description("温度修正5")]
public float TempCorr5{ get; set; }
///
/// 温度修正6
///
[Description("温度修正6")]
public float TempCorr6{ get; set; }
///
/// 温度修正修改通知
///
[Description("温度修正修改通知")]
public float IsTempCorrChanged{ get; set; }
///
/// 冷却设定1
///
[Description("冷却设定1")]
public float CoolingSet1{ get; set; }
///
/// 冷却设定2
///
[Description("冷却设定2")]
public float CoolingSet2{ get; set; }
///
/// 冷却设定3
///
[Description("冷却设定3")]
public float CoolingSet3{ get; set; }
///
/// 冷却设定4
///
[Description("冷却设定4")]
public float CoolingSet4{ get; set; }
///
/// 整定开关1
///
[Description("整定开关1")]
public float IsSelfAdjustingSet1{ get; set; }
///
/// 整定开关2
///
[Description("整定开关2")]
public float IsSelfAdjustingSet2{ get; set; }
///
/// 整定开关3
///
[Description("整定开关3")]
public float IsSelfAdjustingSet3{ get; set; }
///
/// 整定开关4
///
[Description("整定开关4")]
public float IsSelfAdjustingSet4{ get; set; }
///
/// 整定开关5
///
[Description("整定开关5")]
public float IsSelfAdjustingSet5{ get; set; }
///
/// 整定开关6
///
[Description("整定开关6")]
public float IsSelfAdjustingSet6{ get; set; }
///
/// 整定显示1
///
[Description("整定显示1")]
public float IsSelfAdjusting1{ get; set; }
///
/// 整定显示2
///
[Description("整定显示2")]
public float IsSelfAdjusting2{ get; set; }
///
/// 整定显示3
///
[Description("整定显示3")]
public float IsSelfAdjusting3{ get; set; }
///
/// 整定显示4
///
[Description("整定显示4")]
public float IsSelfAdjusting4{ get; set; }
///
/// 整定显示5
///
[Description("整定显示5")]
public float IsSelfAdjusting5{ get; set; }
///
/// 整定显示6
///
[Description("整定显示6")]
public float IsSelfAdjusting6{ get; set; }
///
/// 比例显示1
///
[Description("比例显示1")]
public float P1{ get; set; }
///
/// 比例显示2
///
[Description("比例显示2")]
public float P2{ get; set; }
///
/// 比例显示3
///
[Description("比例显示3")]
public float P3{ get; set; }
///
/// 比例显示4
///
[Description("比例显示4")]
public float P4{ get; set; }
///
/// 比例显示5
///
[Description("比例显示5")]
public float P5{ get; set; }
///
/// 比例显示6
///
[Description("比例显示6")]
public float P6{ get; set; }
///
/// 积分显示1
///
[Description("积分显示1")]
public float I1{ get; set; }
///
/// 积分显示2
///
[Description("积分显示2")]
public float I2{ get; set; }
///
/// 积分显示3
///
[Description("积分显示3")]
public float I3{ get; set; }
///
/// 积分显示4
///
[Description("积分显示4")]
public float I4{ get; set; }
///
/// 积分显示5
///
[Description("积分显示5")]
public float I5{ get; set; }
///
/// 积分显示6
///
[Description("积分显示6")]
public float I6{ get; set; }
///
/// 微分显示1
///
[Description("微分显示1")]
public float D1{ get; set; }
///
/// 微分显示2
///
[Description("微分显示2")]
public float D2{ get; set; }
///
/// 微分显示3
///
[Description("微分显示3")]
public float D3{ get; set; }
///
/// 微分显示4
///
[Description("微分显示4")]
public float D4{ get; set; }
///
/// 微分显示5
///
[Description("微分显示5")]
public float D5{ get; set; }
///
/// 微分显示6
///
[Description("微分显示6")]
public float D6{ get; set; }
///
/// 温度输入1
///
[Description("温度输入1")]
public float TempSV1{ get; set; }
///
/// 温度输入2
///
[Description("温度输入2")]
public float TempSV2{ get; set; }
///
/// 温度输入3
///
[Description("温度输入3")]
public float TempSV3{ get; set; }
///
/// 温度输入4
///
[Description("温度输入4")]
public float TempSV4{ get; set; }
///
/// 温度输入5
///
[Description("温度输入5")]
public float TempSV5{ get; set; }
///
/// 温度输入6
///
[Description("温度输入6")]
public float TempSV6{ get; set; }
///
/// 冷却指示1
///
[Description("冷却指示1")]
public float IsCooling1{ get; set; }
///
/// 冷却指示2
///
[Description("冷却指示2")]
public float IsCooling2 { get; set; }
///
/// 冷却指示3
///
[Description("冷却指示3")]
public float IsCooling3 { get; set; }
///
/// 冷却指示4
///
[Description("冷却指示4")]
public float IsCooling4 { get; set; }
///
/// 加热指示1
///
[Description("加热指示1")]
public float IsHeating1{ get; set; }
///
/// 加热指示2
///
[Description("加热指示2")]
public float IsHeating2{ get; set; }
///
/// 加热指示3
///
[Description("加热指示3")]
public float IsHeating3{ get; set; }
///
/// 加热指示4
///
[Description("加热指示4")]
public float IsHeating4{ get; set; }
///
/// 加热指示5
///
[Description("加热指示5")]
public float IsHeating5{ get; set; }
///
/// 加热指示6
///
[Description("加热指示6")]
public float IsHeating6{ get; set; }
///
/// 加热开关1
///
[Description("加热开关1")]
public float IsHeatingSet1{ get; set; }
///
/// 加热开关2
///
[Description("加热开关2")]
public float IsHeatingSet2{ get; set; }
///
/// 加热开关3
///
[Description("加热开关3")]
public float IsHeatingSet3{ get; set; }
///
/// 加热开关4
///
[Description("加热开关4")]
public float IsHeatingSet4{ get; set; }
///
/// 加热开关5
///
[Description("加热开关5")]
public float IsHeatingSet5{ get; set; }
///
/// 加热开关6
///
[Description("加热开关6")]
public float IsHeatingSet6{ get; set; }
///
/// 温度输入被修改1
///
[Description("温度输入被修改1")]
public float IsTempSetChanged1{ get; set; }
///
/// 温度输入被修改2
///
[Description("温度输入被修改2")]
public float IsTempSetChanged2{ get; set; }
///
/// 温度输入被修改3
///
[Description("温度输入被修改3")]
public float IsTempSetChanged3{ get; set; }
///
/// 温度输入被修改4
///
[Description("温度输入被修改4")]
public float IsTempSetChanged4{ get; set; }
///
/// 温度输入被修改5
///
[Description("温度输入被修改5")]
public float IsTempSetChanged5{ get; set; }
///
/// 温度输入被修改6
///
[Description("温度输入被修改6")]
public float IsTempSetChanged6{ get; set; }
///
/// 全温度输入
///
[Description("全温度输入")]
public float AllTempSet{ get; set; }
///
/// 全温度输入被修改
///
[Description("全温度输入被修改")]
public float IsAllTempSetChanged{ get; set; }
///
/// 全温度开关
///
[Description("全温度开关")]
public float IsAllTempSame{ get; set; }
///
/// 冷却风机报警
///
[Description("冷却风机报警")]
[IsError()]
public bool IsCoolingMotorError{ get; set; }
#endregion
public string[] GetSyncPropNames()
{
return null;
}
public string[] GetNoSyncPropNames()
{
return new string[] {
"Number",
"Color",
"BinCnt",
"Ingredients",
"IngredientParams"
};
}
public List Temperatures { get; } = new List();
///
/// 料仓,混料参数 绑定到 对应的队列
///
void TemperaturesBinding()
{
Temperatures.Clear();
for (int i = 0; i < 6; i++)
{
int no = i + 1;
TempCell temperature = new TempCell();
temperature.Number = no.ToString();
Misc.BindingOperations.SetBinding(this, $"TempPV{no}", temperature, nameof(temperature.TempPV));
Misc.BindingOperations.SetBinding(this, $"Channel{no}", temperature, nameof(temperature.Channel), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"PSet{no}", temperature, nameof(temperature.PSet), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"IsPChanged{no}", temperature, nameof(temperature.IsPChanged), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"ISet{no}", temperature, nameof(temperature.ISet), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"IsIChanged{no}", temperature, nameof(temperature.IsIChanged), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"DSet{no}", temperature, nameof(temperature.DSet), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"IsDChanged{no}", temperature, nameof(temperature.IsDChanged), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"TempCorr{no}", temperature, nameof(temperature.TempCorr), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"CoolingSet{no}", temperature, nameof(temperature.CoolingSet), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"IsSelfAdjustingSet{no}", temperature, nameof(temperature.IsSelfAdjustingSet), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"IsSelfAdjusting{no}", temperature, nameof(temperature.IsSelfAdjusting));
Misc.BindingOperations.SetBinding(this, $"P{no}", temperature, nameof(temperature.P));
Misc.BindingOperations.SetBinding(this, $"I{no}", temperature, nameof(temperature.I));
Misc.BindingOperations.SetBinding(this, $"D{no}", temperature, nameof(temperature.D));
Misc.BindingOperations.SetBinding(this, $"TempSV{no}", temperature, nameof(temperature.TempSV), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"Cooling{no}", temperature, nameof(temperature.IsCooling));
Misc.BindingOperations.SetBinding(this, $"IsHeating{no}", temperature, nameof(temperature.IsHeating));
Misc.BindingOperations.SetBinding(this, $"IsHeatingSet{no}", temperature, nameof(temperature.IsHeatingSet), Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, $"IsTempSetChanged{no}", temperature, nameof(temperature.IsTempSetChanged), Misc.BindingOperations.BindingMode.TwoWay);
Temperatures.Add(temperature);
}
}
public event PropertyChangedEventHandler PropertyChanged;
}
public class TempCell : INotifyPropertyChanged
{
///
/// 序号
///
public string Number { get; set; }
///
/// 温度显示
///
[Description("温度显示")]
public float TempPV { get; set; }
///
/// 通道选择
///
[Description("通道选择")]
public float Channel { get; set; }
///
/// 比例输入
///
[Description("比例输入")]
public float PSet { get; set; }
///
/// 比例修改通知
///
[Description("比例修改通知")]
public float IsPChanged { get; set; }
///
/// 积分输入
///
[Description("积分输入")]
public float ISet { get; set; }
///
/// 积分修改通知
///
[Description("积分修改通知")]
public float IsIChanged { get; set; }
///
/// 微分输入
///
[Description("微分输入")]
public float DSet { get; set; }
///
/// 微分修改通知
///
[Description("微分修改通知")]
public float IsDChanged { get; set; }
///
/// 温度修正
///
[Description("温度修正")]
public float TempCorr { get; set; }
///
/// 冷却设定
///
[Description("冷却设定")]
public float CoolingSet { get; set; }
///
/// 整定开关
///
[Description("整定开关")]
public float IsSelfAdjustingSet { get; set; }
///
/// 整定显示
///
[Description("整定显示")]
public float IsSelfAdjusting { get; set; }
///
/// 比例显示
///
[Description("比例显示")]
public float P { get; set; }
///
/// 积分显示
///
[Description("积分显示")]
public float I { get; set; }
///
/// 微分显示
///
[Description("微分显示")]
public float D { get; set; }
///
/// 温度输入
///
[Description("温度输入")]
public float TempSV { get; set; }
///
/// 冷却指示
///
[Description("冷却指示")]
public bool IsCooling { get; set; }
///
/// 加热指示
///
[Description("加热指示")]
public bool IsHeating { get; set; }
///
/// 加热开关
///
[Description("加热开关")]
public bool IsHeatingSet { get; set; }
///
/// 温度输入被修改通知
///
[Description("温度输入被修改通知")]
public bool IsTempSetChanged { get; set; }
public event PropertyChangedEventHandler PropertyChanged;
}
}