From db68f67a31d50704214e93f60b5e461bc853dcec Mon Sep 17 00:00:00 2001 From: Emilio Asensi <emilio.asensiconejero@esss.se> Date: Tue, 28 Sep 2021 08:23:44 +0200 Subject: [PATCH] Changed Setpoint and Power Output PVs from Heaters blockicons --- ...ply_PID_Analog_BlockIcon_OnlyText_Horizontal_Compact.bob | 6 +++--- ...upply_PID_Analog_BlockIcon_OnlyText_Vertical_Compact.bob | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/99-Shared/Heaters/blockicons/EH_HeaterSupply_PID_Analog_BlockIcon_OnlyText_Horizontal_Compact.bob b/99-Shared/Heaters/blockicons/EH_HeaterSupply_PID_Analog_BlockIcon_OnlyText_Horizontal_Compact.bob index 45d0b6b..a65f4d6 100755 --- a/99-Shared/Heaters/blockicons/EH_HeaterSupply_PID_Analog_BlockIcon_OnlyText_Horizontal_Compact.bob +++ b/99-Shared/Heaters/blockicons/EH_HeaterSupply_PID_Analog_BlockIcon_OnlyText_Horizontal_Compact.bob @@ -79,7 +79,7 @@ </widget> <widget type="textupdate" version="2.0.0"> <name>WID_Value_MV</name> - <pv_name>${WIDSecSub}:${WIDDis}-PSU-${WIDIndex}:PwrR</pv_name> + <pv_name>${WIDSecSub}:${WIDDis}-EH-${WIDIndex}:HeaterPower</pv_name> <x>160</x> <y>30</y> <width>104</width> @@ -96,7 +96,7 @@ <show_units>false</show_units> <vertical_alignment>1</vertical_alignment> <wrap_words>false</wrap_words> - <tooltip>Actual PID Output</tooltip> + <tooltip>Calc Power from PLC</tooltip> <border_alarm_sensitive>false</border_alarm_sensitive> <border_width>1</border_width> <border_color> @@ -106,7 +106,7 @@ </widget> <widget type="textupdate" version="2.0.0"> <name>WID_Value_SP</name> - <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:MAN_SP</pv_name> + <pv_name>${WIDSecSub}:${WIDDis}-EH-${WIDIndex}:HeaterSP</pv_name> <y>30</y> <width>104</width> <height>34</height> diff --git a/99-Shared/Heaters/blockicons/EH_HeaterSupply_PID_Analog_BlockIcon_OnlyText_Vertical_Compact.bob b/99-Shared/Heaters/blockicons/EH_HeaterSupply_PID_Analog_BlockIcon_OnlyText_Vertical_Compact.bob index 0708fd9..fe0150a 100755 --- a/99-Shared/Heaters/blockicons/EH_HeaterSupply_PID_Analog_BlockIcon_OnlyText_Vertical_Compact.bob +++ b/99-Shared/Heaters/blockicons/EH_HeaterSupply_PID_Analog_BlockIcon_OnlyText_Vertical_Compact.bob @@ -79,7 +79,7 @@ </widget> <widget type="textupdate" version="2.0.0"> <name>WID_Value_MV</name> - <pv_name>${WIDSecSub}:${WIDDis}-PSU-${WIDIndex}:PwrR</pv_name> + <pv_name>${WIDSecSub}:${WIDDis}-EH-${WIDIndex}:HeaterPower</pv_name> <x>30</x> <y>70</y> <width>104</width> @@ -96,7 +96,7 @@ <show_units>false</show_units> <vertical_alignment>1</vertical_alignment> <wrap_words>false</wrap_words> - <tooltip>Actual PSU Output</tooltip> + <tooltip>Calc Power from PLC</tooltip> <border_alarm_sensitive>false</border_alarm_sensitive> <border_width>1</border_width> <border_color> @@ -106,7 +106,7 @@ </widget> <widget type="textupdate" version="2.0.0"> <name>WID_Value_SP</name> - <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:MAN_SP</pv_name> + <pv_name>${WIDSecSub}:${WIDDis}-EH-${WIDIndex}:HeaterSP</pv_name> <x>30</x> <y>35</y> <width>104</width> -- GitLab