using Misc;
using System.ComponentModel;
namespace FLY.DownBlowing.Common
{
public class WarningData : INotifyPropertyChanged
{
public WarningData()
{
}
#region 辅助代码生成
///
/// 加热柜急停开启报警
///
[Description("加热柜急停开启报警")]
[IsError()]
public bool Warning001{ get; set; }
///
/// 三牵引散热风机报警
///
[Description("三牵引散热风机报警")]
[IsError()]
public bool Warning002{ get; set; }
///
/// 外风变频通讯报警
///
[Description("外风变频通讯报警")]
[IsError()]
public bool Warning003{ get; set; }
///
/// 三牵引变频通讯报警
///
[Description("三牵引变频通讯报警")]
[IsError()]
public bool Warning004{ get; set; }
///
/// 三牵引变频故障报警
///
[Description("三牵引变频故障报警")]
[IsError()]
public bool Warning005{ get; set; }
///
/// 水环升降电机报警
///
[Description("水环升降电机报警")]
[IsError()]
public bool Warning006{ get; set; }
///
/// 烘干风机报警
///
[Description("烘干风机报警")]
[IsError()]
public bool Warning007{ get; set; }
///
/// 外冷风变频通讯报警
///
[Description("外冷风变频通讯报警")]
[IsError()]
public bool Warning008{ get; set; }
///
/// 一牵引风机过载报警
///
[Description("一牵引风机过载报警")]
[IsError()]
public bool Warning009{ get; set; }
///
/// 一牵引变频故障报警
///
[Description("一牵引变频故障报警")]
[IsError()]
public bool Warning010{ get; set; }
///
/// 二牵引变频故障报警
///
[Description("二牵引变频故障报警")]
[IsError()]
public bool Warning011{ get; set; }
///
/// 二牵引风机过载报警
///
[Description("二牵引风机过载报警")]
[IsError()]
public bool Warning012{ get; set; }
///
/// 内收卷变频故障报警
///
[Description("内收卷变频故障报警")]
[IsError()]
public bool Warning013{ get; set; }
///
/// 内收卷风机过载报警
///
[Description("内收卷风机过载报警")]
[IsError()]
public bool Warning014{ get; set; }
///
/// 外收卷变频故障报警
///
[Description("外收卷变频故障报警")]
[IsError()]
public bool Warning015{ get; set; }
///
/// 外收卷风机过载报警
///
[Description("外收卷风机过载报警")]
[IsError()]
public bool Warning016{ get; set; }
///
/// 旋转塔变频故障报警
///
[Description("旋转塔变频故障报警")]
[IsError()]
public bool Warning017{ get; set; }
///
/// 内收翻转刀架过载报警
///
[Description("内收翻转刀架过载报警")]
[IsError()]
public bool Warning018{ get; set; }
///
/// 外收翻转刀架过载报警
///
[Description("外收翻转刀架过载报警")]
[IsError()]
public bool Warning019{ get; set; }
///
/// 二牵拉线急停开启报警
///
[Description("二牵拉线急停开启报警")]
[IsError()]
public bool Warning020{ get; set; }
///
/// 电柜急停开启报警
///
[Description("电柜急停开启报警")]
[IsError()]
public bool Warning021{ get; set; }
///
/// 主牵引拉线急停开启报警
///
[Description("主牵引拉线急停开启报警")]
[IsError()]
public bool Warning022{ get; set; }
///
/// 外收卷急停开启报警
///
[Description("外收卷急停开启报警")]
[IsError()]
public bool Warning023{ get; set; }
///
/// 客户急停开启报警
///
[Description("客户急停开启报警")]
[IsError()]
public bool Warning024{ get; set; }
///
/// 内收卷急停开启报警
///
[Description("内收卷急停开启报警")]
[IsError()]
public bool Warning025{ get; set; }
///
/// 旋转塔架正转极限位报警
///
[Description("旋转塔架正转极限位报警")]
[IsError()]
public bool Warning026{ get; set; }
///
/// 旋转塔架反转极限位报警
///
[Description("旋转塔架反转极限位报警")]
[IsError()]
public bool Warning027{ get; set; }
///
/// 内收换卷气胀轴检测报警
///
[Description("内收换卷气胀轴检测报警")]
[IsError()]
public bool Warning028{ get; set; }
///
/// 外收换卷气胀轴卷册报警
///
[Description("外收换卷气胀轴卷册报警")]
[IsError()]
public bool Warning029{ get; set; }
///
/// 外收预警长度到达报警!!!请准备换卷
///
[Description("外收预警长度到达报警!!!请准备换卷")]
[IsError()]
public bool Warning030{ get; set; }
///
/// 内收预警长度到达报警!!!请准备换卷
///
[Description("内收预警长度到达报警!!!请准备换卷")]
[IsError()]
public bool Warning031{ get; set; }
///
/// 内收换卷提醒报警!!!请注意安全
///
[Description("内收换卷提醒报警!!!请注意安全")]
[IsError()]
public bool Warning032{ get; set; }
///
/// 外收换卷提醒报警!!!请注意安全
///
[Description("外收换卷提醒报警!!!请注意安全")]
[IsError()]
public bool Warning033{ get; set; }
///
/// 气垫辊1风机过载抱紧
///
[Description("气垫辊1风机过载抱紧")]
[IsError()]
public bool Warning034{ get; set; }
///
/// 气垫辊2风机过载报警
///
[Description("气垫辊2风机过载报警")]
[IsError()]
public bool Warning035{ get; set; }
///
/// 内收中心推杆检测报警
///
[Description("内收中心推杆检测报警")]
[IsError()]
public bool Warning036{ get; set; }
///
/// 外收中心推杆检测报警
///
[Description("外收中心推杆检测报警")]
[IsError()]
public bool Warning037{ get; set; }
///
/// 内收中心伺服故障报警
///
[Description("内收中心伺服故障报警")]
[IsError()]
public bool Warning038{ get; set; }
///
/// 外收中心伺服故障报警
///
[Description("外收中心伺服故障报警")]
[IsError()]
public bool Warning039{ get; set; }
///
/// 一牵引变频通讯报警
///
[Description("一牵引变频通讯报警")]
[IsError()]
public bool Warning040{ get; set; }
///
/// 二牵引变频通讯报警
///
[Description("二牵引变频通讯报警")]
[IsError()]
public bool Warning041{ get; set; }
///
/// 内收表面变频通讯报警
///
[Description("内收表面变频通讯报警")]
[IsError()]
public bool Warning042{ get; set; }
///
/// 外收表面变频通讯报警
///
[Description("外收表面变频通讯报警")]
[IsError()]
public bool Warning043{ get; set; }
///
/// 转塔变频通讯报警
///
[Description("转塔变频通讯报警")]
[IsError()]
public bool Warning044{ get; set; }
///
/// 内收中心伺服通讯报警
///
[Description("内收中心伺服通讯报警")]
[IsError()]
public bool Warning045{ get; set; }
///
/// 外收中心伺服通讯报警
///
[Description("外收中心伺服通讯报警")]
[IsError()]
public bool Warning046{ get; set; }
///
/// 内抓手下检测报警
///
[Description("内抓手下检测报警")]
[IsError()]
public bool Warning047{ get; set; }
///
/// 内抓手上检测报警
///
[Description("内抓手上检测报警")]
[IsError()]
public bool Warning048{ get; set; }
///
/// 内抓手进检测报警
///
[Description("内抓手进检测报警")]
[IsError()]
public bool Warning049{ get; set; }
///
/// 内抓手出检测报警
///
[Description("内抓手出检测报警")]
[IsError()]
public bool Warning050{ get; set; }
///
/// 外抓手下检测报警
///
[Description("外抓手下检测报警")]
[IsError()]
public bool Warning051{ get; set; }
///
/// 外抓手上检测报警
///
[Description("外抓手上检测报警")]
[IsError()]
public bool Warning052{ get; set; }
///
/// 外抓手出检测报警
///
[Description("外抓手出检测报警")]
[IsError()]
public bool Warning053{ get; set; }
///
/// 外抓手进检测报警
///
[Description("外抓手进检测报警")]
[IsError()]
public bool Warning054{ get; set; }
///
/// 内收压辊检测报警
///
[Description("内收压辊检测报警")]
[IsError()]
public bool Warning055{ get; set; }
///
/// 外收压辊检测报警
///
[Description("外收压辊检测报警")]
[IsError()]
public bool Warning056{ get; set; }
///
/// 内收平移进检测报警
///
[Description("内收平移进检测报警")]
[IsError()]
public bool Warning057{ get; set; }
///
/// 内收平移出检测报警
///
[Description("内收平移出检测报警")]
[IsError()]
public bool Warning058{ get; set; }
///
/// 外收平移进检测报警
///
[Description("外收平移进检测报警")]
[IsError()]
public bool Warning059{ get; set; }
///
/// 外收平移出检测报警
///
[Description("外收平移出检测报警")]
[IsError()]
public bool Warning060{ get; set; }
///
/// 内收卸料上位检测报警
///
[Description("内收卸料上位检测报警")]
[IsError()]
public bool Warning061{ get; set; }
///
/// 外收卸料尚未检测报警
///
[Description("外收卸料尚未检测报警")]
[IsError()]
public bool Warning062{ get; set; }
///
/// 外收液压泵过载报警
///
[Description("外收液压泵过载报警")]
[IsError()]
public bool Warning063{ get; set; }
///
/// 内收液压泵过载报警
///
[Description("内收液压泵过载报警")]
[IsError()]
public bool Warning064{ get; set; }
///
/// 外冷风变频故障报警
///
[Description("外冷风变频故障报警")]
[IsError()]
public bool Warning065{ get; set; }
///
/// 转塔正向极限锁定!!!请复位解除
///
[Description("转塔正向极限锁定!!!请复位解除")]
[IsError()]
public bool Warning066{ get; set; }
///
/// 转塔反向极限锁定!!!请复位解除
///
[Description("转塔反向极限锁定!!!请复位解除")]
[IsError()]
public bool Warning067{ get; set; }
///
/// 吹水风机过载报警
///
[Description("吹水风机过载报警")]
[IsError()]
public bool Warning068{ get; set; }
///
/// A层-NO.1未吸到料
///
[Description("A层-NO.1未吸到料")]
[IsError()]
public bool Warning069{ get; set; }
///
/// A层-NO.2未吸到料
///
[Description("A层-NO.2未吸到料")]
[IsError()]
public bool Warning070{ get; set; }
///
/// A层-NO.3未吸到料
///
[Description("A层-NO.3未吸到料")]
[IsError()]
public bool Warning071{ get; set; }
///
/// A层-NO.4未吸到料
///
[Description("A层-NO.4未吸到料")]
[IsError()]
public bool Warning072{ get; set; }
///
/// A层-NO.5未吸到料
///
[Description("A层-NO.5未吸到料")]
[IsError()]
public bool Warning073{ get; set; }
///
/// A层-NO.6未吸到料
///
[Description("A层-NO.6未吸到料")]
[IsError()]
public bool Warning074{ get; set; }
///
/// B层-NO.1未吸到料
///
[Description("B层-NO.1未吸到料")]
[IsError()]
public bool Warning075{ get; set; }
///
/// B层-NO.2未吸到料
///
[Description("B层-NO.2未吸到料")]
[IsError()]
public bool Warning076{ get; set; }
///
/// B层-NO.3未吸到料
///
[Description("B层-NO.3未吸到料")]
[IsError()]
public bool Warning077{ get; set; }
///
/// B层-NO.4未吸到料
///
[Description("B层-NO.4未吸到料")]
[IsError()]
public bool Warning078{ get; set; }
///
/// B层-NO.5未吸到料
///
[Description("B层-NO.5未吸到料")]
[IsError()]
public bool Warning079{ get; set; }
///
/// B层-NO.6未吸到料
///
[Description("B层-NO.6未吸到料")]
[IsError()]
public bool Warning080{ get; set; }
///
/// C层-NO.1未吸到料
///
[Description("C层-NO.1未吸到料")]
[IsError()]
public bool Warning081{ get; set; }
///
/// C层-NO.2未吸到料
///
[Description("C层-NO.2未吸到料")]
[IsError()]
public bool Warning082{ get; set; }
///
/// C层-NO.3未吸到料
///
[Description("C层-NO.3未吸到料")]
[IsError()]
public bool Warning083{ get; set; }
///
/// C层-NO.4未吸到料
///
[Description("C层-NO.4未吸到料")]
[IsError()]
public bool Warning084{ get; set; }
///
/// C层-NO.5未吸到料
///
[Description("C层-NO.5未吸到料")]
[IsError()]
public bool Warning085{ get; set; }
///
/// C层-NO.6未吸到料
///
[Description("C层-NO.6未吸到料")]
[IsError()]
public bool Warning086{ get; set; }
///
/// D层-NO.1未吸到料
///
[Description("D层-NO.1未吸到料")]
[IsError()]
public bool Warning087{ get; set; }
///
/// D层-NO.2未吸到料
///
[Description("D层-NO.2未吸到料")]
[IsError()]
public bool Warning088{ get; set; }
///
/// D层-NO.3未吸到料
///
[Description("D层-NO.3未吸到料")]
[IsError()]
public bool Warning089{ get; set; }
///
/// D层-NO.4未吸到料
///
[Description("D层-NO.4未吸到料")]
[IsError()]
public bool Warning090{ get; set; }
///
/// D层-NO.5未吸到料
///
[Description("D层-NO.5未吸到料")]
[IsError()]
public bool Warning091{ get; set; }
///
/// D层-NO.6未吸到料
///
[Description("D层-NO.6未吸到料")]
[IsError()]
public bool Warning092{ get; set; }
///
/// E层-NO.1未吸到料
///
[Description("E层-NO.1未吸到料")]
[IsError()]
public bool Warning093{ get; set; }
///
/// E层-NO.2未吸到料
///
[Description("E层-NO.2未吸到料")]
[IsError()]
public bool Warning094{ get; set; }
///
/// E层-NO.3未吸到料
///
[Description("E层-NO.3未吸到料")]
[IsError()]
public bool Warning095{ get; set; }
///
/// E层-NO.4未吸到料
///
[Description("E层-NO.4未吸到料")]
[IsError()]
public bool Warning096{ get; set; }
///
/// E层-NO.5未吸到料
///
[Description("E层-NO.5未吸到料")]
[IsError()]
public bool Warning097{ get; set; }
///
/// E层-NO.6未吸到料
///
[Description("E层-NO.6未吸到料")]
[IsError()]
public bool Warning098{ get; set; }
///
/// F层-NO.1未吸到料
///
[Description("F层-NO.1未吸到料")]
[IsError()]
public bool Warning099{ get; set; }
///
/// F层-NO.2未吸到料
///
[Description("F层-NO.2未吸到料")]
[IsError()]
public bool Warning100{ get; set; }
///
/// F层-NO.3未吸到料
///
[Description("F层-NO.3未吸到料")]
[IsError()]
public bool Warning101{ get; set; }
///
/// F层-NO.4未吸到料
///
[Description("F层-NO.4未吸到料")]
[IsError()]
public bool Warning102{ get; set; }
///
/// F层-NO.5未吸到料
///
[Description("F层-NO.5未吸到料")]
[IsError()]
public bool Warning103{ get; set; }
///
/// F层-NO.6未吸到料
///
[Description("F层-NO.6未吸到料")]
[IsError()]
public bool Warning104{ get; set; }
///
/// G层-NO.1未吸到料
///
[Description("G层-NO.1未吸到料")]
[IsError()]
public bool Warning105{ get; set; }
///
/// G层-NO.2未吸到料
///
[Description("G层-NO.2未吸到料")]
[IsError()]
public bool Warning106{ get; set; }
///
/// G层-NO.3未吸到料
///
[Description("G层-NO.3未吸到料")]
[IsError()]
public bool Warning107{ get; set; }
///
/// G层-NO.4未吸到料
///
[Description("G层-NO.4未吸到料")]
[IsError()]
public bool Warning108{ get; set; }
///
/// G层-NO.5未吸到料
///
[Description("G层-NO.5未吸到料")]
[IsError()]
public bool Warning109{ get; set; }
///
/// G层-NO.6未吸到料
///
[Description("G层-NO.6未吸到料")]
[IsError()]
public bool Warning110{ get; set; }
///
/// 吸料急停开启报警
///
[Description("吸料急停开启报警")]
[IsError()]
public bool Warning111{ get; set; }
///
/// 吸料1号电机过载报警
///
[Description("吸料1号电机过载报警")]
[IsError()]
public bool Warning112{ get; set; }
///
/// 吸料2号电机过载报警
///
[Description("吸料2号电机过载报警")]
[IsError()]
public bool Warning113{ get; set; }
///
/// A层冷却风机报警
///
[Description("A层冷却风机报警")]
[IsError()]
public bool Warning114{ get; set; }
///
/// B层冷却风机报警
///
[Description("B层冷却风机报警")]
[IsError()]
public bool Warning115{ get; set; }
///
/// C层冷却风机报警
///
[Description("C层冷却风机报警")]
[IsError()]
public bool Warning116{ get; set; }
///
/// D层冷却风机报警
///
[Description("D层冷却风机报警")]
[IsError()]
public bool Warning117{ get; set; }
///
/// E层冷却风机报警
///
[Description("E层冷却风机报警")]
[IsError()]
public bool Warning118{ get; set; }
///
/// F层冷却风机报警
///
[Description("F层冷却风机报警")]
[IsError()]
public bool Warning119{ get; set; }
///
/// G层冷却风机报警
///
[Description("G层冷却风机报警")]
[IsError()]
public bool Warning120{ get; set; }
#endregion
public event PropertyChangedEventHandler PropertyChanged;
}
}