修改提示内容LidClose=>Clean , LidOpen=>Purge

This commit is contained in:
hanqiangqiang 2023-08-17 16:59:25 +08:00
parent 4307cacaa8
commit cccf25a282
1 changed files with 6 additions and 6 deletions

View File

@ -2034,7 +2034,7 @@ namespace SicModules.PMs
if (!_pmInterLock.DoLidOpenRoutineSucceed)
{
EV.PostWarningLog(Module, "Condition:LidOpenRoutineSucceed DO-172");
EV.PostWarningLog(Module, "Condition:Purge Routine Succeed DO-172");
return false;
}
@ -2101,7 +2101,7 @@ namespace SicModules.PMs
if (!(_pmInterLock.DoExchangeMoRoutineRunning || _pmInterLock.DoLidCloseRoutineSucceed))
{
EV.PostWarningLog(Module,
"Condition:ExchangeMo routine running or LidClose routine finished!");
"Condition:ExchangeMo routine running or Clean routine finished!");
return false;
}
}
@ -2144,7 +2144,7 @@ namespace SicModules.PMs
if (!(_pmInterLock.DoExchangeMoRoutineRunning || _pmInterLock.DoLidCloseRoutineSucceed))
{
EV.PostWarningLog(Module,
"Condition:ExchangeMo routine running or LidClose routine finished!");
"Condition:ExchangeMo routine running or Clean routine finished!");
return false;
}
}
@ -2169,7 +2169,7 @@ namespace SicModules.PMs
if (!(_pmInterLock.DoExchangeMoRoutineRunning || _pmInterLock.DoLidCloseRoutineSucceed))
{
EV.PostWarningLog(Module,
"Condition:ExchangeMo routine running or LidClose routine finished!");
"Condition:ExchangeMo routine running or Clean routine finished!");
return false;
}
}
@ -2208,7 +2208,7 @@ namespace SicModules.PMs
if (!(_pmInterLock.DoExchangeMoRoutineRunning || _pmInterLock.DoLidCloseRoutineSucceed))
{
EV.PostWarningLog(Module,
"Condition:ExchangeMo routine running or LidClose routine finished!");
"Condition:ExchangeMo routine running or Clean routine finished!");
return false;
}
}
@ -2655,7 +2655,7 @@ namespace SicModules.PMs
if (!_pmInterLock.DoLidOpenRoutineSucceed)
{
EV.PostWarningLog(Module, "Condition:LidOpenRoutineSucceed should be on ");
EV.PostWarningLog(Module, "Condition:Purge Routine Succeed should be on ");
return false;
}