| | |
| | | public List<MeasureBind> MeasureBindCollection { get; set; } = new List<MeasureBind>(); |
| | | |
| | | |
| | | [Category("点检配置")] |
| | | [Description("点检配置集合,配置检测的工位,图片索引,相机和检测调用项关系")] |
| | | [DisplayName("点检配置集合")] |
| | | [TypeConverter(typeof(CollectionCountConvert))] |
| | | [Editor(typeof(ComplexCollectionEditor<MeasureBind>), typeof(UITypeEditor))] |
| | | public List<MeasureBind> MeasureBindCollection_Check { get; set; } = new List<MeasureBind>(); |
| | | |
| | | |
| | | |
| | | [Category("检测超时设置")] |
| | | [Description("检测超时设置,获取检测结果时的允许最大等待时间,单位ms")] |
| | |
| | | public string code { get; set; } |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public class MeasureBind : IComplexDisplay, IHalconToolPath |
| | | { |
| | | [Category("索引配置")] |
| | |
| | | [Editor(typeof(FoldDialogEditor), typeof(UITypeEditor))] |
| | | public string ImageFolder { get; set; } |
| | | |
| | | |
| | | |
| | | [Category("检测功能")] |
| | | [Description("图片在批量测试过程中最终图片结果会存储较慢需要设置延时确保图片不被资源自动释放")] |
| | | [DisplayName("图片存图延时")] |
| | | public int SaveImageTime { get; set; } = 0; |
| | | |
| | | |
| | | |
| | | [Category("检测功能")] |
| | | [Description("true:启动OK测试 false:启动NG测试")] |