Added axis type
Fix siemens part program info Added unit of measure
This commit is contained in:
@@ -482,7 +482,7 @@ public static class ThreadsFunctions
|
||||
ReadAxesTimes++;
|
||||
|
||||
// Wait
|
||||
Thread.Sleep(CalcSleepTime(200, (int)sw.ElapsedMilliseconds));
|
||||
Thread.Sleep(CalcSleepTime(100, (int)sw.ElapsedMilliseconds));
|
||||
}
|
||||
}
|
||||
catch (ThreadAbortException)
|
||||
|
||||
Reference in New Issue
Block a user