WIP start&stop edit magazine
This commit is contained in:
@@ -369,11 +369,8 @@ public static class ThreadsFunctions
|
||||
|
||||
if (ncHandler.numericalControl.NC_IsConnected())
|
||||
{
|
||||
Stopwatch stopwatch = new Stopwatch();
|
||||
stopwatch.Start();
|
||||
// Get Data from config and PLC
|
||||
libraryError = ncHandler.GetAxesPositionsByProcess(1, out DTOAxesModel axes);
|
||||
Console.WriteLine("TEMPO" + stopwatch.ElapsedMilliseconds);
|
||||
}
|
||||
else
|
||||
TryNcConnection();
|
||||
|
||||
Reference in New Issue
Block a user