Commit Graph

217 Commits

Author SHA1 Message Date
Liang Su e10abebfe6 [UI.Client]
优化Recipe保存时如果存在校验错误的参数,弹出的警告对话框的内容。
修正当RecipeEditor中某行权限设置为None时,拖拽填充时无法获取Cell对象导致引发NullReference异常的问题。
2023-06-16 10:12:14 +08:00
Liang Su a7051a3f1b [UI.Client]
RecipeEditor的DataGrid单元格文本颜色定义移至主题样式文件。
RecipeFormatBuilder中增加一些变量名称的常量定义,以提高后期程序的可维护性。
修正RecipeEditor DataGrid单元格模板定义的名称,使语义更加精确。
更名IParam接口的IsValidated属性为IsValid,使语义更加精确。
2023-06-16 09:51:51 +08:00
Liang Su 69044332e6 [UI.Client]
RecipeEditor的EditMode枚举增加EditWhitelist项目。
修正RecipeEditor中,当某步骤权限设置为None时,DataGrid中没有隐藏相应步骤的问题。
移除NumParam.cs。
优化一些列对象,在10号机测试可运行。

已知问题:
RecipeEditor的Expander不能折叠。
当某步骤权限配置为None时,应该隐藏数值;隐藏列可能造成用户识别困难。
2023-06-15 19:19:41 +08:00
Liang Su b22c3f3fba [UI.Client]
创建用于Recipe Editor的控件,基于XDataGrid,并修改相应的对象及运行逻辑。
在10号机初步测试可运行。
2023-06-15 14:53:21 +08:00
Liang Su dc23cd1422 Merge branch 'develop' into feature/import-recipe-edit-view 2023-06-14 17:42:16 +08:00
Liang Su f7a2047c7b [UI.Client]
导入10号机的Recipe编辑视图。
2023-06-14 17:42:00 +08:00
hanqiangqiang 230bf3c173 [RT.EquimentLibrary]
1打印设置的参数值
2PLC连接后,添加offset延时写入
2023-06-14 17:08:30 +08:00
Liang Su 43a355a121 Merge branch 'feature/drag-to-fill-recipe-editor' into develop 2023-06-14 16:57:33 +08:00
Liang Su 0063ec83f9 [Common]
修正DeviceManagerBase中的_optionDevice列表多线程访问时被意外修改的问题。
2023-06-14 16:05:58 +08:00
Liang Su 188a8a959f [Common]
修正SignalTowerPartBase对象执行Reset()方法时,_action字段为null引发异常的问题。
2023-06-14 14:59:22 +08:00
Liang Su d2145b63db [UI.Client]
BoolReverseConverter中实现ConvertBack()方法。
2023-06-14 14:43:36 +08:00
Liang Su 2e5b3b8c3d [UI.Client]
优化SeaBlue\DataGrid主题样式,单元格增加2像素Margin。
优化AlarmView视图DataGrid报警类型列样式,报警类型指示文本背景色填满整个单元格。
优化EventLog视图DataGrid样式,报警时间列左对齐。
2023-06-14 14:34:15 +08:00
Liang Su a389ce58a2 [UI.Client]
调整AlarmView和EventView的DataGrid布局。
修改EventView、SystemConfigView中的DataGrid选中模式为单行模式。
2023-06-14 14:06:18 +08:00
Liang Su a31bac3a38 [UI.Client]
修正SeaBlue\SimulatorTab.xaml中的颜色定义。
2023-06-14 12:22:13 +08:00
Liang Su e3a13bcc78 [UI.Core]
[UI.Client]
移除重复定义的主题样式文件,现所有主题样式文件全部统一到UI.Client\Theme\文件夹下。
2023-06-14 12:05:42 +08:00
Liang Su 314f5a1822 [UI.Client]
修正XDataGrid进入单元格权限编辑模式时,拖拽填充框没有清除的问题。
2023-06-14 09:12:28 +08:00
Liang Su d2498415d9 Merge remote-tracking branch 'origin/develop' into feature/drag-to-fill-recipe-editor
上一次提交信息补充:
[UI.Client]
修正当Recipe中参数值发生变化时,RecipeData的IsCheck属性没有刷新的问题。
2023-06-13 16:13:25 +08:00
Liang Su 5ceedad2e1 [UI,Client]
引入6号机实现的支持拖拽填充功能的Recipe编辑器DataGrid。
移除重复的XDataGrid对象。
2023-06-13 16:10:57 +08:00
hanqiangqiang cde9d47eef [UI.Client]
1修改右击菜单名称
2023-06-13 11:35:41 +08:00
Liang Su 6f013ec600 [UI.Client]
修正PanelLocker无法自动将焦点设置到秘密输入框的问题。
修正PanelLocker无法重置密码的问题。
PanelLocker解锁后移除Host控件的Blur效果,避免造成UI性能问题。
修正PanelLockerPasswordChanger窗口打开时未将焦点设置到密码输入框的问题。
2023-06-13 10:28:46 +08:00
HCL 510a421805 1.增加MfcRorData类 2023-06-13 09:22:01 +08:00
hanqiangqiang 339925e76d 单独传Tray时,TrayBelongTo信息未传递BUG 2023-06-12 14:38:11 +08:00
hanqiangqiang 137b7609f7 Merge branch '添加TrayBelongTo属性' into develop 2023-06-12 13:48:45 +08:00
hanqiangqiang 7447500094 [Common]
1添加TrayBelongTo属性
2传递参数时,给TrayBelongTo赋值或者清空
3显示TrayBelongTo参数,手动时使用TrayBelongTo参数,自动时使用穴位号计算
[UI.Client]
1设置Coating数据时,设置TrayBelongTo属性值
2023-06-12 13:48:19 +08:00
Liang Su 68746816f6 Merge branch 'feature/optimize-buzzer-off-logic' into develop 2023-06-12 11:47:10 +08:00
Liang Su 88b7663e41 [Common]
SignalTowerBase中执行CreateRtEvent()方法创建RT事件时,重新使能蜂鸣器。
2023-06-12 11:45:27 +08:00
Liang Su 077c4c3cff Merge branch 'develop' into feature/optimize-buzzer-off-logic 2023-06-12 11:32:23 +08:00
Liang Su 1b57215251 [Common]
整理代码,优化结构,增加必要的注释。
2023-06-12 11:31:58 +08:00
HCL 6e0efd92e7 1.将电阻检测时间设置为可配置 2023-06-12 09:32:09 +08:00
HCL c08335778b 1.将PLC的无法访问已释放的对象由Alarm改为Info 2023-06-12 09:11:38 +08:00
hanqiangqiang 3ad91229b4 [UI.Client]
删除旧的Coating注册函数
2023-06-09 17:47:01 +08:00
hanqiangqiang 8d7b6d2298 [UI.Client]
1Coating数据表,拆分Tray和PM
2添加PM对应的Coating操作功能,添加增改查功能
3优化数据提示
2023-06-09 17:20:52 +08:00
HCL e6ce2029b2 1.解决PM腔偶尔无法开启的问题 2023-06-09 09:54:29 +08:00
hanqiangqiang 343ad77632 [UI.Client]
1增加膜厚时,历史数据同步增加BUG修复
2修改提示项,增加提示内容
2023-06-08 16:48:35 +08:00
hanqiangqiang 49e2bc0394 [RT.EquipmentLibrary]
修复测温未开启,测温对象为null时,Inner温度读取报错问题
2023-06-08 14:09:42 +08:00
hanqiangqiang 9e69d02e30 [RT.EquipmentLibrary]
1测温接口添加三点测温
2上层获取温度时判断是不是三点测温,
2023-06-07 17:03:45 +08:00
HCL a38b61609f 1.先删除Ror相关 2023-06-06 14:11:31 +08:00
HCL a933ddd06f 1.增加磁流体转速大于0时,若电机Enable未开启先开启Enable信号 2023-06-05 08:39:14 +08:00
Mikk 06972ee8b3 [RT.EquipmentLibrary]
添加IoTCS.cs。
2023-06-03 14:25:29 +08:00
Mikk 177c0c142c Merge branch 'develop' of http://118.31.5.210:65000/Sic-Software/Sic.Framework into develop 2023-06-03 13:32:26 +08:00
hanqiangqiang bba2d3019f 保存后新出现的提交 2023-06-03 13:28:19 +08:00
hanqiangqiang 35816d5e2e 添加漏提交的CS文件 2023-06-03 13:25:05 +08:00
Mikk 9c3d059cd3 [RT.EquipmentLibrary]
修正IoTC中使用HeaterControlMode枚举约束属性类型后,在DATA中注册该属性,UI端拉取时无法反序列化该类型的问题。
2023-06-03 13:09:28 +08:00
hanqiangqiang a9b80737c2 添加JobList 2023-06-03 13:01:45 +08:00
hanqiangqiang 6742b3fdd4 Merge branch '测温修改' into develop 2023-06-02 13:22:36 +08:00
hanqiangqiang 90f3bbdea1 库中使用的是三个测温点,合并成兼容,只有8号机上有参数调控测温点数量 2023-06-02 13:22:11 +08:00
HCL ee61c4ad59 1.解决ATM模式下TMRobot和PM不能传盘问题 2023-06-02 09:38:09 +08:00
HCL cb31f1e152 1.解决隔热罩判断下位置代码误写错问题 2023-06-02 09:30:34 +08:00
hanqiangqiang c56c0b533e [RT.EquipmentLibrary]
一直未连接测温硬件时,初始温度为0,问题修复
2023-06-01 17:37:00 +08:00
hanqiangqiang 2bccbb1dbd Merge remote-tracking branch 'origin/重写Coating功能' into develop 2023-06-01 16:13:05 +08:00