Minor fix siemens

This commit is contained in:
Lucio Maranta
2019-01-15 16:34:42 +01:00
parent c85b8df4d9
commit 58fefd3823
14 changed files with 270 additions and 37 deletions
+1 -1
View File
@@ -843,7 +843,7 @@ public static class ThreadsFunctions
break;
case CMS_ERROR_CODES.SIEMENS_HMI_NOT_RUNNING:
Manage(ERROR_LEVEL.WARNING, cmsError.localizationKey);
Manage(ERROR_LEVEL.FATAL, cmsError.localizationKey);
RestoreConnection(); // If not connected try reconnection
break;
}