WIP assisisted tooling
This commit is contained in:
@@ -664,6 +664,12 @@ public static class ThreadsFunctions
|
||||
ManageLibraryError(libraryError);
|
||||
|
||||
MessageServices.Current.Publish(NC_MAGAZINE_IS_ACTIVE, null, status);
|
||||
|
||||
libraryError = ncHandler.ReadAssistedToolingProcedure(out DTOAssistedToolingEndValueModel data);
|
||||
if (libraryError.IsError())
|
||||
ManageLibraryError(libraryError);
|
||||
|
||||
MessageServices.Current.Publish(ASSISTED_TOOLING_DATA, null, status);
|
||||
}
|
||||
else
|
||||
RestoreConnection();
|
||||
@@ -775,7 +781,7 @@ public static class ThreadsFunctions
|
||||
// Try connection
|
||||
CmsError libraryError = ncHandler.Connect();
|
||||
if (libraryError.errorCode != 0)
|
||||
ManageLibraryError(libraryError);
|
||||
ManageLibraryError(libraryError);
|
||||
|
||||
while (true)
|
||||
{
|
||||
@@ -856,7 +862,7 @@ public static class ThreadsFunctions
|
||||
}
|
||||
else //MTC
|
||||
{
|
||||
string stringVal = "Path_" + m154.Process + "_";
|
||||
string stringVal = "Path_0" + m154.Process + "_";
|
||||
string val = "";
|
||||
|
||||
// Check if command is MTC
|
||||
|
||||
Reference in New Issue
Block a user