修正代码,退出Service模式需要 bypassInterlock和bypassEnabletable都关闭才能退出。

This commit is contained in:
SIC1016\caipeilun 2023-09-01 09:11:22 +08:00
parent f31a36f3a5
commit dbacb5a041
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.PMs
{
if (IsBypassInterlock)
EV.PostWarningLog(Module, $"Interlock is bypassed");
if (IsBypassEnableTable)
else if (IsBypassEnableTable)
EV.PostWarningLog(Module, $"Enable table is bypassed");
else
action.Invoke();