Commit Graph

787 Commits

Author SHA1 Message Date
Liang Su 1ebc679c20 feat(MainWindow): SicUI的主窗口显示的版本号从RT拉取,而不是使用SicUI.exe的版本号。 2024-04-08 19:31:12 +08:00
Liang Su 349a7caede refactor(TempSensor): 重构温度传感器相关对象,增加温度滤波算法。
更新库文件1cb92f8。
温度传感器对象实现移动平均滤波算法,并可配置PID反馈温度使用滤波前温度还是滤波后温度。
温度传感器设备配置中增加MaxChannels和MinimalTemp定义。
修改温度传感器设备配置中的ScBasePath到根节点。
系统配置中新增温度传感器相关配置项,并保留就得配置项,以确保旧版兼容性。
系统配置中新增温度滤波器参数配置项。
2024-04-08 19:30:09 +08:00
HCL 213dcaebeb 1.增加版本号和记录 2024-04-07 10:37:07 +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 12d37ead25 1.增加日志 2024-04-01 16:17:57 +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 059a662144 1.更新 2024-04-01 11:19:23 +08:00
HCL 6d692f6590 1.Load Home增加Rotation ServoOn 2024-03-29 15:52:44 +08:00
HCL 449a5216b2 1.更新 2024-03-29 15:26:58 +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 05749e76d8 1.更新Common库 2024-03-27 10:03:24 +08:00
HCL 0b176b87d4 1.PM设置蝶阀位置和压力前判断EPV2是否打开 2024-03-27 09:59:35 +08:00
SIC1016\caipeilun e0af7d4892 更新库文件 2024-03-26 15:46:31 +08:00
SIC1016\caipeilun 72e0eb269d 更新Maintain界面 2024-03-26 15:43:35 +08:00
HCL 74f50bb8f7 1.增加日志 2024-03-26 11:04:19 +08:00
HCL e14aa37c88 1.TrayRobot Home增加夹爪夹紧,判断信号再打开功能 2024-03-26 11:03:44 +08:00
HCL 23554a905f 1.修改PM Routine有关超时时间和压力到达条件判断 2024-03-26 10:17:56 +08:00
Liang Su 4db9b840b0 更新ReleaseNote内容。 2024-03-26 09:53:53 +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 481546ebb7 修正主窗口LOG下拉框有点高的问题。 2024-03-26 09:34:28 +08:00
Liang Su 4f68415076 更新库文件99449fc,同步最新版本。 2024-03-26 09:16:38 +08:00
Liang Su ee86adab61 Merge branch 'feature/fix-io-provider-may-not-sync-when-startup-issue' into develop 2024-03-26 09:12:38 +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 64d0d54a32 更新dll [47e4c7e],Recipe在线无法推送问题修改,人为修改后直接保存,会认为配方无变换导致无法推送, 2024-03-25 14:22:47 +08:00
HCL 1a71898bc1 1.解决Robot 手动Pick和Place时偶尔出现多次进入Pick和Place问题 2024-03-20 14:48:20 +08:00
SIC1016\caipeilun 4bd63462ae 修复overview的汉化遗漏 2024-03-20 11:18:57 +08:00
SIC1016\caipeilun f5e8296e4e 修正依赖属性RotateAngle单词拼写错误 2024-03-20 10:04:39 +08:00
SIC1016\caipeilun 966680b6f8 修正OverView中的绑定失败(名称错误/绑定路径错误/未使用该属性等原因) 2024-03-19 18:42:32 +08:00
SIC1016\caipeilun 95d2d6a595 Merge branch 'develop' of http://118.31.5.210:65000/Sic-Software/Sic08 into develop 2024-03-19 16:20:48 +08:00
SIC1016\caipeilun 6a0f73610e 用BindingProxy类修正TranslateX和RotateAngle绑定失败 2024-03-19 16:19:36 +08:00
Han Qiang Qiang 237859c5db 修改PM Heart界面汉化,PSU2绑定数据源 2024-03-19 14:15:30 +08:00
Han Qiang Qiang 0fbdee9ccb 修改PM Motion界面汉化问题 2024-03-19 09:13:00 +08:00
Liang Su b589986cb0 系统配置增加ProcessDoneAlertMode项,可指定Job结束后蜂鸣器提示还是Wafer回到Cassette后蜂鸣器提示。 2024-03-18 18:08:05 +08:00
Liang Su 0914a35ce2 修正UI启动时报MenuItem的VerticalContentAlignment和HorizontalContentAlignment属性绑定错误的问题。 2024-03-18 18:03:49 +08:00
SIC1016\caipeilun aceda1682f Maintain部分代码优化,修改代码结构,减少代码量 2024-03-18 09:23:14 +08:00
Han Qiang Qiang dbc2b88af3 版本号更新至 ## Version 1.3.1.40315 2024-03-15 14:02:55 +08:00
Han Qiang Qiang 90f5c81f86 更新dll [360af5c], Process单步历史记录,非数据类型不进行处理 2024-03-15 13:57:18 +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
HCL 931768050e 1.RecipeEditorView优化过滤功能
2.RecipeSelectView增加Recipe过滤功能
2024-03-15 09:30:23 +08:00
Liang Su a3e9411692 版本号更新至v1.3.1.40314 2024-03-14 15:27:32 +08:00
Liang Su a15974dca2 修正PostProcess、PMPostTransferRoutine和PMToProcessIdleRoutine中未正确设置PSU、SCR加热模式的问题。 2024-03-14 15:26:03 +08:00
Han Qiang Qiang b70345b36c 追加更新内容 2024-03-14 10:01:00 +08:00