Commit Graph

184 Commits

Author SHA1 Message Date
hanqiangqiang e80f15c09f [UI.Client]
Recipe对比功能,添加单元格背景设置
2023-10-19 10:38:31 +08:00
hanqiangqiang ef20419a7e [UI.Client]
Recipe对比功能修改类名称
2023-10-18 16:25:36 +08:00
hanqiangqiang a3511fd0c6 [UI.Client]
1完善Recipe对比,递归获取选择项
2优化界面,添加注释
2023-10-18 15:48:41 +08:00
hanqiangqiang 0b1ac249ff [UI.Client]
1:Recipe对比功能,添加界面隐藏动画
2:调试递归获取Recipe名称
2023-10-18 09:37:14 +08:00
hanqiangqiang 66f8be2fbb [UI.Client]
删除多余方法
2023-10-16 17:23:26 +08:00
hanqiangqiang ddf0947c7b [UI.Client]
1优化函数和变量名称
2添加空表头界面,屏蔽选择的对比界面表头
2023-10-16 15:48:30 +08:00
hanqiangqiang acf4a20fc0 [UI.Client]
1修改对比界面布局
2修改双界面同时拖动存在的BUG
2023-10-06 20:53:33 +08:00
hanqiangqiang 378ce6a781 [UI.Client]
修改Recipe同时滚动,数据显示问题
2023-10-02 15:14:23 +08:00
hanqiangqiang 3e4b04b23f [UI.Client]
1,Recipe对比,添加同时滚动功能
2023-10-02 12:47:13 +08:00
hanqiangqiang ff6b96f58a [UI.Client]
Recipe对比只显示一个列表表头
2023-09-30 16:26:44 +08:00
hanqiangqiang 99b66c36d8 [UI.Client]
添加差异化高亮显示
2023-09-30 11:04:09 +08:00
hanqiangqiang 4603c3624d [UI.Client]
添加Recipe显示功能
2023-09-29 10:36:26 +08:00
hanqiangqiang 03a6a6f8c4 [UI.Click]
1添加Recipe对比基础界面
2添加选择Recipe
2023-09-28 17:36:21 +08:00
SIC1016\caipeilun 5f3798a25c Merge branch 'develop' into interlock 2023-09-25 15:35:13 +08:00
hanqiangqiang 66857dde41 修改气体流量统计公式 2023-09-11 13:37:12 +08:00
SL 60c90f7df2 [UI.Client]
修正PMProcessViewModel StartProcess()方法中拉取RT的BypassInterlock等属性错误的问题。
2023-08-31 15:22:18 +08:00
hanqiangqiang 2aa64210a3 [UI.Client]
1Recipe更新触发函数明修改
2修改气流统计界面外观

(cherry picked from commit dd6def17c6)
2023-08-29 12:02:56 +08:00
SIC1016\caipeilun 3bdc347fba Merge branch 'develop' into feature/bind-interlock-manager-to-module 2023-08-28 15:31:42 +08:00
hanqiangqiang dd6def17c6 [UI.Client]
1Recipe更新触发函数明修改
2修改气流统计界面外观
2023-08-28 09:14:06 +08:00
SL 788333d6e6 Merge branch 'develop' into feature/bind-interlock-manager-to-module 2023-08-25 17:23:53 +08:00
HCL 8ad853c9b2 Merge branch 'feature/fix-edit-routine-issues' into develop 2023-08-24 11:21:31 +08:00
hanqiangqiang b0faa5c386 [UI.Client]
修改标签绑定数据源
2023-08-23 17:08:46 +08:00
HCL c9b7de7f1c 1.取消Clean 2023-08-23 14:07:44 +08:00
SL 3b958606fa [UI.Client]
修正Recipe编辑器中加载Routine后,所有单元格没有权限的问题。
2023-08-22 17:20:28 +08:00
SL d09efef6f5 [UI.Client]
修正当Recipe类型不为Process时,Recipe编辑器中完成单元格编辑时,RecipeStep仍然计算流量导致异常的问题。
2023-08-22 16:58:11 +08:00
SL e516422e8e [UI.Client]
修正RecipeEditor视图无法加载Routine编辑表格的问题。
新增类型RecipeType,用于区分当前RecipeData对象的类型。
RecipeFormatBuilder对象中构建Recipe表格格式时,判断Recipe类型,如果不是Process,则默认赋予所有列WR权限。
2023-08-22 16:48:45 +08:00
SL eba8837a5e [UI.Client]
修正PMProcess界面点击Start按钮启动工艺时,无法获取IsInterlockBypassed的问题。
2023-08-18 16:00:59 +08:00
SL c17d73a7e6 Merge branch 'develop' into feature/bind-interlock-manager-to-module 2023-08-17 21:17:48 +08:00
hanqiangqiang f6a6b7a868 [UI.Client]
PMProcess界面中加载Recipe时,默认使用PM1中配置的参数,修改为实际对应的PM模块
2023-08-16 10:28:19 +08:00
SL 4ba62bfbbf [UI.Core]
移除EngMode相关的Converters。

[UI.Client]
ModuleStatusIndicator对象增加Warning图标和Warning图标Tips。

[RT.Equipment]
PMModuleBase对象新增IsInterlockBypassed属性,用于指示PM模组是否旁路互锁。
2023-08-15 15:36:38 +08:00
SL 96630d9c96 [UI.Client]
新增ModuleStatusIndicator控件。
2023-08-15 12:39:17 +08:00
SL 9967ac9716 [UI.Core]
修正当设备配置中未定义IoSensorWaterFlowTemp时,PM Operation视图水温指示控件中的FlowSW信号灯没有隐藏的问题。
2023-08-14 17:45:47 +08:00
SL ac949099c2 [UI.Client]
CoolingWaterResPresenter对象更名为CoolingWaterDataPresenter。
修正CoolingWaterDataPresenter温度Warning和Alarm时背景色没有变化的问题。
修正CoolingWaterDataPresenter水流传感器信号灯绑定的属性名错误的问题。
修正CoolingWaterDataPresenter的Tip无法显示的问题。

[RT.Equipment]
IoSensorAnalog对象的Warning High/Low 和 Alarm High/Low的默认值修改为double.Infinity
2023-08-14 11:56:12 +08:00
hanqiangqiang 7e833d8667 [UI.Client]
水温报警控件,修改ON和Off控制的颜色转化
2023-08-13 15:43:41 +08:00
hanqiangqiang 3192c8314f [UI.Client]
添加水温监控件
2023-08-11 17:34:36 +08:00
HCL b0d3c03b9b Merge branch 'hotfix/整理优化WaferInfo' into develop 2023-08-10 17:29:11 +08:00
hanqiangqiang b80a24f978 [UI.Client]
删除选择查询,使用全部查询功能
[RT.EquipmentLibrary]
1删除旧的查询功能
2重写数据库查询语句
2023-08-10 16:18:48 +08:00
HCL c93b2028a8 1.整理WaferInfoRt类 2023-08-10 14:20:55 +08:00
hanqiangqiang 8f0f96fd33 [UI.Client]
PMProcess修改界面标签,使用Linq查询数据
2023-08-10 10:05:26 +08:00
hanqiangqiang b2a434cacb [UI.Client]
1设置Tray的Coating信息时,根据历史数据设置PM归属
2修改使用配置信息未能获取问题
[RT.EquipmentLibrary]
修改真值表类名PMGsaTrueTableLoad修改为PMGasTrueTableInitialize
2023-08-10 09:07:16 +08:00
hanqiangqiang bc3679f0d9 [UI.Client]
1优化界面显示
2 ModuleDataMonitor OnTime中循环获取系统参数修改
2023-08-09 17:22:52 +08:00
hanqiangqiang cc5ded69fe [Common]
气体统计对象添加通知属性
[RT.EqumentLibrary]
添加按天查询功能方法
[UI.Client]
使用单个子线程查询气体流量
2023-08-09 16:12:12 +08:00
hanqiangqiang 1b1180279f [RT.EquipmentLibrary]
修改为使用界面中数据库查询功能
[UI.Client]
修改界面布局,优化查询功能
2023-08-08 21:15:05 +08:00
SL 175094ab68 [RT.Equipment]
IoSensorAnalog对象标记为abstract。
IoSensorWaterFlowTemp对象新增diFlowSW字段,用于获取水流信号。
优化IoSensorAnalog及其派生类对于DeviceData的处理逻辑。

[Common]
新增AITWaterFlowData对象。
2023-08-08 00:36:56 +08:00
SL 724cbaa171 [UI,Client]
修正DataLog重新查询数据曲线时,上次设定的Factor和Offset没有生效的问题。
2023-08-03 16:29:58 +08:00
SL 73201c8503 [UI.Client]
PM Process视图中的工艺数据统计中的耗电量小数位数改为3位。
2023-08-03 09:44:42 +08:00
SL 003b00f723 [RT.Core]
ProcessDataStatCounter对象中增加DataFilter,用于从外部设置数据处理方法。
修正ProcessDataStatPerRun对象中统计气体流量和加热器功率时,未将数据进行微分导致累加值错误的问题。

[UI.Client]
修正PMPorcessView视图中气体流量统计列表列宽不能拖动调整的问题。
2023-08-02 16:19:50 +08:00
SL a7de861162 [RT.Core]
修正启动PM Process数据统计时,没有传入Recipe名称的问题。

[UI.Client]
修正PMProcessView中的数据统计列表的RecipeName列宽度太短显示不全的问题;Run#列重命名为#。
2023-08-01 23:50:50 +08:00
SL 4f31bfbc60 [RT.Core]
修正PM工艺数据统计(气体流量)功能相关的一些问题。
2023-08-01 18:24:41 +08:00
SL fc57abc93e [RT.Core]
修正ProcessDataStatManager构造函数中断言参数条件错误的问题。

[UI.Client]
PMProcessViewModel中增加属性ProcessRunDataList,从RT端拉取工艺数据分析列表。
2023-08-01 17:09:30 +08:00