Commit e6934bce authored by 潘栩锋's avatar 潘栩锋 🚴

修复 由于版本更新,有些旧属性被删除,导致没法支持旧版本PLC程序

parent d7e2aaec
......@@ -347,6 +347,15 @@ namespace FLY.Winder.Common
[IsError()]
public bool IsError_RotaryVFD{ get; set; }
/// <summary>
/// 旋转塔风机过载报警
/// </summary>
[Description("旋转塔风机过载报警")]
[IsError()]
public bool IsError_RotaryFan { get; set; }
/// <summary>
/// 二牵引拉线急停开启!请复位
/// </summary>
......
......@@ -591,6 +591,13 @@ namespace FLY.Winder.Common
[IsError()]
public bool IsError_ChangeRoll{ get; set; }
/// <summary>
/// 收卷换卷提醒报警
/// </summary>
[Description("收卸料臂检测报警")]
[IsError()]
public bool IsError_UnloadArm { get; set; }
/// <summary>
/// 中心收卷推杆故障
/// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment