Commit Graph

32 Commits

Author SHA1 Message Date
Liang Su 33a1da6731 修正Interlock在PLC同步数据之前可能意外错误触发的问题
调整ToolLoader中初始化各个管理器的顺序,以确保InterlockManager运行前PLC至少同步一次数据。
ToolLoader中增加IoProvider数据同步是否完成的检查。
修正和优化InterlockManager相关对象。
修正Module状态指示器的一些显示问题。
2024-03-25 15:18:37 +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 f3760c3799 维护保养界面 2024-02-26 09:32:39 +08:00
SIC1016\caipeilun d11d47b687 更新MuitiProcess代码 2024-02-22 09:40:12 +08:00
SIC1016\caipeilun 74dbf1bac7 更新库文件,修复 数据库文件循环清理功能 2024-02-04 10:13:41 +08:00
Han Qiang Qiang 2bf1c99fa3 更新dll [3998a66],测试Process历史记录查询 2024-01-16 17:07:33 +08:00
Liang Su 43d74cbbd1 更新库文件88f6b89,DataRecorderManager更名为DataTraceManager.
PJ_DONE事件等级变更为Information。
2024-01-15 10:39:45 +08:00
Liang Su eb8b0e4f46 更新库文件a0c00f02,继续优化数据Trace相关对象。
SimulatorModulePlc对象中的IoManager变更为SimulatorIoManager。
初始化DataRecorderManager时指定数据表名前缀。
2024-01-09 10:08:46 +08:00
Han Qiang Qiang 2c099122ff 在ToolLoader中初始化Common配置项 2023-12-15 16:23:03 +08:00
Han Qiang Qiang cd2ebe3907 1更新dll [305b17a],使用合并后的最新dll,添加ProcessHistory
2修改ProcessHistory配置的XML初始化解析
2023-12-15 15:01:32 +08:00
HCL 6a0ea58574 1.修改初始化顺序 2023-11-01 17:19:27 +08:00
Liang Su f16cd6b9dc 修正Poll数据时无法拉取NotInstalled模组相关的问题,现在无论Module是否设置为NotInstalled,均会执行Initialize()方法,已完成OP和DATA注册,避免此问题的发生。
修正当Module设置为NotInstalled时,其Interlock未禁用导致错误报警的问题。
2023-10-25 18:57:16 +08:00
Liang Su 8302cccaa1 更新库文件094abb3,修正Recipe保存的一些问题。
修正SicRT\Toolloader中IoManager对象的加载顺序,移至末尾加载,以避免IoManager中启动了InterlockManager,但InterlockManager使用的数据还未在DATA中注册,导致Poll数据失败的问题。
2023-10-25 16:46:33 +08:00
SIC1016\caipeilun bd60f6edcc 删除错误复制 2023-10-18 15:29:14 +08:00
Liang Su b1865ad948 移除PM Heater视图中配置PSU2输出限制的功能。
PMModule对象中增加统计工艺数据累积量的功能。
DBModel.sql脚本中移除创建表process_flow_data的语句,新增创建表process_data_stat_per_run的语句。
恢复System.sccfg中删除的项目,修正缺失配置项导致程序运行异常的问题。
更新库文件(Commit 724cbaa)
2023-08-04 16:08:55 +08:00
HCL 681e9a41ef 1.解决更新Common库后导致数据库处理出现的报错 2023-07-10 18:29:20 +08:00
HCL d1c6a114a5 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-04 09:31:17 +08:00
Liang Su 3b8ea09407 更新库文件(Commit 592ed68),整合8号机PMProcessView视图及其相关视图。
移除PMProcessView视图、ProcessMonitor视图。
将一些常用的using整合到GlobalUsings.cs文件中,定义为全局using。
2023-06-29 12:10:20 +08:00
HCL f06e0e67eb 1.添加DataBase Cleaner配置参数 2023-06-28 16:00:41 +08:00
Liang Su 6e646ad3db 更新库文件(Commit ccea5a5),支持报警响应前和响应后三色灯呈现不同状态。
修正Buzzer Off按钮事件,变更为System.AckAllAlarms。
Wafer回到Cassette时,触发PJ_DONE事件,而不是直接调用三色灯。
修改三色灯实体判断逻辑,系统初始化时判断三色灯连接在哪个PLC,其它PLC的三色灯实例自动禁用。
TM点表中增加三色灯DO定义。
Recipe模板文件中增加StepUid列。
EventDefine.xml中新增50,PJ_DONE事件。
修正一些描述错误。
2023-06-25 16:04:34 +08:00
LAPTOP-V3V5DP1T\Han Qiang Qiang 8ac219e987 添加初始化Coating 2023-06-06 15:12:57 +08:00
LAPTOP-V3V5DP1T\Han Qiang Qiang 0d47693227 删除久的Coating,修改加热配置项数据类型
更新DLL
2023-06-01 16:56:20 +08:00
Liang Su 90b78e806d EquipmentManager的InitModules()方法中检测Module是否安装,如果没有安装,则将其下属的所有Device禁用,以节省RT资源,并避免产生不必要的报警信息
PMModuleDevice的InitDevice()方法中移除对IsInstalled的判断。
EquipmentManager中新增GenModule<T>()方法用于创建各个Module的实例。
忽略三方库文件夹中的xml文件。
2023-05-09 17:51:18 +08:00
hanqiangqiang a3ff336357 添加Coating生长功能 2023-04-23 14:18:42 +08:00
DESKTOP-GPE37UV\THINKAPD 773bd1a870 增加系统信息显示功能,可以显示RT依赖库信息和ReleaseNote。 2023-04-14 16:38:51 +08:00
DESKTOP-GPE37UV\THINKAPD 5da921c88e Mainframe工程更名为SicModules。 2023-04-13 15:35:13 +08:00
DESKTOP-GPE37UV\THINKAPD fd5d31006c Update from svn. 2023-04-04 11:08:53 +08:00
DESKTOP-GPE37UV\THINKAPD 6134950f5d 修正PM配置文件路径。 2023-03-29 10:19:02 +08:00
DESKTOP-GPE37UV\THINKAPD 1dc3c069ac Update from svn. 2023-03-28 13:24:11 +08:00
DESKTOP-GPE37UV\THINKAPD f12ff6a6ca Add project files. 2023-03-03 15:42:13 +08:00