|
@@ -217,7 +217,10 @@ namespace Venus_RT.Modules.TM.VenusEntity
|
|
|
|
|
|
private bool Placing()
|
|
|
{
|
|
|
- return _robot.Place(VCE2LP.QueryLP2VCE(_targetModule), 0, _hand);
|
|
|
+ if(ModuleHelper.IsLoadPort(_targetModule))
|
|
|
+ return _robot.Place(VCE2LP.QueryLP2VCE(_targetModule), 0, _hand);
|
|
|
+ else
|
|
|
+ return _robot.Place(_targetModule, 0, _hand);
|
|
|
}
|
|
|
|
|
|
private bool CheckModuleReady()
|