From 01ad7589a8b3965eec817463c060df73d4be789f Mon Sep 17 00:00:00 2001 From: adalbertofontoura <adalberto.fontoura@ess.eu> Date: Mon, 30 Jan 2023 16:30:49 +0100 Subject: [PATCH] ICSHWI-11598 Faceplate Cryomodule Ready-Regular Operations. Level and pressure Led indicator mal function. Led indicate condition OK (green) when condition is not OK. Fixed PV name. --- 99-Shared/CryomoduleReady.bob | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/99-Shared/CryomoduleReady.bob b/99-Shared/CryomoduleReady.bob index 58578ec..c19bf07 100755 --- a/99-Shared/CryomoduleReady.bob +++ b/99-Shared/CryomoduleReady.bob @@ -2562,7 +2562,7 @@ AND Level > 84%</text> </widget> <widget type="led" version="2.0.0"> <name>PVPS_m3_led_1</name> - <pv_name>TS2-010CRM::Cond_Pres01</pv_name> + <pv_name>TS2-010CRM::Cond_Pres01OK</pv_name> <x>515</x> <y>393</y> <off_color> @@ -2580,7 +2580,7 @@ AND Level > 84%</text> </widget> <widget type="led" version="2.0.0"> <name>RegOp_Lvl_led</name> - <pv_name>TS2-010CRM::Cond_Lvl01</pv_name> + <pv_name>TS2-010CRM::Cond_Lvl01OK</pv_name> <x>515</x> <y>423</y> <off_color> @@ -2649,6 +2649,7 @@ AND Level > 84%</text> <y>60</y> <width>1070</width> <height>540</height> + <active_tab>2</active_tab> </widget> <widget type="action_button" version="3.0.0"> <name>ColdCond</name> -- GitLab