添加工艺前等待温度提示
This commit is contained in:
parent
cab224c9f9
commit
5e03c09817
@ -482,7 +482,7 @@ namespace SicModules.PMs.RecipeExecutions
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
protected void WaitTempratureToBeginProcess(int id,double targetTemp,int timeout)
|
protected void WaitTempratureToBeginProcess(int id,double targetTemp,int timeout)
|
||||||
{
|
{
|
||||||
string reason = String.Empty;
|
string reason = $"Wait targetTemp reaches {targetTemp}℃ begin process, with timeout period of {timeout} seconds.";
|
||||||
Tuple<bool, Result> ret = Wait(id, () =>
|
Tuple<bool, Result> ret = Wait(id, () =>
|
||||||
{
|
{
|
||||||
if (PmDevice.TC1.L2PVFeedBack >= targetTemp)
|
if (PmDevice.TC1.L2PVFeedBack >= targetTemp)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user