Commit Graph

120 Commits

Author SHA1 Message Date
SL 6fba39f83a 移除PMModule中InitialDeviceFunc()方法的调用,该方法功能已通过InterlockDaemon实现。 2023-08-18 16:34:56 +08:00
SL 0b4ffcddf1 更新库文件(Commit 0f5d764),修正PMProcess视图点击Start按钮启动工艺时,拉取PM IsInterlockBypassed参数错误的问题。
PMModule启动Preprocess时,检查互锁是否旁路,如果旁路,则禁止启动工艺。
修正PM1、PM2的Interlock配置文件中的AI_ActualSpeed判断范围过小的问题。
2023-08-18 16:05:10 +08:00
SL 4350eafb7b 更新库文件(Commit f590939),修正InterlockDaemonAction对象中的一些问题。
PMModule进入和退出Service模式时,设置Interlock输出信息的等级。
修正InterlockDaemon配置中V42 43 48 56 60相关Action的输出值错误的问题,上述Valve为常开,false表示打开阀门。
2023-08-18 10:09:32 +08:00
SL bd5226971f 更新库文件(Commit c17d73a),合并Develop分支。
PM DeviceModel配置文件中恢复IoInterlock定义。
系统配置中移除System.BypassInterlock和System.BypassEnableTable。
系统配置中的TM、PM1、PM2节点下增加BypassInterlock配置项。
2023-08-17 23:55:37 +08:00
SL 5cceed1a43 Merge branch 'develop' into feature/bind-interlock-manager-to-module
# Conflicts:
#	Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml
#	Modules/SicModules/Config/PM/PM2/DeviceModelPM2.xml
#	SicRT/Config/System.sccfg
#	ThirdParty/MECF.Framework/MECF.Framework.Common.dll
#	ThirdParty/MECF.Framework/MECF.Framework.RT.Core.dll
#	ThirdParty/MECF.Framework/MECF.Framework.RT.EquipmentLibrary.dll
#	ThirdParty/MECF.Framework/MECF.Framework.Simulator.Core.dll
#	ThirdParty/MECF.Framework/MECF.Framework.UI.Client.dll
#	ThirdParty/MECF.Framework/MECF.Framework.UI.Core.dll
2023-08-17 21:42:02 +08:00
SL 00f6b32d35 更新库文件(Commit 07d4c4b),修正LOG文件没有Level信息的问题;修正Interlock中的一些小问题。
从PM的DeviceModel配置文件中移除IoInterlock设置。
2023-08-17 17:45:37 +08:00
SL 0029e38cf8 更新库文件(Commit 48480ad),增加InterlockDaemonManager。
更新Interlock配置文件。
新增InterlockDaemon配置文件。
2023-08-17 17:22:12 +08:00
hanqiangqiang 10601c82ee Merge branch '加热带伴侣超温检测' into develop 2023-08-17 17:03:16 +08:00
hanqiangqiang fe00066965 修改PM的AI20名称 2023-08-17 17:02:56 +08:00
hanqiangqiang cccf25a282 修改提示内容LidClose=>Clean , LidOpen=>Purge 2023-08-17 16:59:25 +08:00
HCL 4307cacaa8 1.修改LeakCheck 2023-08-17 15:40:43 +08:00
hanqiangqiang 3c16e1bdca 1更新dll [335a1f0]
2添加加热伴侣超温检测硬件配置和参数配置
3修改AI名称
2023-08-17 14:11:53 +08:00
HCL 531fe2caaa DI-327修改 2023-08-17 11:23:36 +08:00
HCL 342a14ae19 1.PM 增加DI_DNCommunicationError点及报警 2023-08-17 08:34:34 +08:00
SL c809d34fa4 增加InterlockDaemonPM1.xml中的配置项。 2023-08-16 15:21:28 +08:00
SL d9ee21cde1 修正Toolloader中加载InterlockDaemon配置文件使用错误路径的问题。
新增PM2的InterlockDaemon配置文件。
2023-08-15 18:12:14 +08:00
SL d161dfa601 整理SicModule工程内Routine相关对象的文件夹结构。 2023-08-15 16:43:15 +08:00
SL 10ea6e6edc TM、PM模组注册BypassInterlock系统参数变更回调函数,实现当互锁旁路时,自动Offline功能。
TM、PM模组注册IsInterlockBypassed属性到DATA。

MainViewModel增加TM、PM IsInterlockBypassed属性注册。
MainView的TM、PM相关ModuleStatusIndicator控件增加属性HasWarning和WarningTip的绑定。

移除所有和IsEngMode属性相关的代码。
2023-08-15 15:40:29 +08:00
SL 99e4e5b424 更新库文件(Commit 96630d9),新增ModuleStatusIndicator控件。
将主视图上方的Module状态指示区域的控件替换为ModuleStatusIndicator控件。
移除MainViewModel未使用的属性。
修正Toolloader中初始化IoManager时未指定InterlockDaemon配置文件的问题。
2023-08-15 12:41:23 +08:00
SL dd694c0577 Merge branch 'develop' into feature/bind-interlock-manager-to-module
# Conflicts:
#	SicSimulator/Instances/SimulatorSystem.cs
#	ThirdParty/MECF.Framework/MECF.Framework.Common.dll
#	ThirdParty/MECF.Framework/MECF.Framework.RT.Core.dll
#	ThirdParty/MECF.Framework/MECF.Framework.RT.EquipmentLibrary.dll
#	ThirdParty/MECF.Framework/MECF.Framework.Simulator.Core.dll
#	ThirdParty/MECF.Framework/MECF.Framework.UI.Client.dll
#	ThirdParty/MECF.Framework/MECF.Framework.UI.Core.dll
#	ThirdParty/MECF.Framework/Sicentury.Core.dll
2023-08-15 09:41:00 +08:00
SL e64610b5f9 修正PMModule在InitDevices方法中初始化设备时,如果设备不存在,异常导致PMModule初始化失败的问题。 2023-08-14 17:29:41 +08:00
SL dfd0db654f 新增InterlockDaemonPM1.xml文件。
优化InterlockPM1.xml缩进。
SimuloatorSystem对象新增水温模拟。
2023-08-14 10:24:23 +08:00
hanqiangqiang 7b4e4fd620 修改PM2水温配置项
修改SC中水温报警配置名称
2023-08-13 15:27:23 +08:00
hanqiangqiang f2d0adc966 修改界面和绑定 2023-08-11 17:35:05 +08:00
HCL e4da787ee7 1.整理WaferInfo类 2023-08-10 15:54:46 +08:00
HCL ecf52fe265 1.PM Purge超时时间设置为600s 2023-08-10 11:11:31 +08:00
SL edc8a0b341 PM1 Interlock配置文件增加Guarder节点。 2023-08-10 09:59:43 +08:00
hanqiangqiang 95658a7758 1更新dll[b2a434c],修改PM归属信息和真值表类名
2修改真值表对象命名
2023-08-10 09:18:09 +08:00
HCL 9a18a32c69 1.进度更新 2023-08-09 10:46:22 +08:00
hanqiangqiang b80b63766b 1更新dll[aee3301],优化真值表(加载路径上层可配置)+MFC参数设置后更新属性值
2添加真值表加载路径,
2023-08-08 13:39:19 +08:00
SIC1016\caipeilun b0848fc27b 新增关闭软件权限,需要修改配置才能Shutdown 2023-08-08 10:11:06 +08:00
HCL f5d1f88fec 1.优化Mfc Ror Mfc模式设置位置 2023-08-07 13:39:36 +08:00
SL 1e33e864bf 更新库文件(Commit 73201c8),PM Process视图中的工艺数据统计中的耗电量小数位数改为3位。
屏蔽Recipe控制PSU2输出功率幅度限制的功能。
2023-08-03 09:46:21 +08:00
SL d8f29f3e1a 更新公共库(Commit 9a43416),IoPSU输出限幅支持手动设置和Recipe自动设置。
Recipe模板增加PSU2 Output Limit High参数。
2023-08-02 18:30:33 +08:00
SL e903f4fc2c 更新库文件(Commit a7de861),修正和优化PM Process数据统计相关的内容。
优化PMModule的ProcessDataStatManager启动和结束的时机,尽在Process开始和结束时启动和结束统计。
2023-08-02 00:16:01 +08:00
SL 51fd704792 更新库文件(Commit 4f31bfb),修正PM工艺数据统计相关的一些问题。
修正PMModule中Abort工艺后没有正确关闭工艺数据统计管理器的问题。
2023-08-01 18:27:31 +08:00
SL 3d15f89682 更新公共库(Commit 827e689),增加PSU2输出限幅功能。 2023-08-01 16:07:34 +08:00
HCL 38de57d0ed 1.Mfc Ror Routine增加Mfc和PC设置Noraml模式 2023-07-28 17:00:14 +08:00
HCL 3193f18b7c 1.PM Routine蝶阀切换位置模式后增加延时
2.System Config默认值整理
2023-07-28 14:55:07 +08:00
HCL e98dfae01e 1.PM Purge和Clean、LeakCheck Routine 取消循环中蝶阀的位置控到100流程 2023-07-28 13:49:55 +08:00
SL b8a0f32715 优化PM Process过程中监测加热器电阻阻值的逻辑。
优化系统配置中加热器电阻检测相关的配置项的名称。
2023-07-27 16:53:58 +08:00
HCL 8f7a05a58d 1.优化Mfc Ror 2023-07-24 09:55:28 +08:00
HCL da928312ab Merge branch 'develop' into feature/整理优化数据库代码
# Conflicts:
#	ThirdParty/MECF.Framework/MECF.Framework.Common.dll
#	ThirdParty/MECF.Framework/MECF.Framework.RT.Core.dll
#	ThirdParty/MECF.Framework/MECF.Framework.RT.EquipmentLibrary.dll
#	ThirdParty/MECF.Framework/MECF.Framework.Simulator.Core.dll
#	ThirdParty/MECF.Framework/MECF.Framework.UI.Client.dll
#	ThirdParty/MECF.Framework/MECF.Framework.UI.Core.dll
2023-07-24 09:23:00 +08:00
hanqiangqiang fc70857644 Merge branch 'feature/optimize-io-psu-object' into develop 2023-07-20 15:24:42 +08:00
hanqiangqiang d638630f95 1:更新dll [0008ec9],修改Heater电阻显示控件,居中显示
2:Pocess中产生Alarm后,再次开始后,时间数据未复位问题解决
3:解决问题2后,显示时间不同步问题修复
2023-07-20 15:03:59 +08:00
HCL 96cf2c9398 Merge branch 'develop' into feature/整理优化数据库代码
# Conflicts:
#	ThirdParty/MECF.Framework/MECF.Framework.Common.dll
#	ThirdParty/MECF.Framework/MECF.Framework.RT.Core.dll
#	ThirdParty/MECF.Framework/MECF.Framework.RT.EquipmentLibrary.dll
#	ThirdParty/MECF.Framework/MECF.Framework.Simulator.Core.dll
#	ThirdParty/MECF.Framework/MECF.Framework.UI.Client.dll
#	ThirdParty/MECF.Framework/MECF.Framework.UI.Core.dll
2023-07-20 10:26:22 +08:00
hanqiangqiang e5e953ab6f 1配置文件中添加电阻检测参数,Log输出类型,Process中检测电阻忽略时间
2在Process执行过程中,循环检测加热丝是否断开
2023-07-19 20:14:47 +08:00
SL a9147af23f 更新库文件(Commit e5003ac),IoPSU和IoSCR对象增加电阻超限检测逻辑,增加DeviceData属性打包传输数据到UI。
优化PM1和PM2的IoPSU和IoSCR设备配置,增加ResLimitMax系统配置映射参数,指定电阻上限配置项的路径。
PMOperationView视图中增加PSU和SCR电阻检测信息显示。
2023-07-19 19:33:03 +08:00
HCL 183e0c426e 1.PM Purge开关Final阀增加V111控制 2023-07-19 16:59:50 +08:00
HCL b536215937 1.优化数据库代码进度更新 2023-07-18 17:22:12 +08:00