领胜LDS 键盘AOI检测项目
xcd
2020-07-02 0b38918fc4c1021d63689108fbcddc87593aae36
src/Bro.Common.Model/Model/WarningSet.cs
@@ -10,7 +10,7 @@
    /// <summary>
    /// PLC警报配置
    /// </summary>
    public class WarningSet : IComplexDisplay, IWarningSet
    public class PLCWarningSet : IComplexDisplay, IWarningSet
    {
        [Category("索引设置")]
        [Description("PLC警报索引——字索引")]
@@ -99,7 +99,7 @@
        [Category("警报设置")]
        [DisplayName("警报类型")]
        [Description("警报设置:运动板卡 IO 类型(IN OUT)")]
        public IOModel WarningIOModel { get; set; }
        public IOType WarningIOModel { get; set; }
        [Category("触发设置")]
        [Description("true:高电平触发报警 false:低电平触发报警")]