WIP Assisted tooling
Fix sofkeys
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user