修改IoConfinementRing中的一个小问题。

This commit is contained in:
THINKPAD 2022-10-24 15:11:17 +08:00
parent 3ce5ac288a
commit f447251fbc
1 changed files with 3 additions and 11 deletions

View File

@ -406,15 +406,6 @@ namespace SicPM.Devices
return false;
}
/* Interlock中配置
if (_diHeaterTempLowLimitSW.Value != true)
{
reason = "DI_HeaterTempLowLimitSW(DI-11) is not true";
EV.PostAlarmLog(Module, reason);
return false;
}
*/
/*// PMModule中未注册IsService数据。
if (IsPmServiceIdle.HasValue == false)
{
@ -430,12 +421,13 @@ namespace SicPM.Devices
return false;
}*/
if (_diHeaterTempLowLimitSW.Value != true)
/* Interlock中配置
if (_diHeaterTempLowLimitSW.Value != true)
{
reason = "DI_HeaterTempLowLimitSW(DI-11) must be true";
EV.PostAlarmLog(Module, reason);
return false;
}
}*/
if (!_doRingMoveDown.Check(true, out reason))
{