Index: AlarmDefs.h =================================================================== diff -u -r89e9d1f94c4524575448bd3ea2e71a8df0a73a9b -r62d52887ebe2c95a47007e7cff4e5bc79c2109a6 --- AlarmDefs.h (.../AlarmDefs.h) (revision 89e9d1f94c4524575448bd3ea2e71a8df0a73a9b) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 62d52887ebe2c95a47007e7cff4e5bc79c2109a6) @@ -1423,9 +1423,9 @@ { 255 , ALARM_ID_HD_UI_COMPATIBILITY_ERROR , "HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | HD POST: UI Compatibility | HD and UI software builds are not compatible | If the compatibility revision field of the UI is not equal to SW_COMPATIBILITY_REV. | "}, { 256 , ALARM_ID_HD_DISINFECT_CHEM_FLUSH , "HD | Chemical Flush in Progress | Chemical flush in progress.\n- Please wait for the process to complete. \n- You will not be able to create a treatment until the process\nis finished.\n- To end this process, press STOP on the front of the device. | Cleaning: Chem Flush In Progress | DG flush started | If DG flush successfully started from the UI. | "}, { 257 , ALARM_ID_AVAILABLE_8 , " | | | | | | "}, - { 258 , ALARM_ID_HD_UI_POST_FAILURE_OS_VERSION , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | HD POST: OS Version | UI POST OS Version compatibility failure | If the UI POST reports the OS Version compatibility faillure. | "}, + { 258 , ALARM_ID_HD_UI_POST_FAILURE_OS_VERSION , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | HD POST: OS Version | UI POST OS Version compatibility failure | If the UI POST reports the OS Version compatibility failure. | "}, { 259 , ALARM_ID_HD_TEMPERATURES_OUT_OF_RANGE , "HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n- Treatment must be terminated.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | HD Fault: Temp Sensors Error | HD temperatures out of range | If thermistor reports temperature > 80.0 C or < 0.0 C for a certain period of time. | "}, - { 260 , ALARM_ID_HD_UI_POST_FAILURE_SHASUM , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | HD POST: UI Image | UI POST Application Integrity (Sha256Sum) failure | If the UI POST reports a shasum faillure. | "}, + { 260 , ALARM_ID_HD_UI_POST_FAILURE_SHASUM , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | HD POST: UI Image | UI POST Application Integrity (Sha256Sum) failure | If the UI POST reports a shasum failure. | "}, { 261 , ALARM_ID_HD_UI_POST_FAILURE_CANBUS , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | HD POST: UI CAN Driver | UI POST CANBus failure | If the UI POST reports a can bus failure. | "}, { 262 , ALARM_ID_HD_UI_POST_FAILURE_DISPLAY , " | | | | UI POST Display failure | If the UI POST reports a display failure. | "}, { 263 , ALARM_ID_HD_UI_POST_FAILURE_TOUCH , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | HD POST: UI Touch Driver | UI POST Touch failure | If the UI POST reports a touch failure. | "}, Index: Compatible.h =================================================================== diff -u -rd233b453d9b0e2a0f8e988500b622c12240c1ab9 -r62d52887ebe2c95a47007e7cff4e5bc79c2109a6 --- Compatible.h (.../Compatible.h) (revision d233b453d9b0e2a0f8e988500b622c12240c1ab9) +++ Compatible.h (.../Compatible.h) (revision 62d52887ebe2c95a47007e7cff4e5bc79c2109a6) @@ -32,9 +32,9 @@ // UI version #define UI_VERSION_MAJAR 0 ///< UI version majar. #define UI_VERSION_MINOR 6 ///< UI version minor. -// UI_VERSION_MICRO 1 ///< UI version micro. // Moved from Qt 5.12.5 to 5.15.10 -// UI_VERSION_MICRO 2 ///< UI version micro. // The Cybersecurity additions and Encrypted partition for configurations #define UI_VERSION_MICRO 3 ///< UI version micro. // The Encrypted partition generation algorithm changed, and any old configuration cannot be decrypted. +// UI_VERSION_MICRO 2 ///< UI version micro. // The Cybersecurity additions and Encrypted partition for configurations +// UI_VERSION_MICRO 1 ///< UI version micro. // Moved from Qt 5.12.5 to 5.15.10 // UI_VERSION_BUILD ///< UI version build number will be generated by bambu and UI reads it from environment variable on Bamboo server. // UI_VERSION_COMPATIBILITY ///< UI reads this value from SW_COMPATIBILITY_REV in this file.