|
@@ -67,7 +67,7 @@ namespace OTSController {
|
|
|
//Sleep(2000);
|
|
|
while (nAttempTime > 0 && !bInPlace)
|
|
|
{
|
|
|
-
|
|
|
+ Sleep(500);
|
|
|
// get SEM position
|
|
|
if (!GetPositionXY(dGetPositionX, dGetPositionY, dGetPositionR))
|
|
|
{
|
|
@@ -110,13 +110,13 @@ namespace OTSController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- /*if (!bInPlace)
|
|
|
+ if (!bInPlace)
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
- Sleep(1000);
|
|
|
- }*/
|
|
|
+ Sleep(500);
|
|
|
+ }
|
|
|
|
|
|
// tried once
|
|
|
--nAttempTime;
|