Commit Graph

595 Commits

Author SHA1 Message Date
SL afd36f60b2 [RT.EquipmentLibrary]
整理PMModuleBase.cs格式。
2023-07-03 10:30:25 +08:00
HCL 6505806dfc 1.Mfc Ror进度更新 2023-07-03 09:08:10 +08:00
hanqiangqiang 0f76e4e000 Merge branch 'develop' into 库整理真值表气体流量统计 2023-07-01 11:03:15 +08:00
hanqiangqiang c148f01b5e [RT.EqipmentLibrary]
1修改BUG,添加PM2模块后,静态字段数值赋值错误问题修改,
2023-07-01 10:59:22 +08:00
HQQ 8d403f3acf [RT.Equipment]
屏蔽Information39 Servo Not Ready [DI-288]报警信息
2023-06-30 20:31:04 +08:00
hanqiangqiang 9160fed58e 初步创建对象 2023-06-30 17:31:10 +08:00
hanqiangqiang 5acdd2c313 PLC读写出现异常时,使用LOG.Write记录问题点 2023-06-30 12:11:41 +08:00
hanqiangqiang 7c29369d45 [RT.EquipmentLibrary]
修改真值表XML配置的加载路径,上层配置路径和PM同级别
2023-06-30 10:26:22 +08:00
SL b4e6aa6f40 [UI.Client]
修正Seqence编辑器中无法保存Recipe的问题。
2023-06-29 19:34:16 +08:00
SL 2a44baccd3 Merge branch 'feature/move-pm-process-view-to-ui-client' into develop 2023-06-29 16:39:04 +08:00
SL a9b7eaa8d9 [UI.Client]
修正RecipeData的校验逻辑,当调用Validate()方法时,显式调用每个RecipeStep的Validate()方法以刷新IsValid属性。
2023-06-29 16:36:50 +08:00
SL 5661587929 [UI.Client]
修正Recipe编辑器中修改StepTime后,总时间没有刷新的问题。
2023-06-29 16:23:08 +08:00
SL c41e5c613b [UI.Client]
DataGridRecipe控件增加AllowDragToFill属性。
PMProcessView的Recipe编辑器禁用DragToFill功能。
2023-06-29 14:52:22 +08:00
SL 9f36c4347d [UI.Client]
移除PMProcessViewModel中多余的using.
2023-06-29 13:11:52 +08:00
SL 592ed68e78 从8号机移植PMProcessView视图及其相关视图,并编译通过。 2023-06-29 11:58:56 +08:00
SL 072e92104f Merge commit '6dba915200a6eaafc70900511ca6d243bffe6b0e' into rework 2023-06-29 10:47:21 +08:00
SL 99615381bb Merge remote-tracking branch 'origin/添加MFC+气阀测试功能' into rework 2023-06-29 10:46:57 +08:00
SL 6dba915200 修正ModuleFsmDevice的AbortRoutine()方法中,如果Routine列队为空,调用Peek()方法时异常的问题。
修正Recipe编辑器中,当Recipe总时间太长时,时间无法显示完全的问题。
2023-06-29 10:19:09 +08:00
HCL 7b56c15e0e 1.报错修改 2023-06-29 09:11:13 +08:00
HCL 8f6d520f7c Merge branch 'develop' into feature/整理优化数据库代码
# Conflicts:
#	MECF.Framework.UI.Client/TrayThickness/HistoryData/HistoryCoatingSqlHelp.cs
2023-06-29 08:59:55 +08:00
hanqiangqiang 2584f0a0e0 [UI.Client]
数据库查询Coating无记录,报错问题解决
2023-06-29 08:43:14 +08:00
HCL 1c2a89e53f 1.修改切换数据库问题 2023-06-28 18:26:50 +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
hanqiangqiang 5680f3d817 [Commn]
添加MFC测试对象实体类
2023-06-28 08:21:55 +08:00
SL 57bb813a59 [Common]
修改源码文件的编码格式。

(cherry picked from commit 55f95833e04f7b76bc4e7bed47ffdb0e428adbd9)
2023-06-27 19:37:13 +08:00
hanqiangqiang 3bb53356bc [RT.EquipumentLibrary]
删除测试代码
2023-06-27 16:29:11 +08:00
hanqiangqiang 23bfd26026 [RT.EquipmentLibrary]
1新增属性-气体用量
2使用异步调用OP方法
2023-06-27 16:26:43 +08:00
HCL c4b38cc0dd 1.进度更新 2023-06-27 15:46:42 +08:00
hanqiangqiang e853063e1c [RT.EquipmentLibrary]
1使用异步查询
2添加查询所有功能
2023-06-27 13:22:52 +08:00
SL 4c76dc403a [Common]
修正三色灯Blink状态机在每个Blink循环开始会关闭一下三色灯,导致配置为常亮时仍然会闪烁的问题。
2023-06-25 16:53:46 +08:00
SL d5633f5f3c Merge branch 'develop' into feature/add-alarm-mute-support 2023-06-25 16:19:02 +08:00
SL ccea5a5272 [Common]
EventEnum枚举中的PjDone项更名为PJ_DONE。
2023-06-25 15:04:04 +08:00
SL 770e917a3c [Common]
EventEnum枚举中新增PjDone = 50。
DefaultRecipeFileContext中的EV.PostMessage()方法中,使用ModuleName.System.ToString()代替硬编码的"System"字符串。
2023-06-25 14:32:11 +08:00
hanqiangqiang 98ed05b494 [RT.EquipmentLibrary]
修改气体体积统计方法,优化循环使用次数
2023-06-25 11:16:57 +08:00
SL 98d706bd4b [Common]
EventItem对象中新增属性AcknowledgedTime,记录事件被响应的时间。

[UI.Client]
新增EventLevelToBackgroundConverter对象。
AlarmItem对象的Type属性更名为Level,并新增LevelString属性。
AlarmItem对象中移除TextColor属性,使用EventLevelToBackgroundConverter在视图中进行转换。
2023-06-22 17:10:32 +08:00
SL 91238063d1 [Common]
移除EventItem对象中的IsMute属性,使用IsAcknowledge属性判断事件是否已被响应。
修改EventManager中的事件响应逻辑,用是否响应代替原静音逻辑。
2023-06-22 09:22:44 +08:00
SL b2ed7e0e6a [Common]
修正EventManager对象中的System.HasActiveAlarm数据没有从Alarm列队中获取信息导致始终返回false,导致UI的Alarm按钮不会变色的问题。
优化AppMenu.cs的代码格式。
2023-06-22 09:07:10 +08:00
SL 8216f9879b [Common]
EventManager中注册新操作用于测试Warning、Alarm、PjDone事件。

[UI.Client]
新增EventGenerator视图,用于测试事件。
2023-06-22 00:17:41 +08:00
SL d8ef042dd7 [Common]
在EventManager对象中注册System.LiveAlarmEvent、System.HasMutedAlarmEvent等数据,供三色灯使用。
整理EventManager.cs代码格式。
整理DeviceManagerBase.cs代码格式。
更名EventDefine对象的Items属性为Types。
移除EventItem的Mute()方法,并将IsMute属性的set段作用域变更为public。
2023-06-21 23:04:19 +08:00
SL 9665f49800 [Common]
SignalTowerBase对象中的方法GenerateOccurredRtEventDict()更名为PollRtAlarms()。
2023-06-21 15:29:26 +08:00
SL b21ac05ca8 [Common]
EventItem对象中新增属性IsMute和方法Mute(),用于使当前事件静音。
EventItemManager对象中实现事件静音控制逻辑。
2023-06-21 15:28:38 +08:00
hanqiangqiang 2ba0a51bc8 Merge branch 'MfcCalculation' into develop 2023-06-21 09:40:50 +08:00
HCL af08f0854b 1.IoValve中MFC Ramp时间由5ms改为5s 2023-06-20 15:36:28 +08:00
HCL 0cae4f6b6c 1.修改时间 2023-06-20 11:38:32 +08:00
HCL 94397e770a Merge remote-tracking branch 'origin/V94和V96,打开或关闭时,操作对应MFC' into develop 2023-06-20 11:04:27 +08:00
HCL e96b908c84 1.Load和Unload增加CheckSlowVentValue虚方法 2023-06-20 11:03:49 +08:00
hanqiangqiang 59b5e4a983 Merge branch 'develop' into MfcCalculation 2023-06-20 08:57:16 +08:00
Liang Su 604fdab99f Merge branch 'feature/import-recipe-edit-view' into develop 2023-06-20 08:36:26 +08:00
Liang Su 95195e491b [UI.Client]
DataGridRecipe控件新增滚动到指定配方步骤的功能。
2023-06-19 18:30:59 +08:00