修改TMRobot报错
This commit is contained in:
parent
c12662d729
commit
0c91530525
@ -1230,14 +1230,14 @@ namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.Robots.SiasunPhoenixB
|
||||
//TM从UnLoad只能取石墨盘
|
||||
if (sourcemodule == ModuleName.UnLoad)
|
||||
{
|
||||
if (_unloadWaferClaw.State == ClawStateEnum.Clamp)
|
||||
{
|
||||
WaferManager.Instance.TrayMoved(sourcemodule, SourceslotIndex, RobotModuleName, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
WaferManager.Instance.WaferTrayMoved(sourcemodule, SourceslotIndex, RobotModuleName, 0);
|
||||
}
|
||||
//if (_unloadWaferClaw.State == ClawStateEnum.Clamp)
|
||||
//{
|
||||
// WaferManager.Instance.TrayMoved(sourcemodule, SourceslotIndex, RobotModuleName, 0);
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
// WaferManager.Instance.WaferTrayMoved(sourcemodule, SourceslotIndex, RobotModuleName, 0);
|
||||
//}
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -1245,14 +1245,7 @@ namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.Robots.SiasunPhoenixB
|
||||
{
|
||||
if (arm == RobotArmEnum.Blade1)
|
||||
{
|
||||
if (_llWaferClaw.State == ClawStateEnum.Clamp && (sourcemodule == ModuleName.LoadLock || sourcemodule == ModuleName.Load))
|
||||
{
|
||||
WaferManager.Instance.TrayMoved(sourcemodule, SourceslotIndex, RobotModuleName, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
WaferManager.Instance.WaferTrayMoved(sourcemodule, SourceslotIndex, RobotModuleName, 0);
|
||||
}
|
||||
WaferManager.Instance.WaferTrayMoved(sourcemodule, SourceslotIndex, RobotModuleName, 0);
|
||||
}
|
||||
|
||||
if (arm == RobotArmEnum.Blade2)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user