diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/vpg/error.py b/NON-APPROVED/COMMON/DEVICES/vacuum/vpg/error.py index 049ead6d6bd5cd41213488b8ddfce4dce40ced29..eb95bce5937e11f7810a0e07d44540e872d74c8c 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/vpg/error.py +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/vpg/error.py @@ -19,13 +19,7 @@ if PVUtil.getLong(pvs[0]): 90 : "Turbo-Pumps Not Available", 89 : "Max Auto-Restart", 88 : "Back-Up Primary Pumping System Error", - 85 : "VPSU-00020 24VDC Power Supply Overload", - 84 : "VPSU-00020 24VDC Power Supply Tripped", 83 : "VPSU-00020 400VAC 3-Phases Power Supply Tripped", - 82 : "VPSU-00010 24VDC Power Supply Overload", - 81 : "VPSU-00010 24VDC Power Supply Tripped", - 80 : "VPSU-00010 400VAC 3-Phases Power Supply Tripped", - 15 : "Mode Selection Error - Vacuum Sector Vented", 14 : "Mode Selection Error - Vacuum Sector Under Vacuum", 13 : "Primary Pumping System: Rescue Primary System is Off", diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/vpg/warning.py b/NON-APPROVED/COMMON/DEVICES/vacuum/vpg/warning.py index 64df4ea7699967e7117800cc686c7ae751e7dcdf..030cba31a1bda302c7ca80adaea59966b64bf041 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/vpg/warning.py +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/vpg/warning.py @@ -18,6 +18,11 @@ if PVUtil.getLong(pvs[0]): 11 : "Atmospheric & Vacuum Starting are Enabled", 10 : "No Starting Enabled", 9 : "Atmospheric Starting is Enabled", + 8 : "VPSU-0020 24VDC Power Supply Overload", + 7 : "VPSU-0020 24VDC Power Supply Tripped", + 6 : "VPSU-0010 24VDC Power Supply Overload", + 5 : "VPSU-0010 24VDC Power Supply Tripped", + 4 : "VPSU-0010 400VAC 3-Phases Power Supply Tripped", 3 : "Automatic Restart On-going", 2 : "All Pumping Systems Locked - Starting Not Possible", 1 : "No Mode Selected",