Commit Graph

337 Commits

Author SHA1 Message Date
Liang Su 8bc589ebf5 refactor(Heater): 优化Heater操作视图,优化HeatStrategy等枚举定义。
更新Common库至f05010b。
FlowMode、TCModes、HeatStrategy等枚举从DicMode对象中移出至Aitex.Core.RT.Device.PmDevices命名空间。
PMHeaterView视图从SicUI项目中移除,移至UI.Client库。
2024-04-24 09:21:23 +08:00
Liang Su 0e8d385e79 feat: 准备好支持动态PID限幅相关配置。 2024-04-24 09:21:23 +08:00
Liang Su 292c23cdca refactor(recipe): Recipe模板中TC控制策略选项优化。
Pyro相关的DisplayName变更为Follow、Auto,ControlName保持不变。
SCR的控温策略选项的Pyro拆分为Auto和Follow,和PSU保持一致。
2024-04-24 09:21:23 +08:00
Liang Su 3a1914b0cd refactor(TC): 重构IoTC
更新库文件cd8c814,重构IoTC对象。
所有HeaterControlMode枚举更名为HeatStrategy。
移除IoTC的SetTargetSPAll方法,PMModuleDevice对象的EnableHeater方法中使用SetTargetSP方法设置目标温度。
修正PMHeaterView视图中无法将PSU和SCR手动设置到Pyro模式的问题。现在将原Pyro模式扩展为PyroAuto和PyroFollow模式。
2024-04-24 09:21:22 +08:00
HCL 991e114075 1.修正PM Clean和Purge流程问题 2024-04-22 10:44:51 +08:00
Liang Su fbe67d4324 Merge branch 'feature/refactor-temp-sensors-add-maf' into develop 2024-04-19 13:30:33 +08:00
HCL e291bb7fdf 1.PM ProcessAbort增加将PSU和SCR设置为Power模式 2024-04-09 08:54:02 +08:00
Liang Su 349a7caede refactor(TempSensor): 重构温度传感器相关对象,增加温度滤波算法。
更新库文件1cb92f8。
温度传感器对象实现移动平均滤波算法,并可配置PID反馈温度使用滤波前温度还是滤波后温度。
温度传感器设备配置中增加MaxChannels和MinimalTemp定义。
修改温度传感器设备配置中的ScBasePath到根节点。
系统配置中新增温度传感器相关配置项,并保留就得配置项,以确保旧版兼容性。
系统配置中新增温度滤波器参数配置项。
2024-04-08 19:30:09 +08:00
HCL f8b014ff39 Merge branch 'WaferTrayInfo' into develop
# Conflicts:
#	SicRT/ReleaseNotes.md
#	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
2024-04-07 10:32:53 +08:00
HCL 7941909471 Merge branch 'Atm_Cycle' into develop
# Conflicts:
#	ThirdParty/MECF.Framework/MECF.Framework.RT.EquipmentLibrary.dll
#	ThirdParty/MECF.Framework/MECF.Framework.UI.Client.dll
2024-04-01 16:15:59 +08:00
HCL 6d692f6590 1.Load Home增加Rotation ServoOn 2024-03-29 15:52:44 +08:00
HCL 790d923aeb 1.实现ATM Mode 2024-03-29 08:54:58 +08:00
HCL 6ab1ede58b 1.更新 2024-03-28 13:25:47 +08:00
HCL 08e2380624 1.进度更新 2024-03-28 13:24:05 +08:00
HCL 9af511a004 1.删除TMPidRoutine 2024-03-27 14:33:39 +08:00
HCL 4544de2ac7 1.Routine时间修改 2024-03-27 14:13:06 +08:00
HCL 7a7c1caa10 Merge branch 'develop' into WaferTrayInfo
# Conflicts:
#	SicRT/Properties/AssemblyInfo.cs
#	SicRT/ReleaseNotes.md
#	SicUI/Properties/AssemblyInfo.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
2024-03-27 13:35:36 +08:00
HCL 9d8a552fd4 1.更新 2024-03-27 10:24:08 +08:00
HCL 23554a905f 1.修改PM Routine有关超时时间和压力到达条件判断 2024-03-26 10:17:56 +08:00
Liang Su 03130a8f0c V43、V48开启是判断当前载气是否为氢气H2. 2024-03-26 09:53:42 +08:00
HCL e7e1330215 1.修改PM Purge和Clean Routine超时时间和压力达到条件 2024-03-26 09:51:36 +08:00
Liang Su 33a1da6731 修正Interlock在PLC同步数据之前可能意外错误触发的问题
调整ToolLoader中初始化各个管理器的顺序,以确保InterlockManager运行前PLC至少同步一次数据。
ToolLoader中增加IoProvider数据同步是否完成的检查。
修正和优化InterlockManager相关对象。
修正Module状态指示器的一些显示问题。
2024-03-25 15:18:37 +08:00
Han Qiang Qiang bbfc64c13b 根据南京百识现场更新Process单步历史记录查询数据 2024-03-15 13:50:33 +08:00
HCL c3facd6fcc Merge branch 'develop' into WaferTrayInfo
# Conflicts:
#	SicRT/Properties/AssemblyInfo.cs
#	SicRT/ReleaseNotes.md
#	SicUI/Properties/AssemblyInfo.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/zh/Sicentury.Localization.resources.dll
2024-03-15 09:52:27 +08:00
Liang Su a15974dca2 修正PostProcess、PMPostTransferRoutine和PMToProcessIdleRoutine中未正确设置PSU、SCR加热模式的问题。 2024-03-14 15:26:03 +08:00
Han Qiang Qiang 5a97b64a51 Merge branch 'develop' of http://118.31.5.210:65000/Sic-Software/Sic08 into develop 2024-03-14 09:52:58 +08:00
Han Qiang Qiang 8fb1afb227 PM腔体和管道压差,在工艺过程中检测,报警等级可配置 2024-03-14 09:52:29 +08:00
Liang Su dbbca86ee8 修正PM进入ProcessIdle时,PSU和SCR加热模式可能错误的问题。 2024-03-14 09:41:36 +08:00
HCL 3e7e41a679 1.整理Cassette CreateDeleteWaferTray 2024-03-12 10:55:46 +08:00
HCL 1f86e5195b 1.保留小数后两位 2024-03-11 17:43:22 +08:00
Han Qiang Qiang 66f77567e5 启用屏蔽的Coating生长方法 2024-03-01 14:28:43 +08:00
SIC1016\caipeilun 6f24a0e7c3 修改PMmodule连接判定 2024-02-28 14:37:34 +08:00
Han Qiang Qiang 72715f0811 Merge branch 'develop' into DevelopBase 2024-02-27 17:40:19 +08:00
HCL 2c035c23c1 1.Process Exit信息打印 2024-02-27 11:17:21 +08:00
Liang Su da35b442a8 优化SiemensIoProvider.cs代码格式。 2024-02-27 09:50:44 +08:00
Liang Su 88b21801a3 恢复SicModules项目中的SiemensIoProvider对象。
RT的TM PLC配置恢复为SicModules.Devices.SiemensIoProvider。
2024-02-27 09:45:04 +08:00
SIC1016\caipeilun 7e38106528 Merge branch 'feature/维保界面V1.0' into DevelopBase
# Conflicts:
#	SicRT/Config/System.sccfg
#	SicRT/Instances/ToolLoader.cs
#	SicUI/Bootstrapper.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
#	ThirdParty/MECF.Framework/Sicentury.Localization.dll
#	ThirdParty/MECF.Framework/zh/Sicentury.Localization.resources.dll
2024-02-26 11:02:43 +08:00
SIC1016\caipeilun b5a0e2925a 更新维护代码 2024-02-26 10:47:35 +08:00
Liang Su 7ec1499c61 Merge branch 'feature/high-performance-data-collector' into DevelopBase
# Conflicts:
#	Modules/Mainframe/Devices/IoInterLock.cs
#	Modules/Mainframe/Devices/SiemensIoProvider.cs
#	SicRT/Config/System.sccfg
#	SicRT/Properties/AssemblyInfo.cs
#	SicSimulator/Config/_ioDefinePM.xml
#	SicSimulator/Instances/SimulatorModulePlc.cs
#	SicUI/Properties/AssemblyInfo.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
#	ThirdParty/MECF.Framework/Sicentury.Localization.dll
#	ThirdParty/MECF.Framework/zh/Sicentury.Localization.resources.dll
2024-02-26 09:35:22 +08:00
SIC1016\caipeilun 7bc1edd4e3 Merge branch 'feature/WCF测试' into DevelopBase
# 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
2024-02-26 09:15:38 +08:00
Han Qiang Qiang 1382f61302 Merge branch 'develop' into feature/localization
# Conflicts:
#	SicUI/Models/Maintenances/TM/EFEMView.xaml
#	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
2024-02-22 10:16:49 +08:00
Han Qiang Qiang 15f96f1ada PM2 Alarm13 修改为 Warning15 2024-02-22 09:48:26 +08:00
SIC1016\caipeilun d11d47b687 更新MuitiProcess代码 2024-02-22 09:40:12 +08:00
Han Qiang Qiang b3439a2fdb PM1 Alarm13 修改为 Warning15 2024-02-22 09:21:32 +08:00
Han Qiang Qiang e2b4f9b083 1PM新增DI-73,AI-26,AI-27点位
2监控加热带温区AI-26,AI-27超温报警
3增加配置控制报警输出等级
4仿真添加相应点位
2024-02-21 11:12:42 +08:00
HCL 4a4148254e 1.ProcessIdle前增加闸板阀关闭检查 2024-02-02 13:28:04 +08:00
HCL 492828e470 1.Process前增加闸板阀关闭检查 2024-02-02 11:10:57 +08:00
HCL 00d6356c1b 1.do改为di 2024-02-01 14:20:00 +08:00
HCL 2c60ed107f 1.添加TM DO09、DO11、DO13、DO15与DI-31的互锁 2024-02-01 14:13:40 +08:00
Liang Su 89cbf91264 版本号更新至v1.2.0.40115-preview。 2024-01-15 11:28:30 +08:00