Found 3 packages
ConceptHMI® is an industrial software framework designed to ease the development of powerful and sophisticated HMI applications in automation. The object model of ConceptHMI® provides everything that is necessary to design easy-to-use and very flexible SCADA applications that you can connect to any CNC, PLC or IPC based machines. On top of that, it naturally takes into account the variability of configurations of real machines and of highly flexible processes. And to meet the extensibility needs of today’s machines, HMI applications can even be extended through a “plug-in” mechanism.
Woopsa is a protocol that's simple, lightweight, free, open-source, web and object-oriented, publish-subscribe, real-time capable and Industry 4.0 ready. It contributes to the revolution of the Internet of Things
WPF 帮助类库,包含: 01、MVVM 基础支持类(BindableBase、RelayCommand 等)。 02、WPF 帮助类(BindingProxy、ResourceBinding、MediaColorHelper 等)。 03、一些附加属性帮助类(WpfXamlPropProxy、ExportPicAttached、WpfTouchScrollHelper 等)。 04、行为类(DragInCanvasBehavior、SelectedItemBehavior)。 05、一些样式(<ResourceDictionary Source="pack://application:,,,/Anh.WPFTemplateLib;component/Styles/StyleDictionary.xaml" />) 06、一些转换器(<ResourceDictionary Source="pack://application:,,,/Anh.WPFTemplateLib;component/WpfConverters/ConverterDictionary.xaml" />) 07、一个配置属性系统。 08、一些控件(Toast、ToastTextBlock、SystemDropShadowChrome)。 09、一些用户控件(UC_InfoRegion、CircleWithTextBox、UC_Wait、UC_ConfirmBox 等)。 10、类型转换器(EnumDescriptionTypeConverter)。 使用方法详见: 1、https://gitee.com/dlgcy/DLGCY_WPFPractice 2、https://gitee.com/dlgcy/WPFTemplate 3、https://gitee.com/DLGCY_Clone/WpfToast 大部分是搬运修改网上的资源,少部分是自己原创,以自用为主,感兴趣的朋友也可以使用,欢迎交流讨论(微信公众号:独立观察员博客)。 版本发布说明: 3.23.0806.1156 添加 AnhWpfHelper.IsInDesignMode 是否为设计器模式 4.23.0806.1506 优化空引用问题和生成警告等 5.23.0806.1531 优化空引用问题和生成警告等 6.23.0810.2036 优化 Toast.Show 由于不是 STA 线程引发的问题。主要是多线程等其它情况调用时引发的。 7.23.0810.2058 优化 Toast.Show 由于不是 STA 线程引发的问题。主要是多线程等其它情况调用时引发的。 8.23.0810.2124 添加 Anh Wpf MessageBox.Show 更稳定 (优化 Toast.Show 由于不是 STA 线程引发的问题。主要是多线程等其它情况调用时引发的) 9.23.0811.2309 右下角任务栏图标 AnhNotifyIconHelp 10.23.0812.1057 右下角任务栏图标 AnhNotifyIconHelp 点击图标显示时激活窗体 11.23.0812.2252 修正字体颜色异常问题 12.23.0822.2311 添加转换器 ObjectToJsonConverter 13.23.0823.1019 优化设计时 报错问题,WpfScreen 类的报错 14.23.08913.2258 优化Toast.Show显示时宽度不正常的BUG 15.23.08913.2346 优化部份情况还会出现“14.23.08913.2258”中的同样BUG的问题。 16.23.0923.2311 添加转换器 ObjectIsNullToVisibleConverter CollectionIsEmptyToVisibleConverter。 17.23.1027.1909 添加类型 [转换器] 绑定集合对象,集合不为空则返回 True。[转换器] 绑定集合对象,集合为空则返回 True。 18.23.1027.2036 添加类型 [转换器] Bool 如果是 False 或 null 则 不显示。[转换器] Bool 如果是 False 或 null 则 显示。[转换器] Bool 如果是 True 则 不显示。[转换器] Bool 如果是 True 则 显示。 19.23.1028.0109 修正BUG:ObjectToJsonConverter 无效问题,Bool IsTrue IsFalse To Visiblility 无效问题。 20.23.1116.2357 Anh.MessageBox.Show 添加 ToastOptions,并升级到 .net8.0 正式版 20.23.1117.0040 Anh.MessageBox.Show 如果不传显示时长,默认为5秒。 21.24.0117.1645 优化 ValueToVisibleConverter 值为空时返回相反值,不报错。 22.24.0118.1804 添加 ImageBitmapExt、CamareBitmapHelper 23.24.0121.1534 整理,添加一些东西 24.24.0121.1546 修复BUG 25.24.10121.1652 修复BUG 26.24.10203.1725 添加转换器 StringLengthToFalseConverter 27.24.10227.2328 Datetime 时间 转换 为指定格式的时间字符串 DatetimeConverter 28.24.10409.1528 ValueToCollapsedConverter、ValueToVisibleConverter 优化