1.PM ProcessAbort增加将PSU和SCR设置为Power模式

This commit is contained in:
HCL 2024-04-09 08:54:02 +08:00
parent 8498c8ce93
commit e291bb7fdf
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,8 @@ namespace SicModules.PMs.Routines
private enum RoutineStep
{
HeatEnable,
SetPSUMode,
SetSCRMode,
SetPSURatio,
SetSCRRatio,
SetRotation,
@ -81,6 +83,10 @@ namespace SicModules.PMs.Routines
//停止加热
SetHeatEnable((int)RoutineStep.HeatEnable, false, _heatTimeOut);
//设置模式为Power
SetPSUHeatMode((int)RoutineStep.SetPSUMode,0);
SetSCRHeatMode((int)RoutineStep.SetSCRMode, 0);
//设定功率为0
SetPSUHeatRatio((int)RoutineStep.SetPSURatio, 0, 0, 0);
SetSCRHeatRatio((int)RoutineStep.SetSCRRatio, 0, 0, 0);

View File

@ -8,6 +8,7 @@ Auto-GE 自动通用版适用有EFEM设备
- Bug修复
-修正AutoTranfer时TMRobot不取Buffer中已用完次数的Tray的问题
- 新特性
- PM ProcessAbort增加将PSU和SCR设置为Power模式
## Version 1.3.1.40319