Commit Graph

430 Commits

Author SHA1 Message Date
hanqiangqiang 2b0a7771e6 Merge branch '优化PLC断联问题' into develop 2023-09-13 17:30:16 +08:00
hanqiangqiang c51fda306e [RT.EquipmentLibrary]
添加提示信息
2023-09-13 08:56:00 +08:00
hanqiangqiang 66857dde41 修改气体流量统计公式 2023-09-11 13:37:12 +08:00
hanqiangqiang c5a5d22a75 [RT.EquipmentLibrary]
1添加PLC断线重联功能
2读、写PLC连续出现3次错误时,报警提示用户
2023-09-07 11:10:17 +08:00
hanqiangqiang 354fffb641 [RT.EquipmentLibrary]
PLC心跳功能,添加延30秒启动检测,原来版本软件打开后,60秒后开始启动检测
2023-09-02 20:53:33 +08:00
hanqiangqiang 9ecfbee4dc [RT.EquipmentLibrary]
PLC心跳连接,添加PM模块未安装不检测,修改注释内容
2023-09-02 20:31:44 +08:00
hanqiangqiang c3a5df93c9 [RT.EquipmentLibrary]
优化PLC心跳,AO AI中二者心跳数据,10秒内不相同,报警提示
2023-09-02 19:48:16 +08:00
hanqiangqiang f058af3929 [RT.EquipmentLibrary]
修改加热带伴侣系统配置名称获取方式

(cherry picked from commit 52e48c6442)
2023-08-29 12:03:18 +08:00
hanqiangqiang 59aa3e6132 [RT.EquipmentLibrary]
LineHeaterTempHighLimit获取配置项名称修改

(cherry picked from commit 495afeaabe)
2023-08-29 12:03:13 +08:00
hanqiangqiang 2aa64210a3 [UI.Client]
1Recipe更新触发函数明修改
2修改气流统计界面外观

(cherry picked from commit dd6def17c6)
2023-08-29 12:02:56 +08:00
SL dd997bdc6f [RT.Equipment]
IoMFC对象的HandleMonitor方法新增拉取Valve数据失败后的断言,方便调试。
2023-08-25 16:41:46 +08:00
SL 0aad2d5852 [RT.Equipment]
IoMFC增加两个配置:Valve和DisableFbSpErrMonWhenValveClosed,允许仅当Valve打开时进行Feedback-SetPoint误差监测。
优化ErrorDetectableBaseDevice、IoMFC代码结构。
2023-08-25 16:05:19 +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 90fa3468e0 [RT.Equipment]
优化Hiwin Aligner执行命令出错时的信息。

[Simulator]
Aligner模拟器增加BAL返回ERR的选项,允许人为产生错误。
2023-08-22 17:53:38 +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 1832ca9ad2 [RT.Equipment]
修正win Aligner驱动中执行命令返回ERR时,没有向Module发送Alarm事件的问题。
2023-08-22 14:24:38 +08:00
SL e7ad49b615 [Common]
修正LOG消息中缺少Level信息的问题。

(cherry picked from commit 48480ad733)
2023-08-22 10:32:51 +08:00
hanqiangqiang 0705319f26 [RT.EquipmentLibrary]
1修改Offset加载内容,使用相同配置数量
2优化Offset对象方法
2023-08-22 10:27:15 +08:00
HCL 335a1f086e Merge branch 'feature/WaferRobot问题' into develop 2023-08-16 15:47:29 +08:00
hanqiangqiang a55490e8ee [RT.EquipmentLibrary]
添加加热带伴侣温度检测,6路温度,任何一路超过设定温度上限时,Warning等级提示,并关闭输出DO_LineHeaterEnable
2023-08-16 13:50:48 +08:00
hanqiangqiang 9438e879d6 Merge branch 'develop' into 加热温度上限检测 2023-08-16 11:07:27 +08:00
HCL 68bc2afdf4 1.解决WaferRobot PickWafer问题 2023-08-16 10:29:57 +08:00
hanqiangqiang f6a6b7a868 [UI.Client]
PMProcess界面中加载Recipe时,默认使用PM1中配置的参数,修改为实际对应的PM模块
2023-08-16 10:28:19 +08:00
hanqiangqiang a505e33e8c [RT.EquipmentLibrary]
添加GasBox伴热带温度上限检测
2023-08-15 17:42:28 +08:00
HCL 77aa4e7f25 1.WCF传输增加MfcRorData 2023-08-15 15:45:37 +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
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 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