领胜LDS 键盘AOI检测项目
wells.liu
2020-07-09 da0da2d1238555c4ff488dbaaae1371ba4cf6827
src/Bro.Process/ProcessConfig.cs
@@ -66,7 +66,7 @@
        [Description("默认操作配置集合")]
        [DisplayName("默认操作配置")]
        [TypeConverter(typeof(CollectionCountConvert))]
        [Editor(typeof(ComplexCollectionEditor<SimpleMonitorSet>), typeof(UITypeEditor))]
        [Editor(typeof(ComplexCollectionEditor<MonitorSetBase>), typeof(UITypeEditor))]
        public List<IMonitorSet> MonitorSetCollection { get; set; } = new List<IMonitorSet>();
        public virtual List<IInitialConfig> GetAllDeviceInitialConfigs()
@@ -75,6 +75,7 @@
            configs.AddRange(CameraConfigCollection);
            configs.AddRange(PLCConfigCollection);
            configs.AddRange(DeviceConfigs);
            return configs;
        }