Commit Graph

87 Commits

Author SHA1 Message Date
SL c17d73a7e6 Merge branch 'develop' into feature/bind-interlock-manager-to-module 2023-08-17 21:17:48 +08:00
SL 74c2f66484 [Common]
将字段_dicLimitToActionMap、_dicLimitPerModule从InterlockManager对象移至InterlockManagerBase对象。
优化InterlockManager对象的Initialize方法,精简代码。
优化Interlock相关对象的目录结构和命名空间。
2023-08-17 09:43:24 +08:00
SL fa0774046c [Common]
修正IoManager中初始化InterlockManager和InterlockDaemonManager时未使用Singleton的问题。
2023-08-17 00:39:12 +08:00
HCL 77aa4e7f25 1.WCF传输增加MfcRorData 2023-08-15 15:45:37 +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 53432a840a Merge branch 'develop' into feature/bind-interlock-manager-to-module 2023-08-15 09:36:03 +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
SL 7ae695656b 优化Interlock系统,增加Interlock Daemon相关对象,用于在后台监测数据,并自动设置DO输出。 2023-08-10 16:44:46 +08:00
HCL c93b2028a8 1.整理WaferInfoRt类 2023-08-10 14:20:55 +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
SL 175094ab68 [RT.Equipment]
IoSensorAnalog对象标记为abstract。
IoSensorWaterFlowTemp对象新增diFlowSW字段,用于获取水流信号。
优化IoSensorAnalog及其派生类对于DeviceData的处理逻辑。

[Common]
新增AITWaterFlowData对象。
2023-08-08 00:36:56 +08:00
SL 1c2b644a40 [RT.Core]
ProcessDataStatManager中注册DATA,用于从RT向UI传输数据列表。
2023-08-01 15:35:11 +08:00
HCL 46b936986c Merge branch 'develop' into feature/整理优化数据库代码 2023-07-24 08:32:47 +08:00
SL 8a3f83e70f [Common]
新增IoPsuData对象,用于打包传送PSU数据到UI。
IoPSU对象中增加对电阻上限系统配置的解析逻辑。
IoPSU对象新增DeviceData属性,用于从RT传送PSU数据到UI。
IoPSU对象新增电阻超限判断逻辑相关的属性。
ExChangeDataBase.cs更名为DeviceDataBase。
移除不必要的DeviceData对象。
2023-07-19 15:18:12 +08:00
HCL 77d3e39e7e Merge branch 'develop' into feature/整理优化数据库代码 2023-07-18 08:58:51 +08:00
hanqiangqiang 177bbe38ad [Common]
添加气体统计类独对象
[RT.EquipmentLibrary]
添加气体种类解析
2023-07-16 16:24:26 +08:00
hanqiangqiang 8ad19504c8 [Common]
删除添加的对象类
[RT.EquipmentLibrary]
1添加初始化函数,初始化气体对象,属性+注册数据+参数设置后回调
优化数据结构和初始化逻辑
2023-07-14 17:49:01 +08:00
hanqiangqiang ccff2d3016 [RT.EquipmentLibrary]
精简XML,更新位置到Common库中
2023-07-14 09:31:26 +08:00
HCL 91b4494cbc Merge branch 'develop' into feature/整理优化数据库代码 2023-07-10 18:21:31 +08:00
hanqiangqiang 373799c3a9 解决以下问题
1:TrayBelongTo属性在Buffer中设置后不更新问题
2:Tray不移动信息不保存问题

[UI.Client]
使用属性Slot,作为槽位号赋值属性TrayBelongTo数据
[Common]
TrayBelongTo属性赋值后,保存数据
2023-07-09 14:53:37 +08:00
SL 26927ee05a [Common]
修正角色权限加载时,如果权限项目模板文件新增了项目,但旧的Account.xml中没有关于新增项目的权限配置,获取权限时默认赋予WR权限,但Role配置界面中仍然显示为NONE,导致实际情况和配置不匹配的问题。现上述情况默认为无权限。

[UI.Client]
Role配置视图的“Page Access Permission”卡片标题增加“Restart Needed”字样,表示该处更改需要重启生效。
2023-07-05 10:57:11 +08:00
HCL 8f41b72d85 1.Common增加ColorConverter_IsTestOK 2023-07-04 15:55:32 +08:00
HCL 5c1c9f061d Merge branch 'develop' into feature/整理优化数据库代码 2023-07-04 09:33:23 +08:00
HCL 6505806dfc 1.Mfc Ror进度更新 2023-07-03 09:08:10 +08:00
SL 6dba915200 修正ModuleFsmDevice的AbortRoutine()方法中,如果Routine列队为空,调用Peek()方法时异常的问题。
修正Recipe编辑器中,当Recipe总时间太长时,时间无法显示完全的问题。
2023-06-29 10:19:09 +08:00
HCL 710bb340c0 Merge branch 'develop' into feature/整理优化数据库代码 2023-06-28 15:29:54 +08:00
HCL 040b11a94f 1.整理数据库进度更新 2023-06-28 15:29:13 +08:00
SL 57bb813a59 [Common]
修改源码文件的编码格式。

(cherry picked from commit 55f95833e04f7b76bc4e7bed47ffdb0e428adbd9)
2023-06-27 19:37:13 +08:00
HCL c4b38cc0dd 1.进度更新 2023-06-27 15:46:42 +08:00
SL 4c76dc403a [Common]
修正三色灯Blink状态机在每个Blink循环开始会关闭一下三色灯,导致配置为常亮时仍然会闪烁的问题。
2023-06-25 16:53:46 +08:00
SL 770e917a3c [Common]
EventEnum枚举中新增PjDone = 50。
DefaultRecipeFileContext中的EV.PostMessage()方法中,使用ModuleName.System.ToString()代替硬编码的"System"字符串。
2023-06-25 14:32:11 +08:00
SL b2ed7e0e6a [Common]
修正EventManager对象中的System.HasActiveAlarm数据没有从Alarm列队中获取信息导致始终返回false,导致UI的Alarm按钮不会变色的问题。
优化AppMenu.cs的代码格式。
2023-06-22 09:07:10 +08:00
SL 9665f49800 [Common]
SignalTowerBase对象中的方法GenerateOccurredRtEventDict()更名为PollRtAlarms()。
2023-06-21 15:29:26 +08:00
Liang Su fe5fe3f3d2 [Common]
优化Monitor方法。
2023-06-16 10:19:33 +08:00
Liang Su 188a8a959f [Common]
修正SignalTowerPartBase对象执行Reset()方法时,_action字段为null引发异常的问题。
2023-06-14 14:59:22 +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 88b7663e41 [Common]
SignalTowerBase中执行CreateRtEvent()方法创建RT事件时,重新使能蜂鸣器。
2023-06-12 11:45:27 +08:00
Liang Su 1b57215251 [Common]
整理代码,优化结构,增加必要的注释。
2023-06-12 11:31:58 +08:00
Liang Su 16ddf7d365 Merge branch 'develop' of http://118.31.5.210:65000/Sic-Software/Sic.Framework into develop 2023-06-01 14:33:01 +08:00
Liang Su d62a5ee0e4 [Common]
更新IoTC,支持PyroAuto和PyroFollow模式。
2023-06-01 14:29:16 +08:00
hanqiangqiang d486405ffc [UI.Client]
1修改多次弹窗问题
[Common]
删除Tray时,Guid信息可能未删除问题修复
2023-06-01 09:13:20 +08:00
hanqiangqiang 23ca02d107 [Common]
1修改手动机台添加Wafer时,覆盖GUID的BUG
[UI.Client]
根据名称查询,必须使用时间段内查询
2023-05-26 18:15:17 +08:00
hanqiangqiang b33a0d5ed8 [Common]
1:创建Tray时,会自动覆盖之前的GUID编号,修改为只有Tray出现的位置时,才重新生成GUID
[UI.Client]
1:添加时间段内根据名称检索查询
2023-05-26 08:56:19 +08:00
hanqiangqiang 5cfaa6f596 [UI.Client]
1:Tray传递时,Guid从赋值到From赋值到To,然后From的Guid被清空
2:Wafer传递时,根据情况分别对From和To的Guid赋值,保证保留Tray的Guid,
3:在PM右键检测Tray是否存在,使用Guid是否为空,系统提供的CheckHasTray无效果
2023-05-23 11:55:02 +08:00