WIP start&stop edit magazine

This commit is contained in:
Lucio Maranta
2018-07-16 17:29:58 +02:00
parent e124cb511c
commit 5e81d377fd
14 changed files with 253 additions and 150 deletions
-3
View File
@@ -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();