Commit Graph

283 Commits

Author SHA1 Message Date
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
hanqiangqiang 2584f0a0e0 [UI.Client]
数据库查询Coating无记录,报错问题解决
2023-06-29 08:43:14 +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
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
Liang Su 513f078537 [UI.Client]
修正Recipe修改后,仍然能进入白名单编辑模式的问题。
2023-06-19 17:58:23 +08:00
Liang Su b48c4a6c65 [UI.Client]
修正加载Recipe时,Recipe会变为为保存状态的问题。
2023-06-19 17:54:15 +08:00
Liang Su f84d2019ed [UI.Client]
修正删除Recipe步骤后,Recipe的变更状态仍然为“未变更”的问题。
2023-06-19 17:04:40 +08:00
HCL fbcd0ebe17 1.Sequence界面增加刷新按钮 2023-06-19 16:40:46 +08:00
Liang Su 04666ca896 [UI.Client]
DataGridCellDragToFillAdorner支持定义Thumb样式。
DataGridCellDragToFillAdorner支持IsEnable时显示为灰色。
Recipe编辑器中如果单元格参数访问权限为None,则拖拽填充控件显示为灰色。
2023-06-19 16:21:45 +08:00
hanqiangqiang e134a424d1 [RT.EquipmentLibrary]
1V94和V96,打开或关闭时,操作对应MFC
2添加到远程分支,未合并到develope分支
2023-06-19 14:51:19 +08:00
Liang Su c8d34ff812 [UI.Client]
Recipe编辑器DataGrid控件支持自定义拖拽填充控件样式。
2023-06-19 11:44:05 +08:00
Liang Su 92524557c8 [UI.Client]
ParamBaseWithGenericValue的GetValue和SetValue方法中,如果没有操作权限,则直接结束操作,而不是抛出异常。
2023-06-16 17:40:56 +08:00
Liang Su 8e36056995 [UI.Client]
新增PermissionException对象。
ParamBaseWithGenericValue的GetValue和SetValue方法中检查访问权限,并抛出权限错误异常。
2023-06-16 17:36:49 +08:00
Liang Su da615046a9 [UI.Client]
修正Recipe编辑器中当单元格没有访问权限时,仍然显示拖拽填充框的问题。
2023-06-16 17:27:01 +08:00
Liang Su 2d56b0a411 [UI.Client]
修正Recipe编辑器进入白名单设置模式时,UI不正常的问题。
2023-06-16 17:16:19 +08:00
Liang Su cb44c8a234 [UI.Client]
Recipe编辑器单元格不可编辑时,弹出对话框提示用户。
2023-06-16 17:01:46 +08:00