From ac7a32533cdb3e94d5186f7a8a064aef66d45532 Mon Sep 17 00:00:00 2001 From: Per Nilsson <per.nilsson2@esss.se> Date: Wed, 3 Nov 2021 09:22:46 +0100 Subject: [PATCH] Small fixes on ACCP Phoebus OPIs --- .../Element/Valves/onOffValveHorizontal.bob | 1 - .../Element/Valves/onOffValveVertical.bob | 3 +- .../Common/Overview/overviewCompressor.bob | 52 +++++++++---------- 3 files changed, 27 insertions(+), 29 deletions(-) diff --git a/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Element/Valves/onOffValveHorizontal.bob b/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Element/Valves/onOffValveHorizontal.bob index a416807c..a687530c 100644 --- a/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Element/Valves/onOffValveHorizontal.bob +++ b/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Element/Valves/onOffValveHorizontal.bob @@ -101,7 +101,6 @@ <IND>$(IND)</IND> </macros> <target>tab</target> - <name>Test</name> <description>Open Display</description> </action> </actions> diff --git a/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Element/Valves/onOffValveVertical.bob b/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Element/Valves/onOffValveVertical.bob index e7cf95ce..cc5e6e6b 100644 --- a/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Element/Valves/onOffValveVertical.bob +++ b/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Element/Valves/onOffValveVertical.bob @@ -100,8 +100,7 @@ <DEV>$(DEV)</DEV> <IND>$(IND)</IND> </macros> - <target>window</target> - <name>Test</name> + <target>tab</target> <description>Open Display</description> </action> </actions> diff --git a/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Overview/overviewCompressor.bob b/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Overview/overviewCompressor.bob index 265a77a6..257e78be 100644 --- a/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Overview/overviewCompressor.bob +++ b/NON-APPROVED/Cryo/ACCP_Phoebus/Common/Overview/overviewCompressor.bob @@ -9,6 +9,31 @@ <height>970</height> <actions> </actions> + <widget type="rectangle" version="2.0.0"> + <name>Rectangle_64</name> + <macros> + <pv_name></pv_name> + </macros> + <x>347</x> + <y>653</y> + <width>196</width> + <height>167</height> + <line_width>0</line_width> + <line_color> + <color red="128" green="0" blue="255"> + </color> + </line_color> + <transparent>true</transparent> + <actions> + <action type="open_display"> + <file>../../Compressor/processHP.opi</file> + <target>replace</target> + <description>HP Compressor</description> + </action> + </actions> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + </widget> <widget type="rectangle" version="2.0.0"> <name>Rectangle_68</name> <macros> @@ -5946,7 +5971,7 @@ $(pv_value)</tooltip> </macros> <file>Elements/onOffValve2Right.opi</file> <x>664</x> - <y>340</y> + <y>336</y> <width>31</width> <height>28</height> <resize>2</resize> @@ -6223,31 +6248,6 @@ $(pv_value)</tooltip> <actions> </actions> </widget> - <widget type="rectangle" version="2.0.0"> - <name>Rectangle_64</name> - <macros> - <pv_name></pv_name> - </macros> - <x>347</x> - <y>653</y> - <width>196</width> - <height>167</height> - <line_width>0</line_width> - <line_color> - <color red="128" green="0" blue="255"> - </color> - </line_color> - <transparent>true</transparent> - <actions> - <action type="open_display"> - <file>../../Compressor/processHP.opi</file> - <target>replace</target> - <description>HP Compressor</description> - </action> - </actions> - <tooltip>$(pv_name) -$(pv_value)</tooltip> - </widget> <widget type="rectangle" version="2.0.0"> <name>Rectangle_67</name> <macros> -- GitLab