WIP Assisted tooling

Fix sofkeys
This commit is contained in:
Lucio Maranta
2019-03-13 16:31:31 +01:00
parent 0da197ebf6
commit f635419c30
8 changed files with 110 additions and 14 deletions
+7 -4
View File
@@ -665,11 +665,14 @@ public static class ThreadsFunctions
MessageServices.Current.Publish(NC_MAGAZINE_IS_ACTIVE, null, status);
libraryError = ncHandler.ReadAssistedToolingProcedure(out DTOAssistedToolingEndValueModel data);
if (libraryError.IsError())
ManageLibraryError(libraryError);
if(NcConfig.NcVendor != NC_VENDOR.SIEMENS)
{
libraryError = ncHandler.ReadAssistedToolingProcedure(out DTOAssistedToolingEndValueModel data);
if (libraryError.IsError())
ManageLibraryError(libraryError);
MessageServices.Current.Publish(ASSISTED_TOOLING_DATA, null, status);
MessageServices.Current.Publish(ASSISTED_TOOLING_DATA, null, data);
}
}
else
RestoreConnection();