Commit Graph

609 Commits

Author SHA1 Message Date
SL 96630d9c96 [UI.Client]
新增ModuleStatusIndicator控件。
2023-08-15 12:39:17 +08:00
SL 5aba7fa7de [RT.Equipment]
函数DoIfInterlockEnabled更名为DoIfInterlockNotBypassed。
修正DoIfInterlockNotBypassed方法读取PM BypassInterlock参数路径错误的问题。
2023-08-15 12:38:56 +08:00
SL 53432a840a Merge branch 'develop' into feature/bind-interlock-manager-to-module 2023-08-15 09:36:03 +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 e283b497b8 Merge branch 'hotfix/整理优化WaferInfo' into develop 2023-08-11 14:44:34 +08:00
HCL ea13afde9e 1.简单整理WaferManager类 2023-08-11 14:26:37 +08:00
SL 2fdf254f9c Merge branch 'feature/bind-interlock-manager-to-module' of http://118.31.5.210:65000/Sic-Software/Sic.Framework into feature/bind-interlock-manager-to-module 2023-08-11 14:07:42 +08:00
SL 61a0b0952b Merge remote-tracking branch 'origin/develop' into feature/bind-interlock-manager-to-module 2023-08-11 08:44:27 +08:00
HCL b0d3c03b9b Merge branch 'hotfix/整理优化WaferInfo' into develop 2023-08-10 17:29:11 +08:00
SL 7ae695656b 优化Interlock系统,增加Interlock Daemon相关对象,用于在后台监测数据,并自动设置DO输出。 2023-08-10 16:44:46 +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
SL 742726ae32 移除全局BypassInterlock系统参数,现在可针对每个Module单独配置。
InterlockManager中增加SetEventLevel()方法,当PM进入Service模式时,允许将Interlock事件打印信息的等级降为Info。
移除BypassEnableTable系统参数。
2023-08-09 17:57:50 +08:00
SL 3659369911 修正IoManager对象中重复创建OnTimer线程的问题。 2023-08-09 17:46:27 +08:00
hanqiangqiang 5078b39f49 Merge branch '优化真值表数据查询工能' into develop 2023-08-09 17:25:05 +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 3e6f08c0f8 [RT.Equipment]
修正GasFlowUnit中如果未能读取Ratio设置,则流量计算结果总是为0的问题。
修正ProcessDataStatCounter对象中Poll数据返回null导致异常的问题。
2023-08-08 16:24:34 +08:00
hanqiangqiang aee33017b2 Merge branch 'MFC报警检测' into develop 2023-08-08 13:35:46 +08:00
hanqiangqiang f55f68ea7b [RT.EqumentLibrary]
1真值表XML解析路径使用参数传递
2修改PN2_Vent时后台数据未绑定问题
2023-08-08 13:30:26 +08:00
hanqiangqiang d87dc6460d [Common]
ErrorDetectableBaseDevice类中添加参数设置后添加回调功能
2023-08-08 11:24:51 +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 76d171a7cd [RT.Equipment]
移除PSU2控制量限制功能,温度波动问题直接通过2704配置解决。
2023-08-03 14:00:39 +08:00
SL 45e5ba9fd1 [RT.Equipment]
修正IoPSU中的小错误。
2023-08-03 10:28:13 +08:00
SL 93b7763294 [RT.Equipment]
修正温度低于设定值时,PSU2输出幅度下限没有取消的问题。
PSU2输出幅度限制生效和取消时,输出信息。
2023-08-03 10:16:01 +08:00
SL 78160cf16a [RT.Equipment]
PSU2输出幅度下限修改为跟随温度受控,而不是立即生效。
2023-08-03 09:55:15 +08:00
SL 73201c8503 [UI.Client]
PM Process视图中的工艺数据统计中的耗电量小数位数改为3位。
2023-08-03 09:44:42 +08:00
SL 14cecdf697 [RT.Equipment]
修正无法通过Recipe设置PSU2 Output Limit High参数的问题。
2023-08-02 22:10:16 +08:00
SL 9a43416869 [RT.Equipment]
IoPSU支持通过Recipe设置OutputLimitHigh,同时可根据配置切换设置模式到手动。
2023-08-02 18:29:14 +08:00
SL 6db597171b [RT.Equipment]
IoPSU中增加属性OutputLimitHigh、OutputLimitLow。
IoPSU中新增数据注册,用于后期Trace和查询。
IoPSU中增加修改1600℃功能,可修改OutputLimitHigh生效温度。
2023-08-02 17:33:02 +08:00
SL 003b00f723 [RT.Core]
ProcessDataStatCounter对象中增加DataFilter,用于从外部设置数据处理方法。
修正ProcessDataStatPerRun对象中统计气体流量和加热器功率时,未将数据进行微分导致累加值错误的问题。

[UI.Client]
修正PMPorcessView视图中气体流量统计列表列宽不能拖动调整的问题。
2023-08-02 16:19:50 +08:00
SL 7eec0420fb Merge branch 'feature/add-process-power-consumption-stat-support' into develop 2023-08-02 00:28:01 +08:00
SL 07fc37a6f3 [RT.Core]
ProcessDataStatManager中创建AITProcessRunData时,移除RecipeName前缀。
2023-08-02 00:13:35 +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 e516d13969 [Sicentury.Core]
修正output文件夹中的dll文件版本错误的问题。
2023-08-01 17:10:36 +08:00
SL fc57abc93e [RT.Core]
修正ProcessDataStatManager构造函数中断言参数条件错误的问题。

[UI.Client]
PMProcessViewModel中增加属性ProcessRunDataList,从RT端拉取工艺数据分析列表。
2023-08-01 17:09:30 +08:00
SL beb1370d4d [UI.Client]
PM Operation视图Heater电阻阻值显示控件中的阻值保留小数点后3位。
2023-08-01 16:23:46 +08:00
SL 0873482466 Merge branch 'develop' into feature/add-process-power-consumption-stat-support 2023-08-01 16:08:56 +08:00
SL 827e68909d Merge branch 'feature/add-output-limit-to-psu' into develop 2023-08-01 15:35:52 +08:00
SL 1c2b644a40 [RT.Core]
ProcessDataStatManager中注册DATA,用于从RT向UI传输数据列表。
2023-08-01 15:35:11 +08:00
SL 0c558ac336 Merge branch 'develop' into feature/add-process-power-consumption-stat-support 2023-08-01 15:10:02 +08:00
HCL 51c788cc42 1.修改IoTC中的错误
(cherry picked from commit 990c0360b9)
2023-08-01 15:09:40 +08:00