diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Heaters/EH_HeaterSupply_Analog_Faceplate.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Heaters/EH_HeaterSupply_Analog_Faceplate.bob index 802b8db764ec86775f5a92dac5a217dba44c242f..dd6e6789d8f0e06c867974af12bc810f04bc96e4 100644 --- a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Heaters/EH_HeaterSupply_Analog_Faceplate.bob +++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Heaters/EH_HeaterSupply_Analog_Faceplate.bob @@ -1890,7 +1890,7 @@ <name>PIDScreen_Button_1</name> <actions> <action type="open_display"> - <file>../PIDControls/PID_Control_Faceplate_embedded.bob</file> + <file>../PIDControls/PID_ADVControl_Faceplate_AutoConf_embedded.bob</file> <macros> <ControlledDevice>${SecSub}:${Dis}-PSU-${Index}:PwrR</ControlledDevice> </macros> diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_ADVControl_BlockIcon_AutoConf.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_ADVControl_BlockIcon_AutoConf.bob new file mode 100755 index 0000000000000000000000000000000000000000..76a5ea30e0d8e2c1eb67f3f9143ec0ac4d5b8174 --- /dev/null +++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_ADVControl_BlockIcon_AutoConf.bob @@ -0,0 +1,347 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>PID_Control PID Block Icon</name> + <width>180</width> + <height>105</height> + <background_color> + <color name="Transparent" red="255" green="255" blue="255" alpha="0"> + </color> + </background_color> + <widget type="rectangle" version="2.0.0"> + <name>Rectangle</name> + <width>180</width> + <height>105</height> + <line_width>1</line_width> + <line_color> + <color red="0" green="0" blue="0"> + </color> + </line_color> + <background_color> + <color name="Transparent" red="255" green="255" blue="255" alpha="0"> + </color> + </background_color> + <transparent>true</transparent> + </widget> + <widget type="symbol" version="2.0.0"> + <name>WID_Interlock</name> + <symbols> + <symbol>../../symbols/custom_v02/interlock_overridden_disabled_cms@32.png</symbol> + </symbols> + <y>72</y> + <width>30</width> + <height>30</height> + <actions> + </actions> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == true"> + <value>true</value> + </exp> + <exp bool_exp="pv0 == false"> + <value>false</value> + </exp> + <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:GroupInterlock</pv_name> + </rule> + </rules> + <tooltip>Interlock event occured!</tooltip> + </widget> + <widget type="symbol" version="2.0.0"> + <name>WID_AlarmIcon</name> + <symbols> + <symbol>../../symbols/custom_v02/error@32.png</symbol> + </symbols> + <width>30</width> + <height>30</height> + <actions> + </actions> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == true"> + <value>true</value> + </exp> + <exp bool_exp="pv0 == false"> + <value>false</value> + </exp> + <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:GroupAlarm</pv_name> + </rule> + </rules> + <tooltip>Alarm event occured!</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>WID_AUTMANIcon</name> + <text>A</text> + <y>31</y> + <width>30</width> + <height>30</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="29.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <rules> + <rule name="TextRule" prop_id="text" out_exp="false"> + <exp bool_exp="pv0 == true"> + <value></value> + </exp> + <exp bool_exp="pv1 == true"> + <value>M</value> + </exp> + <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:OpMode_Auto</pv_name> + <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:OpMode_Manual</pv_name> + </rule> + </rules> + <tooltip>Opmode indicator</tooltip> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>WID_Value_MV</name> + <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:LMN</pv_name> + <x>30</x> + <y>35</y> + <width>148</width> + <height>32</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="28.0"> + </font> + </font> + <background_color> + <color name="Background" red="220" green="225" blue="221"> + </color> + </background_color> + <precision>1</precision> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + <tooltip>Actual Output</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <border_width>1</border_width> + <border_color> + <color name="GRAY-BORDER" red="121" green="121" blue="121"> + </color> + </border_color> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>WID_Value_SP</name> + <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:MAN_SP</pv_name> + <x>30</x> + <y>69</y> + <width>148</width> + <height>34</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="28.0"> + </font> + </font> + <background_color> + <color name="Background" red="220" green="225" blue="221"> + </color> + </background_color> + <precision>1</precision> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + <tooltip>Setpoint</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <border_width>1</border_width> + <border_color> + <color name="GRAY-BORDER" red="121" green="121" blue="121"> + </color> + </border_color> + </widget> + <widget type="label" version="2.0.0"> + <name>WID_TitleLBL</name> + <text>${WIDDev}-${WIDIndex}</text> + <x>26</x> + <width>153</width> + <height>33</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="28.0"> + </font> + </font> + <background_color> + <color red="0" green="0" blue="0" alpha="0"> + </color> + </background_color> + <transparent>false</transparent> + <tooltip>Device name</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>WID_OpenFaceplate</name> + <actions execute_as_one="true"> + <action type="write_pv"> + <pv_name>${WIDSecSub}:${WIDDis}-${WIDAmConf}:P_Controlled_Devie_Name</pv_name> + <value>${ControlledDevice}</value> + <description>Write PV</description> + </action> + <action type="execute"> + <script file="EmbeddedJs"> + <text><![CDATA[/* Embedded javascript */ +/* Author: Miklos Boros*/ +/* Function: check if locking is allowed is yes then generate the LockID, after that it opens the Faceplate*/ + + +PVUtil = org.csstudio.display.builder.runtime.script.PVUtil; +logger = org.csstudio.display.builder.runtime.script.ScriptUtil.getLogger(); +PVFactory = org.csstudio.display.builder.runtime.pv.PVFactory; + + +macros = widget.getEffectiveMacros(); +WIDIndex = macros.getValue("WIDIndex"); +WIDSecSub = macros.getValue("WIDSecSub"); +WIDDis = macros.getValue("WIDDis"); +WIDDev = macros.getValue("WIDDev"); + + + +try +{ +P_BlockIcon_LockID = PVUtil.createPV( WIDSecSub+":"+WIDDis+"-"+WIDDev+"-"+WIDIndex+":P_BlockIcon_LockID",3000); +DevLocked = PVUtil.createPV( WIDSecSub+":"+WIDDis+"-"+WIDDev+"-"+WIDIndex+":DevLocked",3000); +Inhibit_Lock = PVUtil.createPV( WIDSecSub+":"+WIDDis+"-"+WIDDev+"-"+WIDIndex+":Inhibit_Lock",3000); +} +catch (e) { logger.info(" Cant open Faceplate, IOC is disconnected"); } + + + + + var patience = 500; + while (true) + { + try + { + if (PVUtil.getLong(Inhibit_Lock)!=null) + {break;} + + } + catch (e) {} + patience -=1; + if (patience <= 0) + { + throw "Timeout connecting to PV"; + } + } + + + + if (PVUtil.getLong(Inhibit_Lock)==0) { /*Inibit_Lock, check if the locking is not inhibited*/ + if (PVUtil.getLong(DevLocked)==1) { /*DevLocked, check if the faceplate is locked*/ + + + /*Generate Unique ID for the machine*/ + var UniqueText = ""; + var en = java.net.NetworkInterface.getNetworkInterfaces(); + var inf; + var enumIpAddr; + var Data1 = ""; + var Data2 = ""; + for (en = java.net.NetworkInterface.getNetworkInterfaces(); en.hasMoreElements();) { + intf = en.nextElement(); + Data1 = intf.getName() + intf.getDisplayName(); + UniqueText = UniqueText + Data1; + for (enumIpAddr = intf.getInetAddresses(); enumIpAddr.hasMoreElements(); ) { + Data2 = enumIpAddr.nextElement().toString(); + UniqueText = UniqueText + Data2; + } + } + + var a_table = "00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F 63066CD9 FA0F3D63 8D080DF5 3B6E20C8 4C69105E D56041E4 A2677172 3C03E4D1 4B04D447 D20D85FD A50AB56B 35B5A8FA 42B2986C DBBBC9D6 ACBCF940 32D86CE3 45DF5C75 DCD60DCF ABD13D59 26D930AC 51DE003A C8D75180 BFD06116 21B4F4B5 56B3C423 CFBA9599 B8BDA50F 2802B89E 5F058808 C60CD9B2 B10BE924 2F6F7C87 58684C11 C1611DAB B6662D3D 76DC4190 01DB7106 98D220BC EFD5102A 71B18589 06B6B51F 9FBFE4A5 E8B8D433 7807C9A2 0F00F934 9609A88E E10E9818 7F6A0DBB 086D3D2D 91646C97 E6635C01 6B6B51F4 1C6C6162 856530D8 F262004E 6C0695ED 1B01A57B 8208F4C1 F50FC457 65B0D9C6 12B7E950 8BBEB8EA FCB9887C 62DD1DDF 15DA2D49 8CD37CF3 FBD44C65 4DB26158 3AB551CE A3BC0074 D4BB30E2 4ADFA541 3DD895D7 A4D1C46D D3D6F4FB 4369E96A 346ED9FC AD678846 DA60B8D0 44042D73 33031DE5 AA0A4C5F DD0D7CC9 5005713C 270241AA BE0B1010 C90C2086 5768B525 206F85B3 B966D409 CE61E49F 5EDEF90E 29D9C998 B0D09822 C7D7A8B4 59B33D17 2EB40D81 B7BD5C3B C0BA6CAD EDB88320 9ABFB3B6 03B6E20C 74B1D29A EAD54739 9DD277AF 04DB2615 73DC1683 E3630B12 94643B84 0D6D6A3E 7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D 806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 F1D4E242 68DDB3F8 1FDA836E 81BE16CD F6B9265B 6FB077E1 18B74777 88085AE6 FF0F6A70 66063BCA 11010B5C 8F659EFF F862AE69 616BFFD3 166CCF45 A00AE278 D70DD2EE 4E048354 3903B3C2 A7672661 D06016F7 4969474D 3E6E77DB AED16A4A D9D65ADC 40DF0B66 37D83BF0 A9BCAE53 DEBB9EC5 47B2CF7F 30B5FFE9 BDBDF21C CABAC28A 53B39330 24B4A3A6 BAD03605 CDD70693 54DE5729 23D967BF B3667A2E C4614AB8 5D681B02 2A6F2B94 B40BBE37 C30C8EA1 5A05DF1B 2D02EF8D"; + var b_table = a_table.split(' ').map(function(s){ return parseInt(s,16) }); + + function b_crc32 (str) { + var crc = -1; + for(var i=0, iTop=str.length; i<iTop; i++) { + crc = ( crc >>> 8 ) ^ b_table[( crc ^ str.charCodeAt( i ) ) & 0xFF]; + } + return (crc ^ (-1)) >>> 0; + }; + + var crc = b_crc32(UniqueText) ; + if (crc >=2147483647){ crc = crc - 2147483647;} + logger.info(" BlockIcon machine ID: "+crc); + /*Write Block Icon ID to the PV*/ + try + { + P_BlockIcon_LockID.setValue(crc); + } + catch (e) { logger.info(" Locked ID cannot write pv"); } + + } //Check if device is Locked + + } // Locking inhibited + + /* OPEN FACEPLATE*/ + var map = new Object(); + map["Dev"] = WIDDev; + map["Dis"] = WIDDis; + map["Index"] = WIDIndex; + map["SecSub"] = WIDSecSub; + org.csstudio.display.builder.runtime.script.ScriptUtil.openDisplay(widget, "PID_Control_Faceplate_AutoConf.bob", "STANDALONE", map); + + + + +PVFactory.releasePV(P_BlockIcon_LockID); +PVFactory.releasePV(DevLocked); +PVFactory.releasePV(Inhibit_Lock); +]]></text> + </script> + <description>Open Faceplate</description> + </action> + </actions> + <text></text> + <width>180</width> + <height>35</height> + <background_color> + <color red="236" green="236" blue="236" alpha="0"> + </color> + </background_color> + <transparent>true</transparent> + <tooltip>Open faceplate</tooltip> + </widget> + <widget type="textentry" version="3.0.0"> + <name>WID_BlkControl</name> + <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:P_Setpoint</pv_name> + <x>30</x> + <y>71</y> + <width>148</width> + <height>32</height> + <visible>false</visible> + <font> + <font family="Source Sans Pro" style="REGULAR" size="28.0"> + </font> + </font> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <format>1</format> + <precision>2</precision> + <show_units>false</show_units> + <rules> + <rule name="Disconnected" prop_id="background_color" out_exp="false"> + <exp bool_exp="pvInt0 > 0"> + <value> + <color name="Read_Background" red="230" green="235" blue="232"> + </color> + </value> + </exp> + <exp bool_exp="pvInt0 == 0"> + <value> + <color name="INVALID" red="149" green="110" blue="221"> + </color> + </value> + </exp> + <pv_name>CrS-CMS:Cryo-PLC-01:PLCHashCorrectR</pv_name> + </rule> + <rule name="Visibility" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:EnableBlkCtrl</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + <border_width>1</border_width> + </widget> +</display> diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_ADVControl_Faceplate_AutoConf.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_ADVControl_Faceplate_AutoConf.bob new file mode 100755 index 0000000000000000000000000000000000000000..41e78085ef891f9361056f943e5e3eaa26c4ad0c --- /dev/null +++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_ADVControl_Faceplate_AutoConf.bob @@ -0,0 +1,3903 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>PID Control Faceplate</name> + <width>960</width> + <height>840</height> + <widget type="tabs" version="2.0.0"> + <name>Tabs</name> + <tabs> + <tab> + <name>Status</name> + <children> + <widget type="group" version="2.0.0"> + <name>group.status</name> + <x>10</x> + <y>10</y> + <height>300</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.border</name> + <width>300</width> + <height>300</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background</name> + <x>5</x> + <y>35</y> + <width>290</width> + <height>260</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_STATUS</name> + <text>STATUS</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_MeasValue</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ProcValueName</pv_name> + <x>24</x> + <y>69</y> + <width>268</width> + <height>35</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="22.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <precision>2</precision> + <tooltip>Mesurement Device</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_ProcessSetpoint</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:MAN_SP</pv_name> + <x>17</x> + <y>173</y> + <width>133</width> + <height>46</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="25.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <precision>2</precision> + <show_units>false</show_units> + <horizontal_alignment>2</horizontal_alignment> + <tooltip>Process setpoint</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_1</name> + <text>Measuring Device:</text> + <x>18</x> + <y>44</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_2</name> + <text>Setpoint:</text> + <x>19</x> + <y>149</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_EGU2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ProcValueEGU</pv_name> + <x>157</x> + <y>176</y> + <width>86</width> + <height>30</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="20.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <tooltip>Engineering Unit</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_FrcActPos_1</name> + <text>Actual manipulated value (%)</text> + <x>20</x> + <y>215</y> + <width>266</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="progressbar" version="2.0.0"> + <name>MET_LMN</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LMN</pv_name> + <x>18</x> + <y>245</y> + <width>270</width> + <height>26</height> + <tooltip>Placeholder for 'MET_ValvePos' (linear-meter)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_LMN_Val</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LMN</pv_name> + <x>22</x> + <y>247</y> + <width>260</width> + <background_color> + <color red="250" green="250" blue="250"> + </color> + </background_color> + <transparent>true</transparent> + <precision>2</precision> + <tooltip>PID Output in Percent</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_3</name> + <text>Measure Value:</text> + <x>18</x> + <y>91</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_ProcessSetpoint_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:PV</pv_name> + <x>18</x> + <y>114</y> + <width>133</width> + <height>46</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="25.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <precision>2</precision> + <show_units>false</show_units> + <horizontal_alignment>2</horizontal_alignment> + <tooltip>Measurement Value</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_EGU</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ProcValueEGU</pv_name> + <x>157</x> + <y>118</y> + <width>86</width> + <height>30</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="20.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <tooltip>Engineering Unit</tooltip> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.op.modes</name> + <x>320</x> + <y>10</y> + <height>300</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.op.modes.border</name> + <width>300</width> + <height>300</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.op.modes.background</name> + <x>5</x> + <y>35</y> + <width>290</width> + <height>260</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_OP_MODES</name> + <text>OP MODES</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_Auto</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Auto</pv_name> + <x>75</x> + <y>50</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <tooltip>Operation mode Auto</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_STAT_AUTO</name> + <text>AUTO</text> + <x>110</x> + <y>50</y> + <width>60</width> + <height>25</height> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_Manual</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Manual</pv_name> + <x>75</x> + <y>85</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <tooltip>Operation mode Manual</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_STAT_MANUAL</name> + <text>MANUAL</text> + <x>110</x> + <y>85</y> + <width>60</width> + <height>25</height> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_MESSAGES</name> + <text>MESSAGES</text> + <x>5</x> + <y>131</y> + <width>290</width> + <height>25</height> + <font> + <font family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>MSG_InhibitMan</name> + <text>- Manual mode inhibited</text> + <x>15</x> + <y>195</y> + <width>270</width> + <foreground_color> + <color name="PRIMARY-DARK" red="31" green="83" blue="102"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Visibility rule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Inhibit_Manual</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>MSG_LatchAlarm_DIS</name> + <text>- Alarms latching disabled</text> + <x>15</x> + <y>217</y> + <width>270</width> + <foreground_color> + <color name="PRIMARY-DARK" red="31" green="83" blue="102"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Visibility rule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>true</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>false</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LatchAlarm</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>MSG_LatchAlarm_ENA</name> + <text>- Alarms latching enabled</text> + <x>15</x> + <y>217</y> + <width>270</width> + <foreground_color> + <color name="PRIMARY-DARK" red="31" green="83" blue="102"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Visibility rule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LatchAlarm</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>MSG_InhibitForce_1</name> + <text>- Sandby value ACTIVE!!!</text> + <x>15</x> + <y>239</y> + <width>270</width> + <foreground_color> + <color name="MACHINE-PROTECTION-BORDER" red="120" green="59" blue="85"> + </color> + </foreground_color> + <background_color> + <color name="MINOR" red="252" green="242" blue="17"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Visibility rule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_SS_State</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>MSG_RegulationOFF</name> + <text>- PID Regulation Turned OFF</text> + <x>14</x> + <y>170</y> + <width>270</width> + <foreground_color> + <color name="MACHINE-PROTECTION-BORDER" red="120" green="59" blue="85"> + </color> + </foreground_color> + <background_color> + <color name="MINOR" red="252" green="242" blue="17"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Visibility rule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>true</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>false</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Regulation</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Act_Profile_1</name> + <text>PROFILE 1</text> + <x>165</x> + <y>259</y> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Text Rule" prop_id="text" out_exp="false"> + <exp bool_exp="pv0 == 1"> + <value>PROFILE 1</value> + </exp> + <exp bool_exp="pv1 == 1"> + <value>PROFILE 2</value> + </exp> + <exp bool_exp="pv2 == 1"> + <value>PROFILE 3</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile1</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile2</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile3</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Profile_2</name> + <text>- Selected PID Profile:</text> + <x>15</x> + <y>259</y> + <width>165</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.alarms</name> + <x>630</x> + <y>10</y> + <height>300</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.alarms.border</name> + <width>300</width> + <height>300</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.alarms.background</name> + <x>5</x> + <y>35</y> + <width>290</width> + <height>260</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ALM_Input_Module_Error</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Input_Module_Error</pv_name> + <x>50</x> + <y>139</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="MAJOR" red="252" green="13" blue="27"> + </color> + </on_color> + <tooltip>I/O error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALM_Input_Module_Error</name> + <text>Input Module Error</text> + <x>85</x> + <y>139</y> + <width>155</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ILOCK_START</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:MoveInterlock</pv_name> + <x>50</x> + <y>250</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="MINOR" red="252" green="242" blue="17"> + </color> + </on_color> + <tooltip>Start interlock</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ILOCK_START</name> + <text>Move Interlock</text> + <x>85</x> + <y>250</y> + <width>155</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALARMS</name> + <text>ALARMS</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="BackgroundColor" prop_id="background_color" out_exp="false"> + <exp bool_exp="pv0 == 1"> + <value> + <color name="MAJOR" red="252" green="13" blue="27"> + </color> + </value> + </exp> + <exp bool_exp="pv0 == 0"> + <value> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:GroupAlarm</pv_name> + </rule> + </rules> + <tooltip>Group alarm</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_INTERLOCKS</name> + <text>INTERLOCKS</text> + <x>5</x> + <y>207</y> + <width>290</width> + <height>25</height> + <font> + <font family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="BackgroundColor" prop_id="background_color" out_exp="false"> + <exp bool_exp="pv0 == 1"> + <value> + <color name="MINOR" red="252" green="242" blue="17"> + </color> + </value> + </exp> + <exp bool_exp="pv0 == 0"> + <value> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:GroupInterlock</pv_name> + </rule> + </rules> + <tooltip>Group interlock</tooltip> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ALM_Output_Module_Error</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Output_Module_Error</pv_name> + <x>50</x> + <y>172</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="MAJOR" red="252" green="13" blue="27"> + </color> + </on_color> + <tooltip>I/O error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALM_Output_Module_Error</name> + <text>Output Module Error</text> + <x>85</x> + <y>171</y> + <width>155</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ALM_LMN_HLIM</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LMN_HLIM</pv_name> + <x>50</x> + <y>49</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="OK" red="61" green="216" blue="61"> + </color> + </on_color> + <tooltip>I/O error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ALM_LMN_LLIM</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LMN_LLIM</pv_name> + <x>50</x> + <y>79</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="OK" red="61" green="216" blue="61"> + </color> + </on_color> + <tooltip>I/O error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALM_LMN_HLIM</name> + <text>PID at Maximum Position </text> + <x>84</x> + <y>49</y> + <width>192</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALM_LMN_LLIM</name> + <text>PID at Minimum Position</text> + <x>84</x> + <y>79</y> + <width>202</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ALM_ContrDevInMan</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ContDeviceInMan</pv_name> + <x>50</x> + <y>110</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="MAJOR" red="252" green="13" blue="27"> + </color> + </on_color> + <tooltip>I/O error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALM_Controlled Device in MANUAL</name> + <text>Controlled device in Manual</text> + <x>85</x> + <y>110</y> + <width>203</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.ramping</name> + <x>320</x> + <y>320</y> + <height>263</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.ramping.border</name> + <width>300</width> + <height>255</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.ramping.background</name> + <x>5</x> + <y>35</y> + <width>290</width> + <height>213</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Ramping</name> + <text>PID STATUS</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_P_Action</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LMN_P</pv_name> + <x>173</x> + <y>51</y> + <width>110</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Actual calculated P-Action</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_P_Action_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LMN_I</pv_name> + <x>173</x> + <y>91</y> + <width>110</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Actual calculated I-Action</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_P_Action</name> + <text>Manipulated P-Action:</text> + <x>18</x> + <y>51</y> + <width>150</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_I_Action</name> + <text>Manipulated I-Action:</text> + <x>18</x> + <y>91</y> + <width>150</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_D_Action</name> + <text>Manipulated D-Action:</text> + <x>18</x> + <y>131</y> + <width>150</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_D_Action</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LMN_D</pv_name> + <x>173</x> + <y>131</y> + <width>110</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Actual calculated D-Action</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_DIF</name> + <text>Actual PID error:</text> + <x>8</x> + <y>171</y> + <width>160</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_PID_DIF</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:PID_DIF</pv_name> + <x>173</x> + <y>171</y> + <width>110</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Actual calculated PID error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_PID_Cycle</name> + <text>Actual PID cycle:</text> + <x>7</x> + <y>211</y> + <width>160</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_PID_Cycle</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:PID_Cycle</pv_name> + <x>172</x> + <y>211</y> + <width>110</width> + <height>30</height> + <vertical_alignment>1</vertical_alignment> + <tooltip>Actual PID cycle time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.settings</name> + <x>630</x> + <y>320</y> + <height>265</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.settings.border</name> + <width>300</width> + <height>256</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Settings</name> + <text>SETTINGS</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.settings.background</name> + <x>5</x> + <y>35</y> + <width>290</width> + <height>214</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain</name> + <text>PID Gain:</text> + <x>29</x> + <y>52</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Gain_1</pv_name> + <x>163</x> + <y>52</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration</name> + <text>PID Integration time:</text> + <x>18</x> + <y>91</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TI_1</pv_name> + <x>162</x> + <y>91</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_1</name> + <text>PID Derivative time:</text> + <x>18</x> + <y>131</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TD_1</pv_name> + <x>162</x> + <y>131</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_DeadBand</name> + <text>PID Deadband:</text> + <x>18</x> + <y>171</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_DEADB_1</pv_name> + <x>162</x> + <y>171</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_HLIM_1</pv_name> + <x>200</x> + <y>211</y> + <width>85</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID output MAX Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_HLIM_1</name> + <text>LMN Limits:</text> + <x>17</x> + <y>209</y> + <width>87</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_LLIM_1</pv_name> + <x>103</x> + <y>211</y> + <width>82</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID output MIN Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Gain_2</pv_name> + <x>163</x> + <y>53</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TI_2</pv_name> + <x>162</x> + <y>92</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TD_2</pv_name> + <x>162</x> + <y>132</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_DEADB_2</pv_name> + <x>162</x> + <y>172</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_HLIM_2</pv_name> + <x>200</x> + <y>212</y> + <width>85</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID output MAX Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_LLIM_2</pv_name> + <x>103</x> + <y>212</y> + <width>82</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID output MIN Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain_3</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Gain_3</pv_name> + <x>163</x> + <y>54</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration_3</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TI_3</pv_name> + <x>162</x> + <y>93</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative_3</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TD_3</pv_name> + <x>162</x> + <y>133</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand_6</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_DEADB_3</pv_name> + <x>162</x> + <y>173</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM_5</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_HLIM_3</pv_name> + <x>200</x> + <y>213</y> + <width>85</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID output MAX Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM_5</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_LLIM_3</pv_name> + <x>103</x> + <y>213</y> + <width>82</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID output MIN Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>buttons.bar</name> + <x>10</x> + <y>590</y> + <width>920</width> + <height>80</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_AUTO</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_Auto</pv_name> + <text>AUTO</text> + <x>15</x> + <y>631</y> + <width>214</width> + <height>33</height> + <rules> + <rule name="EnableRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) || (pv1 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnableAutoBtn</pv_name> + <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name> + </rule> + </rules> + <tooltip>AUTO operation mode</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_MANUAL</name> + <actions execute_as_one="true"> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_Manual</pv_name> + <text>MANUAL</text> + <x>234</x> + <y>631</y> + <width>251</width> + <height>33</height> + <rules> + <rule name="EnableRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) || (pv1 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnableManualBtn</pv_name> + <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name> + </rule> + </rules> + <tooltip>MANUAL operation mode</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_REGU_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_Regu_ON</pv_name> + <text>Regulation ON</text> + <x>234</x> + <y>595</y> + <width>121</width> + <height>33</height> + <rules> + <rule name="EnableRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 1) || (pv1 == 1)||(pv2==0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 0) && (pv1 == 0)&&(pv2==1)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Regulation</pv_name> + <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Manual</pv_name> + </rule> + </rules> + <tooltip>Apply force value</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_ReguOFF</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_Regu_OFF</pv_name> + <text>Regulation OFF</text> + <x>359</x> + <y>595</y> + <width>126</width> + <height>33</height> + <rules> + <rule name="EnableRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) || (pv1 == 1)||(pv2==0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)&&(pv2==1)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Regulation</pv_name> + <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Manual</pv_name> + </rule> + </rules> + <tooltip>Apply force value</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_ACK</name> + <actions> + <action type="write_pv"> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_AckAlarm</pv_name> + <value>1</value> + <description>Acknowledge alarms</description> + </action> + </actions> + <text>Acknowledge Alarm</text> + <x>725</x> + <y>631</y> + <width>200</width> + <height>33</height> + <background_color> + <color name="ORANGE" red="254" green="194" blue="81"> + </color> + </background_color> + <rules> + <rule name="EnableRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) || (pv1 == 1) || (pv2 == 0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0) && (pv2 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:GroupAlarm</pv_name> + <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LatchAlarm</pv_name> + </rule> + </rules> + <tooltip>Acknowledge alarms</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_FORCE_UNLOCK</name> + <actions execute_as_one="true"> + <action type="write_pv"> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_ForceUnlock</pv_name> + <value>1</value> + <description>Write ForceUnlock</description> + </action> + <action type="write_pv"> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Faceplate_LockID</pv_name> + <value>0</value> + <description>Write zero to P_Faceplate_LockID</description> + </action> + <action type="write_pv"> + <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name> + <value>0</value> + <description>Write EnaForceUnlock</description> + </action> + </actions> + <text>FORCE UNLOCK</text> + <x>725</x> + <y>595</y> + <width>200</width> + <height>33</height> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="(pv0 == 0) && (pv1 == 1)"> + <value>true</value> + </exp> + <exp bool_exp="(pv0 == 1) || (pv1 == 0)"> + <value>false</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Inhibit_Lock</pv_name> + <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name> + </rule> + </rules> + <tooltip>Force unlock device</tooltip> + </widget> + <widget type="group" version="2.0.0"> + <name>group.modify</name> + <x>10</x> + <y>320</y> + <height>263</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.modify.border</name> + <width>300</width> + <height>255</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Setpoint</name> + <text>SETPOINT</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.modify.background_1</name> + <x>8</x> + <y>34</y> + <width>287</width> + <height>214</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_StepValue</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Step</pv_name> + <x>196</x> + <y>141</y> + <width>95</width> + <height>30</height> + <precision>2</precision> + <show_units>false</show_units> + <vertical_alignment>1</vertical_alignment> + <tooltip>Feedback step value</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_StepValue</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Step</pv_name> + <x>97</x> + <y>141</y> + <width>92</width> + <height>30</height> + <format>0</format> + <precision>2</precision> + <tooltip>Step value</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_StepValue</name> + <text>Step Value:</text> + <x>8</x> + <y>138</y> + <width>101</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Setpoint</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Setpoint</pv_name> + <x>196</x> + <y>88</y> + <width>95</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Feedback modified setpoint</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_ForcePumpSP</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Setpoint</pv_name> + <x>78</x> + <y>88</y> + <width>111</width> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="IncrementRule" prop_id="increment" out_exp="true"> + <exp bool_exp="true"> + <expression>pv0</expression> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Step</pv_name> + </rule> + <rule name="EnabledRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Manual</pv_name> + </rule> + </rules> + <tooltip>Modify Setpoint</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>1.0E7</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_FrcSetpoint</name> + <text>Setpoint:</text> + <x>9</x> + <y>88</y> + <width>71</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="polyline" version="2.0.0"> + <name>Polyline</name> + <x>135</x> + <y>119</y> + <width>41</width> + <line_color> + <color name="WHITE" red="255" green="255" blue="255"> + </color> + </line_color> + <points> + <point x="0.0" y="20.0"> + </point> + <point x="0.0" y="10.0"> + </point> + <point x="40.32786885245899" y="10.0"> + </point> + <point x="40.32786885245899" y="0.0"> + </point> + </points> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Setpoint EGU</name> + <text>Setpoint Unit:</text> + <x>10</x> + <y>47</y> + <width>104</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_EGU3</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ProcValueEGU</pv_name> + <x>118</x> + <y>49</y> + <width>86</width> + <height>30</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="20.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <tooltip>Engineering Unit</tooltip> + </widget> + </widget> + </children> + </tab> + <tab> + <name>Trend</name> + <children> + <widget type="databrowser" version="2.0.0"> + <name>DataBrowser</name> + <width>922</width> + <height>672</height> + </widget> + </children> + </tab> + <tab> + <name>Settings</name> + <children> + <widget type="group" version="2.0.0"> + <name>group.settings_2</name> + <x>13</x> + <y>16</y> + <width>415</width> + <height>655</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.settings.border_3</name> + <width>415</width> + <height>645</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Settings_3</name> + <text>SETTINGS</text> + <width>415</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.settings.background_3</name> + <x>6</x> + <y>35</y> + <width>401</width> + <height>603</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_P_Action_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_P_ON</pv_name> + <text>ON</text> + <x>171</x> + <y>499</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) || (pv1 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_P_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn P-Action ON</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_P_Action_ON_1</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_P_OFF</pv_name> + <text>OFF</text> + <x>290</x> + <y>500</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) ||(pv1 == 0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_P_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn P-Action OFF</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_P_Action</name> + <text>Turn P-Action:</text> + <x>18</x> + <y>500</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_I_Action</name> + <text>Turn I-Action:</text> + <x>18</x> + <y>541</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_I_Action_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_I_ON</pv_name> + <text>ON</text> + <x>171</x> + <y>540</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) ||(pv1 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_I_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn I-Action ON</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_I_Action_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_I_OFF</pv_name> + <text>OFF</text> + <x>290</x> + <y>541</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) ||(pv1 == 0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_I_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn I-Action OFF</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_D_Action</name> + <text>Turn D-Action:</text> + <x>18</x> + <y>581</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_D_Action_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_D_ON</pv_name> + <text>ON</text> + <x>171</x> + <y>580</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) ||(pv1 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_D_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn D-Action ON</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_D_Action_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_D_OFF</pv_name> + <text>OFF</text> + <x>290</x> + <y>581</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) ||(pv1 == 0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_D_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn D-Action OFF</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Config</name> + <text>Enable PID Configuration:</text> + <x>13</x> + <y>58</y> + <width>177</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_P_Action_ON_6</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_EnablePID_Conf</pv_name> + <text>ON</text> + <x>209</x> + <y>57</y> + <width>90</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>true</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>false</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>Turn Configuration ON</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_P_Action_ON_7</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_DisablePID_Conf</pv_name> + <text>OFF</text> + <x>308</x> + <y>58</y> + <width>91</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>Turn Configuration OFF</tooltip> + </widget> + <widget type="led" version="2.0.0"> + <name>LED</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_P_ActionState</pv_name> + <x>25</x> + <y>501</y> + <width>30</width> + <height>30</height> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_I_ActionState</pv_name> + <x>25</x> + <y>539</y> + <width>30</width> + <height>30</height> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_D_ActionState</pv_name> + <x>25</x> + <y>579</y> + <width>30</width> + <height>30</height> + </widget> + <widget type="tabs" version="2.0.0"> + <name>TAB_PID_Profiles</name> + <tabs> + <tab> + <name>Profile1</name> + <children> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_4</name> + <text>PID Gain:</text> + <x>19</x> + <y>37</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_7</name> + <text>PID Integration time:</text> + <x>8</x> + <y>76</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_8</name> + <text>PID Derivative time:</text> + <x>8</x> + <y>116</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_DeadBand_3</name> + <text>PID Deadband:</text> + <x>8</x> + <y>156</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_HLIM</name> + <text>LMN High Limit:</text> + <x>8</x> + <y>210</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_LLIM</name> + <text>LMN Low Limit:</text> + <x>7</x> + <y>250</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_Gain</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Gain_1</pv_name> + <x>164</x> + <y>38</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TI</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_TI_1</pv_name> + <x>164</x> + <y>78</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TD</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_TD_1</pv_name> + <x>164</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_DeadBand</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_DEADB_1</pv_name> + <x>164</x> + <y>158</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_HLIM</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_LMN_HLIM_1</pv_name> + <x>164</x> + <y>212</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN High Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_LLIM</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_LMN_LLIM_1</pv_name> + <x>163</x> + <y>252</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN Low Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain_4</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Gain_1</pv_name> + <x>285</x> + <y>39</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Gain Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration_4</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TI_1</pv_name> + <x>284</x> + <y>78</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Integration Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative_4</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TD_1</pv_name> + <x>284</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Derivative Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand_3</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_DEADB_1</pv_name> + <x>284</x> + <y>158</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Deadband Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_HLIM_1</pv_name> + <x>284</x> + <y>212</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN High Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_LLIM_1</pv_name> + <x>283</x> + <y>252</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN Low Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Profile1</name> + <text>PID Profile 1 Parameters</text> + <x>8</x> + <y>6</y> + <width>378</width> + <height>22</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="BackGround" prop_id="background_color" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </value> + </exp> + <exp bool_exp="pv0 == 1"> + <value> + <color name="GREEN" red="61" green="216" blue="61"> + </color> + </value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile1</pv_name> + </rule> + </rules> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_Activate_PID1_1</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_Profile1</pv_name> + <text>Activate Profile 1</text> + <x>142</x> + <y>291</y> + <width>139</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) "> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>Turn P-Action ON</tooltip> + </widget> + </children> + </tab> + <tab> + <name>Profile2</name> + <children> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_5</name> + <text>PID Gain:</text> + <x>19</x> + <y>37</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_9</name> + <text>PID Integration time:</text> + <x>8</x> + <y>76</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_10</name> + <text>PID Derivative time:</text> + <x>8</x> + <y>116</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_DeadBand_4</name> + <text>PID Deadband:</text> + <x>8</x> + <y>156</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_HLIM_2</name> + <text>LMN High Limit:</text> + <x>8</x> + <y>210</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_LLIM_1</name> + <text>LMN Low Limit:</text> + <x>7</x> + <y>250</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_Gain_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Gain_2</pv_name> + <x>164</x> + <y>38</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TI_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_TI_2</pv_name> + <x>164</x> + <y>78</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TD_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_TD_2</pv_name> + <x>164</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_DeadBand_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_DEADB_2</pv_name> + <x>164</x> + <y>158</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_HLIM_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_LMN_HLIM_2</pv_name> + <x>164</x> + <y>212</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN High Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_LLIM_1</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_LMN_LLIM_2</pv_name> + <x>163</x> + <y>252</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN Low Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain_5</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Gain_2</pv_name> + <x>285</x> + <y>39</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Gain Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration_5</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TI_2</pv_name> + <x>284</x> + <y>78</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Integration Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative_5</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TD_2</pv_name> + <x>284</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Derivative Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand_4</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_DEADB_2</pv_name> + <x>284</x> + <y>158</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Deadband Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_HLIM_2</pv_name> + <x>284</x> + <y>212</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN High Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_LLIM_2</pv_name> + <x>283</x> + <y>252</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN Low Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Profile2</name> + <text>PID Profile 2 Parameters</text> + <x>6</x> + <y>7</y> + <width>378</width> + <height>22</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="BackGround" prop_id="background_color" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </value> + </exp> + <exp bool_exp="pv0 == 1"> + <value> + <color name="GREEN" red="61" green="216" blue="61"> + </color> + </value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile2</pv_name> + </rule> + </rules> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_Activate_PID2</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_Profile2</pv_name> + <text>Activate Profile 2</text> + <x>143</x> + <y>291</y> + <width>139</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) "> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>Turn P-Action ON</tooltip> + </widget> + </children> + </tab> + <tab> + <name>Profile3</name> + <children> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_6</name> + <text>PID Gain:</text> + <x>19</x> + <y>37</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_11</name> + <text>PID Integration time:</text> + <x>8</x> + <y>76</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_12</name> + <text>PID Derivative time:</text> + <x>8</x> + <y>116</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_DeadBand_5</name> + <text>PID Deadband:</text> + <x>8</x> + <y>156</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_HLIM_3</name> + <text>LMN High Limit:</text> + <x>8</x> + <y>210</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_LLIM_2</name> + <text>LMN Low Limit:</text> + <x>7</x> + <y>250</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_Gain_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Gain_3</pv_name> + <x>164</x> + <y>38</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TI_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_TI_3</pv_name> + <x>164</x> + <y>78</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TD_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_TD_3</pv_name> + <x>164</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_DeadBand_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_DEADB_3</pv_name> + <x>164</x> + <y>158</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_HLIM_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_LMN_HLIM_3</pv_name> + <x>164</x> + <y>212</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN High Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_LLIM_2</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_LMN_LLIM_3</pv_name> + <x>163</x> + <y>252</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN Low Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain_6</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Gain_3</pv_name> + <x>285</x> + <y>39</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Gain Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration_6</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TI_3</pv_name> + <x>284</x> + <y>78</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Integration Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative_6</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_TD_3</pv_name> + <x>284</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Derivative Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand_5</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_DEADB_3</pv_name> + <x>284</x> + <y>158</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Deadband Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM_3</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_HLIM_3</pv_name> + <x>284</x> + <y>212</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN High Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM_3</name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_LMN_LLIM_3</pv_name> + <x>283</x> + <y>252</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN Low Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Profile3</name> + <text>PID Profile 3 Parameters</text> + <x>7</x> + <y>7</y> + <width>378</width> + <height>22</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="BackGround" prop_id="background_color" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </value> + </exp> + <exp bool_exp="pv0 == 1"> + <value> + <color name="GREEN" red="61" green="216" blue="61"> + </color> + </value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile3</pv_name> + </rule> + </rules> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_Activate_PID3</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_Profile3</pv_name> + <text>Activate Profile 3</text> + <x>143</x> + <y>290</y> + <width>139</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) "> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>Turn P-Action ON</tooltip> + </widget> + </children> + </tab> + </tabs> + <x>7</x> + <y>124</y> + <width>399</width> + <height>372</height> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Profile</name> + <text>Selected PID Profile:</text> + <x>16</x> + <y>96</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Act_Profile</name> + <text>PROFILE 1</text> + <x>161</x> + <y>97</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Text Rule" prop_id="text" out_exp="false"> + <exp bool_exp="pv0 == 1"> + <value>PROFILE 1</value> + </exp> + <exp bool_exp="pv1 == 1"> + <value>PROFILE 2</value> + </exp> + <exp bool_exp="pv2 == 1"> + <value>PROFILE 3</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile1</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile2</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Profile3</pv_name> + </rule> + </rules> + </widget> + </widget> + <widget type="embedded" version="2.0.0"> + <name>Embedded Display</name> + <file>../../../bobs/FacePlate_AutoConf_old.bob</file> + <x>455</x> + <y>16</y> + <width>481</width> + <height>665</height> + </widget> + </children> + </tab> + </tabs> + <x>10</x> + <y>60</y> + <width>943</width> + <height>720</height> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>Header Bar</name> + <width>951</width> + <height>50</height> + <line_width>0</line_width> + <line_color> + <color red="0" green="0" blue="255" alpha="0"> + </color> + </line_color> + <background_color> + <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_HeaderPVName</name> + <text>${SecSub}:${Dis}-${Dev}-${Index}</text> + <x>20</x> + <width>715</width> + <height>50</height> + <font> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="action_button" version="3.0.0"> + <name>ICON_Unlocked</name> + <actions execute_as_one="true"> + <action type="write_pv"> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_DevUnlock</pv_name> + <value>1</value> + <description>Write CMD_DevUnlock</description> + </action> + <action type="write_pv"> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_DevLock</pv_name> + <value>0</value> + <description>Write CMD_DevLock</description> + </action> + <action type="write_pv"> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Faceplate_LockID</pv_name> + <value>0</value> + <description>Write zero to P_Faceplate_LockID</description> + </action> + </actions> + <text>UNLOCK</text> + <x>748</x> + <y>10</y> + <width>90</width> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="(pv0 == false) || (pv1 == true) || (pv2 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == true) && (pv1 == false) && (pv2 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:DevLocked</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Inhibit_Lock</pv_name> + <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name> + </rule> + </rules> + <tooltip>Unlock this device</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>ICON_Locked</name> + <actions execute_as_one="true"> + <action type="write_pv"> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Cmd_DevUnlock</pv_name> + <value>0</value> + <description>Write CMD_DEVUNLOCK</description> + </action> + <action type="write_pv"> + <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:Lock(99)</pv_name> + <value>1</value> + <description>Run Lock script</description> + </action> + </actions> + <text>LOCK</text> + <x>843</x> + <y>10</y> + <width>90</width> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="(pv0 == 0) && (pv1 == 0)"> + <value>true</value> + </exp> + <exp bool_exp="(pv0 == 1) || (pv1 == 1)"> + <value>false</value> + </exp> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:DevLocked</pv_name> + <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Inhibit_Lock</pv_name> + </rule> + </rules> + <scripts> + <script file="EmbeddedJs"> + <text><![CDATA[/* Embedded javascript */ +/* Author: Miklos Boros*/ +/* Function: generate unique Machine ID from the network adapters to use it for locking mechanism*/ + +PVUtil = org.csstudio.display.builder.runtime.script.PVUtil; +logger = org.csstudio.display.builder.runtime.script.ScriptUtil.getLogger(); + +var Lock = pvs[0];/*loc://${SecSub}:${Dis}-${Dev}-${Index}:Lock*/ +var Cmd_DevLock = pvs[1];/*${SecSub}:${Dis}-${Dev}-${Index}:Cmd_DevLock*/ +var P_Faceplate_LockID = pvs[2];/*${SecSub}:${Dis}-${Dev}-${Index}:P_Faceplate_LockID*/ +var Inhibit_Lock = pvs[3];/*${SecSub}:${Dis}-${Dev}-${Index}:Inhibit_Lock*/ +var Faceplate_LockID = pvs[4];/*${SecSub}:${Dis}-${Dev}-${Index}:Faceplate_LockID*/ +var BlockIcon_LockID = pvs[5];/*${SecSub}:${Dis}-${Dev}-${Index}:BlockIcon_LockID*/ +var EnaForceUnlock = pvs[6];/*loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock*/ +var DevLocked = pvs[7];/*${SecSub}:${Dis}-${Dev}-${Index}:DevLocked*/ + + + +var PV1 = PVUtil.getLong(Faceplate_LockID); /*Faceplate_LockID*/ +var PV2 = PVUtil.getLong(BlockIcon_LockID); /*BlockIcon_LockID*/ + +//OnShow +if (PVUtil.getLong(DevLocked) == 1) { /*DevLocked*/ + + if (PV1.toString() == PV2.toString()){ /*FaceplateLockID != BlockIconeLockID*/ + + logger.info(" Owner"); + EnaForceUnlock.setValue(0); /*Write EnaForceUnlock*/ + + } else + { + logger.info(" Faceplate FaceplateLockID "+ PV1); + logger.info(" Faceplate BlockIconeLockID "+ PV2); + + logger.info(" Guest"); + EnaForceUnlock.setValue(1); /*Write EnaForceUnlock*/ + } + + + +} +// OnClick +if (PVUtil.getLong(Lock) != 99) { /*loc://Lock, check if the script was triggered because of a button press or initilization*/ + if (PVUtil.getLong(Inhibit_Lock) == 0) { /*Inhibit_lock, check if locking is inhibited*/ + + var UniqueText = ""; + var en = java.net.NetworkInterface.getNetworkInterfaces(); + var inf; + var enumIpAddr; + for (en = java.net.NetworkInterface.getNetworkInterfaces(); en.hasMoreElements();) { + intf = en.nextElement(); + UniqueText = UniqueText + intf.getName() + intf.getDisplayName(); + for (enumIpAddr = intf.getInetAddresses(); enumIpAddr.hasMoreElements(); ) { + UniqueText = UniqueText + enumIpAddr.nextElement().toString(); + } + } + + + var a_table = "00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F 63066CD9 FA0F3D63 8D080DF5 3B6E20C8 4C69105E D56041E4 A2677172 3C03E4D1 4B04D447 D20D85FD A50AB56B 35B5A8FA 42B2986C DBBBC9D6 ACBCF940 32D86CE3 45DF5C75 DCD60DCF ABD13D59 26D930AC 51DE003A C8D75180 BFD06116 21B4F4B5 56B3C423 CFBA9599 B8BDA50F 2802B89E 5F058808 C60CD9B2 B10BE924 2F6F7C87 58684C11 C1611DAB B6662D3D 76DC4190 01DB7106 98D220BC EFD5102A 71B18589 06B6B51F 9FBFE4A5 E8B8D433 7807C9A2 0F00F934 9609A88E E10E9818 7F6A0DBB 086D3D2D 91646C97 E6635C01 6B6B51F4 1C6C6162 856530D8 F262004E 6C0695ED 1B01A57B 8208F4C1 F50FC457 65B0D9C6 12B7E950 8BBEB8EA FCB9887C 62DD1DDF 15DA2D49 8CD37CF3 FBD44C65 4DB26158 3AB551CE A3BC0074 D4BB30E2 4ADFA541 3DD895D7 A4D1C46D D3D6F4FB 4369E96A 346ED9FC AD678846 DA60B8D0 44042D73 33031DE5 AA0A4C5F DD0D7CC9 5005713C 270241AA BE0B1010 C90C2086 5768B525 206F85B3 B966D409 CE61E49F 5EDEF90E 29D9C998 B0D09822 C7D7A8B4 59B33D17 2EB40D81 B7BD5C3B C0BA6CAD EDB88320 9ABFB3B6 03B6E20C 74B1D29A EAD54739 9DD277AF 04DB2615 73DC1683 E3630B12 94643B84 0D6D6A3E 7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D 806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 F1D4E242 68DDB3F8 1FDA836E 81BE16CD F6B9265B 6FB077E1 18B74777 88085AE6 FF0F6A70 66063BCA 11010B5C 8F659EFF F862AE69 616BFFD3 166CCF45 A00AE278 D70DD2EE 4E048354 3903B3C2 A7672661 D06016F7 4969474D 3E6E77DB AED16A4A D9D65ADC 40DF0B66 37D83BF0 A9BCAE53 DEBB9EC5 47B2CF7F 30B5FFE9 BDBDF21C CABAC28A 53B39330 24B4A3A6 BAD03605 CDD70693 54DE5729 23D967BF B3667A2E C4614AB8 5D681B02 2A6F2B94 B40BBE37 C30C8EA1 5A05DF1B 2D02EF8D"; + var b_table = a_table.split(' ').map(function(s){ return parseInt(s,16) }); + function b_crc32 (str) { + var crc = -1; + for(var i=0, iTop=str.length; i<iTop; i++) { + crc = ( crc >>> 8 ) ^ b_table[( crc ^ str.charCodeAt( i ) ) & 0xFF]; + } + return (crc ^ (-1)) >>> 0; + }; + + var crc = b_crc32(UniqueText); + if (crc >=2147483647){ crc = crc - 2147483647;} + + logger.info(" Faceplate machine ID: "+crc); + P_Faceplate_LockID.setValue(crc); /*Write P_Faceplate_LockID*/ + Cmd_DevLock.setValue(1); /*Write Lock*/ + + } /*Lock inhibit*/ +} /*onshow*/ + +]]></text> + <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:Lock</pv_name> + <pv_name trigger="false">${SecSub}:${Dis}-${Dev}-${Index}:Cmd_DevLock</pv_name> + <pv_name trigger="false">${SecSub}:${Dis}-${Dev}-${Index}:P_Faceplate_LockID</pv_name> + <pv_name trigger="false">${SecSub}:${Dis}-${Dev}-${Index}:Inhibit_Lock</pv_name> + <pv_name trigger="false">${SecSub}:${Dis}-${Dev}-${Index}:Faceplate_LockID</pv_name> + <pv_name trigger="false">${SecSub}:${Dis}-${Dev}-${Index}:BlockIcon_LockID</pv_name> + <pv_name trigger="false">loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name> + <pv_name trigger="false">${SecSub}:${Dis}-${Dev}-${Index}:DevLocked</pv_name> + </script> + </scripts> + <tooltip>Lock this device</tooltip> + </widget> +</display> diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_ADVControl_Faceplate_AutoConf_embedded.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_ADVControl_Faceplate_AutoConf_embedded.bob new file mode 100644 index 0000000000000000000000000000000000000000..9634aeeb9e48b77e4fa062372b0788214de67bd2 --- /dev/null +++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_ADVControl_Faceplate_AutoConf_embedded.bob @@ -0,0 +1,4525 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>PID Control Faceplate</name> + <width>960</width> + <height>840</height> + <widget type="tabs" version="2.0.0"> + <name>Tabs</name> + <tabs> + <tab> + <name>Status</name> + <children> + <widget type="group" version="2.0.0"> + <name>group.status</name> + <x>10</x> + <y>10</y> + <height>300</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.border</name> + <width>300</width> + <height>300</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background</name> + <x>5</x> + <y>35</y> + <width>290</width> + <height>260</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_STATUS</name> + <text>STATUS</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_MeasValue</name> + <pv_name>${ProcessValue}:MeasValue</pv_name> + <x>24</x> + <y>69</y> + <width>268</width> + <height>35</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="22.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <precision>2</precision> + <tooltip>Mesurement Device</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_ProcessSetpoint</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:MAN_SP</pv_name> + <x>17</x> + <y>173</y> + <width>133</width> + <height>46</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="25.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <precision>2</precision> + <show_units>false</show_units> + <horizontal_alignment>2</horizontal_alignment> + <tooltip>Process setpoint</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_1</name> + <text>Measuring Device:</text> + <x>18</x> + <y>44</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_2</name> + <text>Setpoint:</text> + <x>19</x> + <y>149</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_EGU2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:ProcValueEGU</pv_name> + <x>157</x> + <y>176</y> + <width>86</width> + <height>30</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="20.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <tooltip>Engineering Unit</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_FrcActPos_1</name> + <text>Actual manipulated value (%)</text> + <x>20</x> + <y>215</y> + <width>266</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="progressbar" version="2.0.0"> + <name>MET_LMN</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:LMN</pv_name> + <x>18</x> + <y>245</y> + <width>270</width> + <height>26</height> + <tooltip>Placeholder for 'MET_ValvePos' (linear-meter)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_LMN_Val</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:LMN</pv_name> + <x>22</x> + <y>247</y> + <width>260</width> + <background_color> + <color red="250" green="250" blue="250"> + </color> + </background_color> + <transparent>true</transparent> + <precision>2</precision> + <tooltip>PID Output in Percent</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_3</name> + <text>Measure Value:</text> + <x>18</x> + <y>91</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_ProcessSetpoint_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:PV</pv_name> + <x>18</x> + <y>114</y> + <width>133</width> + <height>46</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="25.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <precision>2</precision> + <show_units>false</show_units> + <horizontal_alignment>2</horizontal_alignment> + <tooltip>Measurement Value</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_EGU</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:ProcValueEGU</pv_name> + <x>157</x> + <y>118</y> + <width>86</width> + <height>30</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="20.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <tooltip>Engineering Unit</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>MET_MeasValueName</name> + <text>${MeasureValue}</text> + <x>148</x> + <y>44</y> + <width>144</width> + <height>30</height> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <tooltip>Mesurement value</tooltip> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.op.modes</name> + <x>320</x> + <y>10</y> + <height>300</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.op.modes.border</name> + <width>300</width> + <height>300</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.op.modes.background</name> + <x>5</x> + <y>35</y> + <width>290</width> + <height>260</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_OP_MODES</name> + <text>OP MODES</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_Auto</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:OpMode_Auto</pv_name> + <x>75</x> + <y>50</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <tooltip>Operation mode Auto</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_STAT_AUTO</name> + <text>AUTO</text> + <x>110</x> + <y>50</y> + <width>60</width> + <height>25</height> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_Manual</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:OpMode_Manual</pv_name> + <x>75</x> + <y>85</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <tooltip>Operation mode Manual</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_STAT_MANUAL</name> + <text>MANUAL</text> + <x>110</x> + <y>85</y> + <width>60</width> + <height>25</height> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_MESSAGES</name> + <text>MESSAGES</text> + <x>5</x> + <y>131</y> + <width>290</width> + <height>25</height> + <font> + <font family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>MSG_InhibitMan</name> + <text>- Manual mode inhibited</text> + <x>15</x> + <y>195</y> + <width>270</width> + <foreground_color> + <color name="PRIMARY-DARK" red="31" green="83" blue="102"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Visibility rule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Inhibit_Manual</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>MSG_LatchAlarm_DIS</name> + <text>- Alarms latching disabled</text> + <x>15</x> + <y>217</y> + <width>270</width> + <foreground_color> + <color name="PRIMARY-DARK" red="31" green="83" blue="102"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Visibility rule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>true</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>false</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:LatchAlarm</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>MSG_LatchAlarm_ENA</name> + <text>- Alarms latching enabled</text> + <x>15</x> + <y>217</y> + <width>270</width> + <foreground_color> + <color name="PRIMARY-DARK" red="31" green="83" blue="102"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Visibility rule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:LatchAlarm</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>MSG_InhibitForce_1</name> + <text>- Sandby value ACTIVE!!!</text> + <x>15</x> + <y>239</y> + <width>270</width> + <foreground_color> + <color name="MACHINE-PROTECTION-BORDER" red="120" green="59" blue="85"> + </color> + </foreground_color> + <background_color> + <color name="MINOR" red="252" green="242" blue="17"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Visibility rule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_SS_State</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>MSG_RegulationOFF</name> + <text>- PID Regulation Turned OFF</text> + <x>14</x> + <y>170</y> + <width>270</width> + <foreground_color> + <color name="MACHINE-PROTECTION-BORDER" red="120" green="59" blue="85"> + </color> + </foreground_color> + <background_color> + <color name="MINOR" red="252" green="242" blue="17"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Visibility rule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>true</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>false</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Regulation</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Act_Profile_1</name> + <text>PROFILE 1</text> + <x>165</x> + <y>259</y> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Text Rule" prop_id="text" out_exp="false"> + <exp bool_exp="pv0 == 1"> + <value>PROFILE 1</value> + </exp> + <exp bool_exp="pv1 == 1"> + <value>PROFILE 2</value> + </exp> + <exp bool_exp="pv2 == 1"> + <value>PROFILE 3</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile1</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile2</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile3</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Profile_2</name> + <text>- Selected PID Profile:</text> + <x>15</x> + <y>259</y> + <width>165</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.alarms</name> + <x>630</x> + <y>10</y> + <height>300</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.alarms.border</name> + <width>300</width> + <height>300</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.alarms.background</name> + <x>5</x> + <y>35</y> + <width>290</width> + <height>260</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ALM_Input_Module_Error</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Input_Module_Error</pv_name> + <x>50</x> + <y>139</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="MAJOR" red="252" green="13" blue="27"> + </color> + </on_color> + <tooltip>I/O error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALM_Input_Module_Error</name> + <text>Input Module Error</text> + <x>85</x> + <y>139</y> + <width>155</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ILOCK_START</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:MoveInterlock</pv_name> + <x>50</x> + <y>250</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="MINOR" red="252" green="242" blue="17"> + </color> + </on_color> + <tooltip>Start interlock</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ILOCK_START</name> + <text>Move Interlock</text> + <x>85</x> + <y>250</y> + <width>155</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALARMS</name> + <text>ALARMS</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="BackgroundColor" prop_id="background_color" out_exp="false"> + <exp bool_exp="pv0 == 1"> + <value> + <color name="MAJOR" red="252" green="13" blue="27"> + </color> + </value> + </exp> + <exp bool_exp="pv0 == 0"> + <value> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:GroupAlarm</pv_name> + </rule> + </rules> + <tooltip>Group alarm</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_INTERLOCKS</name> + <text>INTERLOCKS</text> + <x>5</x> + <y>207</y> + <width>290</width> + <height>25</height> + <font> + <font family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="BackgroundColor" prop_id="background_color" out_exp="false"> + <exp bool_exp="pv0 == 1"> + <value> + <color name="MINOR" red="252" green="242" blue="17"> + </color> + </value> + </exp> + <exp bool_exp="pv0 == 0"> + <value> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:GroupInterlock</pv_name> + </rule> + </rules> + <tooltip>Group interlock</tooltip> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ALM_Output_Module_Error</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Output_Module_Error</pv_name> + <x>50</x> + <y>172</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="MAJOR" red="252" green="13" blue="27"> + </color> + </on_color> + <tooltip>I/O error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALM_Output_Module_Error</name> + <text>Output Module Error</text> + <x>85</x> + <y>171</y> + <width>155</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ALM_LMN_HLIM</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:LMN_HLIM</pv_name> + <x>50</x> + <y>49</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="OK" red="61" green="216" blue="61"> + </color> + </on_color> + <tooltip>I/O error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ALM_LMN_LLIM</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:LMN_LLIM</pv_name> + <x>50</x> + <y>79</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="OK" red="61" green="216" blue="61"> + </color> + </on_color> + <tooltip>I/O error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALM_LMN_HLIM</name> + <text>PID at Maximum Position </text> + <x>84</x> + <y>49</y> + <width>192</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALM_LMN_LLIM</name> + <text>PID at Minimum Position</text> + <x>84</x> + <y>79</y> + <width>202</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_ALM_ContrDevInMan</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:ContDeviceInMan</pv_name> + <x>50</x> + <y>110</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </off_color> + <on_color> + <color name="MAJOR" red="252" green="13" blue="27"> + </color> + </on_color> + <tooltip>I/O error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ALM_Controlled Device in MANUAL</name> + <text>Controlled device in Manual</text> + <x>85</x> + <y>110</y> + <width>203</width> + <height>25</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.ramping</name> + <x>320</x> + <y>320</y> + <height>263</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.ramping.border</name> + <width>300</width> + <height>255</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.ramping.background</name> + <x>5</x> + <y>35</y> + <width>290</width> + <height>213</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Ramping</name> + <text>PID STATUS</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_P_Action</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:LMN_P</pv_name> + <x>173</x> + <y>51</y> + <width>110</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Actual calculated P-Action</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_P_Action_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:LMN_I</pv_name> + <x>173</x> + <y>91</y> + <width>110</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Actual calculated I-Action</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_P_Action</name> + <text>Manipulated P-Action:</text> + <x>18</x> + <y>51</y> + <width>150</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_I_Action</name> + <text>Manipulated I-Action:</text> + <x>18</x> + <y>91</y> + <width>150</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_D_Action</name> + <text>Manipulated D-Action:</text> + <x>18</x> + <y>131</y> + <width>150</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_D_Action</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:LMN_D</pv_name> + <x>173</x> + <y>131</y> + <width>110</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Actual calculated D-Action</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_DIF</name> + <text>Actual PID error:</text> + <x>8</x> + <y>171</y> + <width>160</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_PID_DIF</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:PID_DIF</pv_name> + <x>173</x> + <y>171</y> + <width>110</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Actual calculated PID error</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_PID_Cycle</name> + <text>Actual PID cycle:</text> + <x>7</x> + <y>211</y> + <width>160</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_PID_Cycle</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:PID_Cycle</pv_name> + <x>172</x> + <y>211</y> + <width>110</width> + <height>30</height> + <vertical_alignment>1</vertical_alignment> + <tooltip>Actual PID cycle time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.settings</name> + <x>630</x> + <y>320</y> + <height>265</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.settings.border</name> + <width>300</width> + <height>256</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Settings</name> + <text>SETTINGS</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.settings.background</name> + <x>5</x> + <y>35</y> + <width>290</width> + <height>214</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain</name> + <text>PID Gain:</text> + <x>29</x> + <y>52</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_Gain_1</pv_name> + <x>163</x> + <y>52</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration</name> + <text>PID Integration time:</text> + <x>18</x> + <y>91</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TI_1</pv_name> + <x>162</x> + <y>91</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_1</name> + <text>PID Derivative time:</text> + <x>18</x> + <y>131</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TD_1</pv_name> + <x>162</x> + <y>131</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_DeadBand</name> + <text>PID Deadband:</text> + <x>18</x> + <y>171</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_DEADB_1</pv_name> + <x>162</x> + <y>171</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_HLIM_1</pv_name> + <x>200</x> + <y>211</y> + <width>85</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID output MAX Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_HLIM_1</name> + <text>LMN Limits:</text> + <x>17</x> + <y>209</y> + <width>87</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_LLIM_1</pv_name> + <x>103</x> + <y>211</y> + <width>82</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile1</pv_name> + </rule> + </rules> + <tooltip>PID output MIN Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_Gain_2</pv_name> + <x>163</x> + <y>53</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TI_2</pv_name> + <x>162</x> + <y>92</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TD_2</pv_name> + <x>162</x> + <y>132</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_DEADB_2</pv_name> + <x>162</x> + <y>172</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_HLIM_2</pv_name> + <x>200</x> + <y>212</y> + <width>85</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID output MAX Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_LLIM_2</pv_name> + <x>103</x> + <y>212</y> + <width>82</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile2</pv_name> + </rule> + </rules> + <tooltip>PID output MIN Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain_3</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_Gain_3</pv_name> + <x>163</x> + <y>54</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration_3</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TI_3</pv_name> + <x>162</x> + <y>93</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative_3</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TD_3</pv_name> + <x>162</x> + <y>133</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand_6</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_DEADB_3</pv_name> + <x>162</x> + <y>173</y> + <width>123</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM_5</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_HLIM_3</pv_name> + <x>200</x> + <y>213</y> + <width>85</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID output MAX Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM_5</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_LLIM_3</pv_name> + <x>103</x> + <y>213</y> + <width>82</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile3</pv_name> + </rule> + </rules> + <tooltip>PID output MIN Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>buttons.bar</name> + <x>10</x> + <y>590</y> + <width>920</width> + <height>80</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_AUTO</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_Auto</pv_name> + <text>AUTO</text> + <x>15</x> + <y>631</y> + <width>214</width> + <height>33</height> + <rules> + <rule name="EnableRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) || (pv1 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnableAutoBtn</pv_name> + <pv_name>loc://${SecSubPID}:${Dis}-PID-${IndexPID}:EnaForceUnlock</pv_name> + </rule> + </rules> + <tooltip>AUTO operation mode</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_MANUAL</name> + <actions execute_as_one="true"> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_Manual</pv_name> + <text>MANUAL</text> + <x>234</x> + <y>631</y> + <width>251</width> + <height>33</height> + <rules> + <rule name="EnableRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) || (pv1 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnableManualBtn</pv_name> + <pv_name>loc://${SecSubPID}:${Dis}-PID-${IndexPID}:EnaForceUnlock</pv_name> + </rule> + </rules> + <tooltip>MANUAL operation mode</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_REGU_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_Regu_ON</pv_name> + <text>Regulation ON</text> + <x>234</x> + <y>595</y> + <width>121</width> + <height>33</height> + <rules> + <rule name="EnableRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 1) || (pv1 == 1)||(pv2==0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 0) && (pv1 == 0)&&(pv2==1)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Regulation</pv_name> + <pv_name>loc://${SecSubPID}:${Dis}-PID-${IndexPID}:EnaForceUnlock</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:OpMode_Manual</pv_name> + </rule> + </rules> + <tooltip>Apply force value</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_ReguOFF</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_Regu_OFF</pv_name> + <text>Regulation OFF</text> + <x>359</x> + <y>595</y> + <width>126</width> + <height>33</height> + <rules> + <rule name="EnableRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) || (pv1 == 1)||(pv2==0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)&&(pv2==1)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Regulation</pv_name> + <pv_name>loc://${SecSubPID}:${Dis}-PID-${IndexPID}:EnaForceUnlock</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:OpMode_Manual</pv_name> + </rule> + </rules> + <tooltip>Apply force value</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_ACK</name> + <actions> + <action type="write_pv"> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_AckAlarm</pv_name> + <value>1</value> + <description>Acknowledge alarms</description> + </action> + </actions> + <text>Acknowledge Alarm</text> + <x>725</x> + <y>631</y> + <width>200</width> + <height>33</height> + <background_color> + <color name="ORANGE" red="254" green="194" blue="81"> + </color> + </background_color> + <rules> + <rule name="EnableRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) || (pv1 == 1) || (pv2 == 0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0) && (pv2 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:GroupAlarm</pv_name> + <pv_name>loc://${SecSubPID}:${Dis}-PID-${IndexPID}:EnaForceUnlock</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:LatchAlarm</pv_name> + </rule> + </rules> + <tooltip>Acknowledge alarms</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_FORCE_UNLOCK</name> + <actions execute_as_one="true"> + <action type="write_pv"> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_ForceUnlock</pv_name> + <value>1</value> + <description>Write ForceUnlock</description> + </action> + <action type="write_pv"> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_Faceplate_LockID</pv_name> + <value>0</value> + <description>Write zero to P_Faceplate_LockID</description> + </action> + <action type="write_pv"> + <pv_name>loc://${SecSubPID}:${Dis}-PID-${IndexPID}:EnaForceUnlock</pv_name> + <value>0</value> + <description>Write EnaForceUnlock</description> + </action> + </actions> + <text>FORCE UNLOCK</text> + <x>725</x> + <y>595</y> + <width>200</width> + <height>33</height> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="(pv0 == 0) && (pv1 == 1)"> + <value>true</value> + </exp> + <exp bool_exp="(pv0 == 1) || (pv1 == 0)"> + <value>false</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Inhibit_Lock</pv_name> + <pv_name>loc://${SecSubPID}:${Dis}-PID-${IndexPID}:EnaForceUnlock</pv_name> + </rule> + </rules> + <tooltip>Force unlock device</tooltip> + </widget> + <widget type="group" version="2.0.0"> + <name>group.modify</name> + <x>10</x> + <y>320</y> + <height>263</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.modify.border</name> + <width>300</width> + <height>255</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Setpoint</name> + <text>SETPOINT</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.modify.background_1</name> + <x>8</x> + <y>34</y> + <width>287</width> + <height>214</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_StepValue</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_Step</pv_name> + <x>196</x> + <y>141</y> + <width>95</width> + <height>30</height> + <precision>2</precision> + <show_units>false</show_units> + <vertical_alignment>1</vertical_alignment> + <tooltip>Feedback step value</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_StepValue</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_Step</pv_name> + <x>97</x> + <y>141</y> + <width>92</width> + <height>30</height> + <format>0</format> + <precision>2</precision> + <tooltip>Step value</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_StepValue</name> + <text>Step Value:</text> + <x>8</x> + <y>138</y> + <width>101</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Setpoint</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_Setpoint</pv_name> + <x>196</x> + <y>88</y> + <width>95</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Feedback modified setpoint</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_ForcePumpSP</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_Setpoint</pv_name> + <x>78</x> + <y>88</y> + <width>111</width> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="IncrementRule" prop_id="increment" out_exp="true"> + <exp bool_exp="true"> + <expression>pv0</expression> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_Step</pv_name> + </rule> + <rule name="EnabledRule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:OpMode_Manual</pv_name> + </rule> + </rules> + <tooltip>Modify Setpoint</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>1.0E7</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_FrcSetpoint</name> + <text>Setpoint:</text> + <x>9</x> + <y>88</y> + <width>71</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="polyline" version="2.0.0"> + <name>Polyline</name> + <x>135</x> + <y>119</y> + <width>41</width> + <line_color> + <color name="WHITE" red="255" green="255" blue="255"> + </color> + </line_color> + <points> + <point x="0.0" y="20.0"> + </point> + <point x="0.0" y="10.0"> + </point> + <point x="40.32786885245899" y="10.0"> + </point> + <point x="40.32786885245899" y="0.0"> + </point> + </points> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Setpoint EGU</name> + <text>Setpoint Unit:</text> + <x>10</x> + <y>47</y> + <width>104</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>MET_EGU3</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:ProcValueEGU</pv_name> + <x>118</x> + <y>49</y> + <width>86</width> + <height>30</height> + <font> + <font family="Source Sans Pro" style="REGULAR" size="20.0"> + </font> + </font> + <background_color> + <color red="255" green="254" blue="253"> + </color> + </background_color> + <transparent>true</transparent> + <tooltip>Engineering Unit</tooltip> + </widget> + </widget> + </children> + </tab> + <tab> + <name>Trend</name> + <children> + <widget type="databrowser" version="2.0.0"> + <name>DataBrowser</name> + <file>PID_Trend.plt</file> + <width>922</width> + <height>672</height> + </widget> + </children> + </tab> + <tab> + <name>Settings</name> + <children> + <widget type="group" version="2.0.0"> + <name>group.settings_2</name> + <x>13</x> + <y>16</y> + <width>415</width> + <height>655</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.settings.border_3</name> + <width>415</width> + <height>645</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Settings_3</name> + <text>SETTINGS</text> + <width>415</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.settings.background_3</name> + <x>6</x> + <y>35</y> + <width>401</width> + <height>603</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_P_Action_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_P_ON</pv_name> + <text>ON</text> + <x>171</x> + <y>499</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) || (pv1 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_P_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn P-Action ON</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_P_Action_ON_1</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_P_OFF</pv_name> + <text>OFF</text> + <x>290</x> + <y>500</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) ||(pv1 == 0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_P_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn P-Action OFF</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_P_Action</name> + <text>Turn P-Action:</text> + <x>18</x> + <y>500</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_I_Action</name> + <text>Turn I-Action:</text> + <x>18</x> + <y>541</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_I_Action_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_I_ON</pv_name> + <text>ON</text> + <x>171</x> + <y>540</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) ||(pv1 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_I_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn I-Action ON</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_I_Action_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_I_OFF</pv_name> + <text>OFF</text> + <x>290</x> + <y>541</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) ||(pv1 == 0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_I_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn I-Action OFF</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_D_Action</name> + <text>Turn D-Action:</text> + <x>18</x> + <y>581</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_D_Action_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_D_ON</pv_name> + <text>ON</text> + <x>171</x> + <y>580</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) ||(pv1 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_D_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn D-Action ON</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_D_Action_ON</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_D_OFF</pv_name> + <text>OFF</text> + <x>290</x> + <y>581</y> + <width>102</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) ||(pv1 == 0)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1) && (pv1 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_D_ActionState</pv_name> + </rule> + </rules> + <tooltip>Turn D-Action OFF</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Config</name> + <text>Enable PID Configuration:</text> + <x>13</x> + <y>58</y> + <width>177</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_P_Action_ON_6</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_EnablePID_Conf</pv_name> + <text>ON</text> + <x>209</x> + <y>57</y> + <width>90</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>true</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>false</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>Turn Configuration ON</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_P_Action_ON_7</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_DisablePID_Conf</pv_name> + <text>OFF</text> + <x>308</x> + <y>57</y> + <width>91</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>Turn Configuration OFF</tooltip> + </widget> + <widget type="led" version="2.0.0"> + <name>LED</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_P_ActionState</pv_name> + <x>25</x> + <y>501</y> + <width>30</width> + <height>30</height> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_I_ActionState</pv_name> + <x>25</x> + <y>539</y> + <width>30</width> + <height>30</height> + </widget> + <widget type="led" version="2.0.0"> + <name>LED_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_D_ActionState</pv_name> + <x>25</x> + <y>579</y> + <width>30</width> + <height>30</height> + </widget> + <widget type="tabs" version="2.0.0"> + <name>TAB_PID_Profiles</name> + <tabs> + <tab> + <name>Profile1</name> + <children> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_4</name> + <text>PID Gain:</text> + <x>19</x> + <y>37</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_7</name> + <text>PID Integration time:</text> + <x>8</x> + <y>76</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_8</name> + <text>PID Derivative time:</text> + <x>8</x> + <y>116</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_DeadBand_3</name> + <text>PID Deadband:</text> + <x>8</x> + <y>156</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_HLIM</name> + <text>LMN High Limit:</text> + <x>8</x> + <y>210</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_LLIM</name> + <text>LMN Low Limit:</text> + <x>7</x> + <y>250</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_Gain</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_Gain_1</pv_name> + <x>164</x> + <y>38</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TI</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_TI_1</pv_name> + <x>164</x> + <y>78</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TD</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_TD_1</pv_name> + <x>164</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_DeadBand</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_DEADB_1</pv_name> + <x>164</x> + <y>158</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_HLIM</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_LMN_HLIM_1</pv_name> + <x>164</x> + <y>212</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN High Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_LLIM</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_LMN_LLIM_1</pv_name> + <x>163</x> + <y>252</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN Low Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain_4</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_Gain_1</pv_name> + <x>285</x> + <y>39</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Gain Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration_4</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TI_1</pv_name> + <x>284</x> + <y>78</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Integration Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative_4</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TD_1</pv_name> + <x>284</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Derivative Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand_3</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_DEADB_1</pv_name> + <x>284</x> + <y>158</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Deadband Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_HLIM_1</pv_name> + <x>284</x> + <y>212</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN High Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_LLIM_1</pv_name> + <x>283</x> + <y>252</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN Low Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Profile1</name> + <text>PID Profile 1 Parameters</text> + <x>8</x> + <y>6</y> + <width>378</width> + <height>22</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="BackGround" prop_id="background_color" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </value> + </exp> + <exp bool_exp="pv0 == 1"> + <value> + <color name="GREEN" red="61" green="216" blue="61"> + </color> + </value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile1</pv_name> + </rule> + </rules> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_Activate_PID1_1</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_Profile1</pv_name> + <text>Activate Profile 1</text> + <x>142</x> + <y>291</y> + <width>139</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) "> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>Turn P-Action ON</tooltip> + </widget> + </children> + </tab> + <tab> + <name>Profile2</name> + <children> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_5</name> + <text>PID Gain:</text> + <x>19</x> + <y>37</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_9</name> + <text>PID Integration time:</text> + <x>8</x> + <y>76</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_10</name> + <text>PID Derivative time:</text> + <x>8</x> + <y>116</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_DeadBand_4</name> + <text>PID Deadband:</text> + <x>8</x> + <y>156</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_HLIM_2</name> + <text>LMN High Limit:</text> + <x>8</x> + <y>210</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_LLIM_1</name> + <text>LMN Low Limit:</text> + <x>7</x> + <y>250</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_Gain_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_Gain_2</pv_name> + <x>164</x> + <y>38</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TI_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_TI_2</pv_name> + <x>164</x> + <y>78</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TD_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_TD_2</pv_name> + <x>164</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_DeadBand_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_DEADB_2</pv_name> + <x>164</x> + <y>158</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_HLIM_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_LMN_HLIM_2</pv_name> + <x>164</x> + <y>212</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN High Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_LLIM_1</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_LMN_LLIM_2</pv_name> + <x>163</x> + <y>252</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN Low Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain_5</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_Gain_2</pv_name> + <x>285</x> + <y>39</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Gain Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration_5</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TI_2</pv_name> + <x>284</x> + <y>78</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Integration Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative_5</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TD_2</pv_name> + <x>284</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Derivative Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand_4</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_DEADB_2</pv_name> + <x>284</x> + <y>158</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Deadband Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_HLIM_2</pv_name> + <x>284</x> + <y>212</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN High Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_LLIM_2</pv_name> + <x>283</x> + <y>252</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN Low Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Profile2</name> + <text>PID Profile 2 Parameters</text> + <x>6</x> + <y>7</y> + <width>378</width> + <height>22</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="BackGround" prop_id="background_color" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </value> + </exp> + <exp bool_exp="pv0 == 1"> + <value> + <color name="GREEN" red="61" green="216" blue="61"> + </color> + </value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile2</pv_name> + </rule> + </rules> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_Activate_PID2</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_Profile2</pv_name> + <text>Activate Profile 2</text> + <x>143</x> + <y>291</y> + <width>139</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) "> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>Turn P-Action ON</tooltip> + </widget> + </children> + </tab> + <tab> + <name>Profile3</name> + <children> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_6</name> + <text>PID Gain:</text> + <x>19</x> + <y>37</y> + <width>129</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_11</name> + <text>PID Integration time:</text> + <x>8</x> + <y>76</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Integration_12</name> + <text>PID Derivative time:</text> + <x>8</x> + <y>116</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_DeadBand_5</name> + <text>PID Deadband:</text> + <x>8</x> + <y>156</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_HLIM_3</name> + <text>LMN High Limit:</text> + <x>8</x> + <y>210</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_LLIM_2</name> + <text>LMN Low Limit:</text> + <x>7</x> + <y>250</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_Gain_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_Gain_3</pv_name> + <x>164</x> + <y>38</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Gain</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TI_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_TI_3</pv_name> + <x>164</x> + <y>78</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Integration Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_TD_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_TD_3</pv_name> + <x>164</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Derivative Time</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_PID_DeadBand_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_DEADB_3</pv_name> + <x>164</x> + <y>158</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>PID Deadband</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <maximum>99999.0</maximum> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_HLIM_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_LMN_HLIM_3</pv_name> + <x>164</x> + <y>212</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN High Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="spinner" version="2.0.0"> + <name>INP_P_LMN_LLIM_2</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_LMN_LLIM_3</pv_name> + <x>163</x> + <y>252</y> + <height>30</height> + <format>0</format> + <precision>2</precision> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>LMN Low Limit</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Gain_6</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_Gain_3</pv_name> + <x>285</x> + <y>39</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Gain Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Integration_6</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TI_3</pv_name> + <x>284</x> + <y>78</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Integration Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_Derivative_6</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_TD_3</pv_name> + <x>284</x> + <y>118</y> + <height>30</height> + <precision>0</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Derivative Time Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_DeadBand_5</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_DEADB_3</pv_name> + <x>284</x> + <y>158</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>PID Deadband Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_HLIM_3</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_HLIM_3</pv_name> + <x>284</x> + <y>212</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN High Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>TU_FB_LMN_LLIM_3</name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:FB_LMN_LLIM_3</pv_name> + <x>283</x> + <y>252</y> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>LMN Low Limit Feedback</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Profile3</name> + <text>PID Profile 3 Parameters</text> + <x>7</x> + <y>7</y> + <width>378</width> + <height>22</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="BackGround" prop_id="background_color" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </value> + </exp> + <exp bool_exp="pv0 == 1"> + <value> + <color name="GREEN" red="61" green="216" blue="61"> + </color> + </value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile3</pv_name> + </rule> + </rules> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_Activate_PID3</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_Profile3</pv_name> + <text>Activate Profile 3</text> + <x>143</x> + <y>290</y> + <width>139</width> + <height>33</height> + <rules> + <rule name="Enabled Rule" prop_id="enabled" out_exp="false"> + <exp bool_exp="(pv0 == 0) "> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == 1)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:EnablePIDConf</pv_name> + </rule> + </rules> + <tooltip>Turn P-Action ON</tooltip> + </widget> + </children> + </tab> + </tabs> + <x>7</x> + <y>124</y> + <width>399</width> + <height>372</height> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Profile</name> + <text>Selected PID Profile:</text> + <x>16</x> + <y>96</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Act_Profile</name> + <text>PROFILE 1</text> + <x>161</x> + <y>97</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="Text Rule" prop_id="text" out_exp="false"> + <exp bool_exp="pv0 == 1"> + <value>PROFILE 1</value> + </exp> + <exp bool_exp="pv1 == 1"> + <value>PROFILE 2</value> + </exp> + <exp bool_exp="pv2 == 1"> + <value>PROFILE 3</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile1</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile2</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Profile3</pv_name> + </rule> + </rules> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.automodeconfig</name> + <x>448</x> + <y>17</y> + <width>470</width> + <height>650</height> + <style>3</style> + <transparent>true</transparent> + <widget type="rectangle" version="2.0.0"> + <name>group.settings.border_5</name> + <width>470</width> + <height>650</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Settings_5</name> + <text>AM SETTINGS</text> + <width>470</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.settings.background_5</name> + <x>10</x> + <y>35</y> + <width>450</width> + <height>605</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>IND_ControlledDevice</name> + <pv_name>${AmConfig}:Controlled_Device_Msg</pv_name> + <x>180</x> + <y>120</y> + <width>250</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="combo" version="2.0.0"> + <name>CB_OpMode</name> + <pv_name>${AmConfig}:P_OpMode_Name</pv_name> + <x>180</x> + <y>170</y> + <width>250</width> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + <items> + <item>Undefined</item> + <item>System Stopped</item> + <item>System Purging</item> + <item>System Starting</item> + <item>Stand By System Ready to Start</item> + <item>Cooling Down 300K to 4K</item> + <item>Stand By 4K</item> + <item>Cooling Down 4K to 2K</item> + <item>Stand By 2K</item> + <item>Nominal 2K + RF</item> + <item>Warming Up 2K to 4K</item> + <item>Warming Up 4K to 300K</item> + <item>Warming Up 4K to 80K</item> + <item>Stand By 80K</item> + <item>Cooling Down 80K to 4K</item> + <item>Warming Up 80K to 300K</item> + <item>Single CM Warming Up 4K to 300K</item> + <item>Single CM Cooling Down 300K to 4K</item> + </items> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_SSON</name> + <text>SS ON</text> + <x>20</x> + <y>240</y> + <width>140</width> + <height>30</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + </widget> + <widget type="slide_button" version="2.0.0"> + <name>SW_SSON</name> + <pv_name>${AmConfig}:P_SS_ON</pv_name> + <label></label> + <x>180</x> + <y>240</y> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="combo" version="2.0.0"> + <name>CB_MeasDevices</name> + <pv_name>${AmConfig}:P_Measuring_Dev_Name</pv_name> + <x>180</x> + <y>270</y> + <width>250</width> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>IND_SSSP</name> + <pv_name>${AmConfig}:SS_Setpoint</pv_name> + <x>180</x> + <y>340</y> + <width>120</width> + <height>30</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textentry" version="3.0.0"> + <name>INP_SSSP</name> + <pv_name>${AmConfig}:P_SS_Setpoint</pv_name> + <x>310</x> + <y>340</y> + <width>120</width> + <height>30</height> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>IND_INTSP</name> + <pv_name>${AmConfig}:INT_Setpoint</pv_name> + <x>180</x> + <y>390</y> + <width>120</width> + <height>30</height> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textentry" version="3.0.0"> + <name>INP_INTSP</name> + <pv_name>${AmConfig}:P_INT_Setpoint</pv_name> + <x>310</x> + <y>390</y> + <width>120</width> + <height>30</height> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>IND_HLIM</name> + <pv_name>${AmConfig}:HighLimit</pv_name> + <x>180</x> + <y>440</y> + <width>120</width> + <height>30</height> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textentry" version="3.0.0"> + <name>INP_HLIM</name> + <pv_name>${AmConfig}:P_HighLimit</pv_name> + <x>310</x> + <y>440</y> + <width>120</width> + <height>30</height> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>IND_LLIM</name> + <pv_name>${AmConfig}:LowLimit</pv_name> + <x>180</x> + <y>490</y> + <width>120</width> + <height>30</height> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textentry" version="3.0.0"> + <name>INP_LLIM</name> + <pv_name>${AmConfig}:P_LowLimit</pv_name> + <x>310</x> + <y>490</y> + <width>120</width> + <height>30</height> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_Config</name> + <text>Configuration:</text> + <x>20</x> + <y>65</y> + <width>140</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ContoledDevice</name> + <text>Controlled Device:</text> + <x>20</x> + <y>120</y> + <width>140</width> + <height>30</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>loc://AutoConfLocEN</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_OP_mode</name> + <text>OP mode:</text> + <x>20</x> + <y>170</y> + <width>140</width> + <height>30</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>loc://AutoConfLocEN</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_MeasuringDevice</name> + <text>Measuring Device:</text> + <x>20</x> + <y>270</y> + <width>140</width> + <height>30</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>loc://AutoConfLocEN</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_SSSP</name> + <text>SS Setpoint</text> + <x>20</x> + <y>340</y> + <width>140</width> + <height>30</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>loc://AutoConfLocEN</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_INTSP</name> + <text>INT Setpoint</text> + <x>20</x> + <y>390</y> + <width>140</width> + <height>30</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>loc://AutoConfLocEN</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_HLIM</name> + <text>High Limit</text> + <x>20</x> + <y>440</y> + <width>140</width> + <height>30</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>loc://AutoConfLocEN</pv_name> + </rule> + </rules> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_LLIM</name> + <text>Low Limit</text> + <x>20</x> + <y>490</y> + <width>140</width> + <height>30</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>loc://AutoConfLocEN</pv_name> + </rule> + </rules> + </widget> + <widget type="action_button" version="3.0.0"> + <name>SetData</name> + <actions execute_as_one="true"> + <action type="write_pv"> + <pv_name>${AmConfig}:Cmd_Set_Data</pv_name> + <value>1</value> + <description>Set Data</description> + </action> + <action type="write_pv"> + <pv_name>${AmConfig}:Cmd_Get_Data</pv_name> + <value>1</value> + <description>Get Data</description> + </action> + </actions> + <text>Set Data</text> + <x>320</x> + <y>550</y> + <rules> + <rule name="Enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <tooltip>$(actions)</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>GetData</name> + <actions> + <action type="write_pv"> + <pv_name>${AmConfig}:Cmd_Get_Data</pv_name> + <value>1</value> + <description>Get Data</description> + </action> + </actions> + <x>190</x> + <y>550</y> + <rules> + <rule name="Enable" prop_id="enabled" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + </rule> + </rules> + <tooltip>$(actions)</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_ErrorText</name> + <text>!! Wrong Parameter !!</text> + <x>18</x> + <y>36</y> + <width>430</width> + <height>40</height> + <visible>false</visible> + <font> + <font family="PakTypeNaqsh" style="BOLD" size="18.0"> + </font> + </font> + <foreground_color> + <color name="MAJOR" red="252" green="13" blue="27"> + </color> + </foreground_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <rules> + <rule name="visible" prop_id="visible" out_exp="false"> + <exp bool_exp="pv0 == 0"> + <value>false</value> + </exp> + <exp bool_exp="pv0 == 1"> + <value>true</value> + </exp> + <pv_name>${AmConfig}:Config_Fault</pv_name> + </rule> + </rules> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_P_Action_ON_8</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${AmConfig}:Cmd_Enable_AutoConf</pv_name> + <text>ON</text> + <x>180</x> + <y>64</y> + <width>102</width> + <height>33</height> + <tooltip>Apply force value</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>BTN_P_Action_ON_9</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>Write PV</description> + </action> + </actions> + <pv_name>${AmConfig}:Cmd_Disable_AutoConf</pv_name> + <text>OFF</text> + <x>307</x> + <y>64</y> + <width>102</width> + <height>33</height> + <tooltip>Apply force value</tooltip> + </widget> + </widget> + </children> + </tab> + </tabs> + <x>10</x> + <y>60</y> + <width>943</width> + <height>720</height> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>Header Bar</name> + <width>951</width> + <height>50</height> + <line_width>0</line_width> + <line_color> + <color red="0" green="0" blue="255" alpha="0"> + </color> + </line_color> + <background_color> + <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_HeaderPVName</name> + <text>${SecSubPID}:${Dis}-PID-${IndexPID}</text> + <x>20</x> + <width>715</width> + <height>50</height> + <font> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="action_button" version="3.0.0"> + <name>ICON_Unlocked</name> + <actions execute_as_one="true"> + <action type="write_pv"> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_DevUnlock</pv_name> + <value>1</value> + <description>Write CMD_DevUnlock</description> + </action> + <action type="write_pv"> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_DevLock</pv_name> + <value>0</value> + <description>Write CMD_DevLock</description> + </action> + <action type="write_pv"> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:P_Faceplate_LockID</pv_name> + <value>0</value> + <description>Write zero to P_Faceplate_LockID</description> + </action> + </actions> + <text>UNLOCK</text> + <x>748</x> + <y>10</y> + <width>90</width> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="(pv0 == false) || (pv1 == true) || (pv2 == 1)"> + <value>false</value> + </exp> + <exp bool_exp="(pv0 == true) && (pv1 == false) && (pv2 == 0)"> + <value>true</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:DevLocked</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Inhibit_Lock</pv_name> + <pv_name>loc://${SecSubPID}:${Dis}-PID-${IndexPID}:EnaForceUnlock</pv_name> + </rule> + </rules> + <tooltip>Unlock this device</tooltip> + </widget> + <widget type="action_button" version="3.0.0"> + <name>ICON_Locked</name> + <actions execute_as_one="true"> + <action type="write_pv"> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_DevUnlock</pv_name> + <value>0</value> + <description>Write CMD_DEVUNLOCK</description> + </action> + <action type="write_pv"> + <pv_name>loc://${SecSubPID}:${Dis}-PID-${IndexPID}:Lock(99)</pv_name> + <value>1</value> + <description>Run Lock script</description> + </action> + </actions> + <text>LOCK</text> + <x>843</x> + <y>10</y> + <width>90</width> + <rules> + <rule name="VisibilityRule" prop_id="visible" out_exp="false"> + <exp bool_exp="(pv0 == 0) && (pv1 == 0)"> + <value>true</value> + </exp> + <exp bool_exp="(pv0 == 1) || (pv1 == 1)"> + <value>false</value> + </exp> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:DevLocked</pv_name> + <pv_name>${SecSubPID}:${Dis}-PID-${IndexPID}:Inhibit_Lock</pv_name> + </rule> + </rules> + <scripts> + <script file="EmbeddedJs"> + <text><![CDATA[/* Embedded javascript */ +/* Author: Miklos Boros*/ +/* Function: generate unique Machine ID from the network adapters to use it for locking mechanism*/ + +PVUtil = org.csstudio.display.builder.runtime.script.PVUtil; +logger = org.csstudio.display.builder.runtime.script.ScriptUtil.getLogger(); + +var Lock = pvs[0];/*loc://${SecSubPID}:${Dis}-PID-${IndexPID}:Lock*/ +var Cmd_DevLock = pvs[1];/*${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_DevLock*/ +var P_Faceplate_LockID = pvs[2];/*${SecSubPID}:${Dis}-PID-${IndexPID}:P_Faceplate_LockID*/ +var Inhibit_Lock = pvs[3];/*${SecSubPID}:${Dis}-PID-${IndexPID}:Inhibit_Lock*/ +var Faceplate_LockID = pvs[4];/*${SecSubPID}:${Dis}-PID-${IndexPID}:Faceplate_LockID*/ +var BlockIcon_LockID = pvs[5];/*${SecSubPID}:${Dis}-PID-${IndexPID}:BlockIcon_LockID*/ +var EnaForceUnlock = pvs[6];/*loc://${SecSubPID}:${Dis}-PID-${IndexPID}:EnaForceUnlock*/ +var DevLocked = pvs[7];/*${SecSubPID}:${Dis}-PID-${IndexPID}:DevLocked*/ + + + +var PV1 = PVUtil.getLong(Faceplate_LockID); /*Faceplate_LockID*/ +var PV2 = PVUtil.getLong(BlockIcon_LockID); /*BlockIcon_LockID*/ + +//OnShow +if (PVUtil.getLong(DevLocked) == 1) { /*DevLocked*/ + + if (PV1.toString() == PV2.toString()){ /*FaceplateLockID != BlockIconeLockID*/ + + logger.info(" Owner"); + EnaForceUnlock.setValue(0); /*Write EnaForceUnlock*/ + + } else + { + logger.info(" Faceplate FaceplateLockID "+ PV1); + logger.info(" Faceplate BlockIconeLockID "+ PV2); + + logger.info(" Guest"); + EnaForceUnlock.setValue(1); /*Write EnaForceUnlock*/ + } + + + +} +// OnClick +if (PVUtil.getLong(Lock) != 99) { /*loc://Lock, check if the script was triggered because of a button press or initilization*/ + if (PVUtil.getLong(Inhibit_Lock) == 0) { /*Inhibit_lock, check if locking is inhibited*/ + + var UniqueText = ""; + var en = java.net.NetworkInterface.getNetworkInterfaces(); + var inf; + var enumIpAddr; + for (en = java.net.NetworkInterface.getNetworkInterfaces(); en.hasMoreElements();) { + intf = en.nextElement(); + UniqueText = UniqueText + intf.getName() + intf.getDisplayName(); + for (enumIpAddr = intf.getInetAddresses(); enumIpAddr.hasMoreElements(); ) { + UniqueText = UniqueText + enumIpAddr.nextElement().toString(); + } + } + + + var a_table = "00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F 63066CD9 FA0F3D63 8D080DF5 3B6E20C8 4C69105E D56041E4 A2677172 3C03E4D1 4B04D447 D20D85FD A50AB56B 35B5A8FA 42B2986C DBBBC9D6 ACBCF940 32D86CE3 45DF5C75 DCD60DCF ABD13D59 26D930AC 51DE003A C8D75180 BFD06116 21B4F4B5 56B3C423 CFBA9599 B8BDA50F 2802B89E 5F058808 C60CD9B2 B10BE924 2F6F7C87 58684C11 C1611DAB B6662D3D 76DC4190 01DB7106 98D220BC EFD5102A 71B18589 06B6B51F 9FBFE4A5 E8B8D433 7807C9A2 0F00F934 9609A88E E10E9818 7F6A0DBB 086D3D2D 91646C97 E6635C01 6B6B51F4 1C6C6162 856530D8 F262004E 6C0695ED 1B01A57B 8208F4C1 F50FC457 65B0D9C6 12B7E950 8BBEB8EA FCB9887C 62DD1DDF 15DA2D49 8CD37CF3 FBD44C65 4DB26158 3AB551CE A3BC0074 D4BB30E2 4ADFA541 3DD895D7 A4D1C46D D3D6F4FB 4369E96A 346ED9FC AD678846 DA60B8D0 44042D73 33031DE5 AA0A4C5F DD0D7CC9 5005713C 270241AA BE0B1010 C90C2086 5768B525 206F85B3 B966D409 CE61E49F 5EDEF90E 29D9C998 B0D09822 C7D7A8B4 59B33D17 2EB40D81 B7BD5C3B C0BA6CAD EDB88320 9ABFB3B6 03B6E20C 74B1D29A EAD54739 9DD277AF 04DB2615 73DC1683 E3630B12 94643B84 0D6D6A3E 7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D 806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 F1D4E242 68DDB3F8 1FDA836E 81BE16CD F6B9265B 6FB077E1 18B74777 88085AE6 FF0F6A70 66063BCA 11010B5C 8F659EFF F862AE69 616BFFD3 166CCF45 A00AE278 D70DD2EE 4E048354 3903B3C2 A7672661 D06016F7 4969474D 3E6E77DB AED16A4A D9D65ADC 40DF0B66 37D83BF0 A9BCAE53 DEBB9EC5 47B2CF7F 30B5FFE9 BDBDF21C CABAC28A 53B39330 24B4A3A6 BAD03605 CDD70693 54DE5729 23D967BF B3667A2E C4614AB8 5D681B02 2A6F2B94 B40BBE37 C30C8EA1 5A05DF1B 2D02EF8D"; + var b_table = a_table.split(' ').map(function(s){ return parseInt(s,16) }); + function b_crc32 (str) { + var crc = -1; + for(var i=0, iTop=str.length; i<iTop; i++) { + crc = ( crc >>> 8 ) ^ b_table[( crc ^ str.charCodeAt( i ) ) & 0xFF]; + } + return (crc ^ (-1)) >>> 0; + }; + + var crc = b_crc32(UniqueText); + if (crc >=2147483647){ crc = crc - 2147483647;} + + logger.info(" Faceplate machine ID: "+crc); + P_Faceplate_LockID.setValue(crc); /*Write P_Faceplate_LockID*/ + Cmd_DevLock.setValue(1); /*Write Lock*/ + + } /*Lock inhibit*/ +} /*onshow*/ + +]]></text> + <pv_name>loc://${SecSubPID}:${Dis}-PID-${IndexPID}:Lock</pv_name> + <pv_name trigger="false">${SecSubPID}:${Dis}-PID-${IndexPID}:Cmd_DevLock</pv_name> + <pv_name trigger="false">${SecSubPID}:${Dis}-PID-${IndexPID}:P_Faceplate_LockID</pv_name> + <pv_name trigger="false">${SecSubPID}:${Dis}-PID-${IndexPID}:Inhibit_Lock</pv_name> + <pv_name trigger="false">${SecSubPID}:${Dis}-PID-${IndexPID}:Faceplate_LockID</pv_name> + <pv_name trigger="false">${SecSubPID}:${Dis}-PID-${IndexPID}:BlockIcon_LockID</pv_name> + <pv_name trigger="false">loc://${SecSubPID}:${Dis}-PID-${IndexPID}:EnaForceUnlock</pv_name> + <pv_name trigger="false">${SecSubPID}:${Dis}-PID-${IndexPID}:DevLocked</pv_name> + </script> + </scripts> + <tooltip>Lock this device</tooltip> + </widget> +</display> diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_Control_Faceplate_embedded.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_Control_Faceplate_embedded.bob index d3b23f09c79577f254ceb0706b931a22bf362359..f66d0bd1e9199a7bb7267f9db9c5a1a1ab54cb3f 100644 --- a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_Control_Faceplate_embedded.bob +++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/PIDControls/PID_Control_Faceplate_embedded.bob @@ -161,13 +161,14 @@ <name>MET_MeasValueName</name> <text>${MeasureValue}</text> <x>146</x> - <y>42</y> + <y>44</y> <width>144</width> <height>30</height> <background_color> <color red="255" green="254" blue="253"> </color> </background_color> + <vertical_alignment>1</vertical_alignment> <tooltip>Mesurement value</tooltip> </widget> <widget type="label" version="2.0.0"> @@ -2869,7 +2870,7 @@ </widget> <widget type="label" version="2.0.0"> <name>LB_ContoledDevice</name> - <text>Controled Decice:</text> + <text>Controlled Device:</text> <x>20</x> <y>120</y> <width>140</width> diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Valves/CV_ControlVALVE_Faceplate.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Valves/CV_ControlVALVE_Faceplate.bob index 37f4c3ab84a967c80e02722a8e3fba3fc7e3f71a..280c5143386334b33a027b12053b86707c62f2bf 100644 --- a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Valves/CV_ControlVALVE_Faceplate.bob +++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Valves/CV_ControlVALVE_Faceplate.bob @@ -1950,7 +1950,7 @@ <name>PIDScreen_Button_1</name> <actions> <action type="open_display"> - <file>../PIDControls/PID_Control_Faceplate_embedded.bob</file> + <file>../PIDControls/PID_ADVControl_Faceplate_AutoConf_embedded.bob</file> <target>window</target> <description>Open Display</description> </action> diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Valves/CV_ControlVALVE_Sipart_Faceplate.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Valves/CV_ControlVALVE_Sipart_Faceplate.bob index c9a2af8cdab39d400c037569eb18e1034c6ff559..a379974e91e9e923183ffaf8b0de4f642c114fc7 100644 --- a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Valves/CV_ControlVALVE_Sipart_Faceplate.bob +++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/Valves/CV_ControlVALVE_Sipart_Faceplate.bob @@ -1917,7 +1917,7 @@ <name>PIDScreen_Button_1</name> <actions> <action type="open_display"> - <file>../PIDControls/PID_Control_Faceplate_embedded.bob</file> + <file>../PIDControls/PID_ADVControl_Faceplate_AutoConf_embedded.bob</file> <target>window</target> <description>Open Display</description> </action> diff --git a/NON-APPROVED/TS2/ts2-cryomodule/TS2_main2.bob b/NON-APPROVED/TS2/ts2-cryomodule/TS2_main2.bob index fa1a3e7feab79b4d9b228f72cfc90eabe2bdafb6..3dd18cf410b6046b14e1662bf4e0ead7c9bf2636 100644 --- a/NON-APPROVED/TS2/ts2-cryomodule/TS2_main2.bob +++ b/NON-APPROVED/TS2/ts2-cryomodule/TS2_main2.bob @@ -524,6 +524,8 @@ <name>PV_Valve_BlockIcon_Verical_10</name> <file>../../ICS_OPI_LIBRARY/DeviceTypes/Valves/CV_ControlVALVE_BlockIcon_Vertical_Right_Compact.bob</file> <macros> + <MeasureValue>PT-82301</MeasureValue> + <ProcessValue>TS2-010CDL:Cryo-PT-82301</ProcessValue> <WIDDev>CV</WIDDev> <WIDDis>Cryo</WIDDis> <WIDIndex>002</WIDIndex> @@ -1695,6 +1697,9 @@ <name>Analog_TRANSMITTER_OnlyText_Horizontal_BlockIcon_27</name> <file>../../ICS_OPI_LIBRARY/DeviceTypes/Heaters/EH_HeaterSupply_Analog_BlockIcon_OnlyText_Vertical.bob</file> <macros> + <MeasureValue>TE-061</MeasureValue> + <ProcessValue>TS2-010CRM:Cryo-TE-061</ProcessValue> + <ProcessValueEGU>K</ProcessValueEGU> <WIDDev>EH</WIDDev> <WIDDis>Cryo</WIDDis> <WIDIndex>061</WIDIndex> @@ -3254,7 +3259,7 @@ </widget> <widget type="label" version="2.0.0"> <name>Label_20</name> - <text>version 2020-03-31 11:30</text> + <text>version 2020-06-08 16:00</text> <x>2287</x> <y>1303</y> <width>197</width> @@ -3389,4 +3394,20 @@ <tooltip></tooltip> <confirm_message></confirm_message> </widget> + <widget type="embedded" version="2.0.0"> + <name>Analog_TRANSMITTER_OnlyText_Vertical_BlockIcon_70</name> + <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_OnlyText_Vertical_Compact.bob</file> + <macros> + <WIDDev>TE</WIDDev> + <WIDDis>Cryo</WIDDis> + <WIDIndex>VBEXT</WIDIndex> + <WIDSecSub>TS2-010CDL</WIDSecSub> + </macros> + <x>135</x> + <y>404</y> + <width>117</width> + <height>50</height> + <resize>1</resize> + <transparent>true</transparent> + </widget> </display> diff --git a/NON-APPROVED/TS2/ts2-cryomodule/TS2_modeSelector.bob b/NON-APPROVED/TS2/ts2-cryomodule/TS2_modeSelector.bob index d7af08d70f1c83bd728db9a08e25f68f0a0f4611..b2b582c0c3b0dca43005530800d2628568f5048a 100644 --- a/NON-APPROVED/TS2/ts2-cryomodule/TS2_modeSelector.bob +++ b/NON-APPROVED/TS2/ts2-cryomodule/TS2_modeSelector.bob @@ -3,6 +3,23 @@ <name>modeSelector</name> <width>2560</width> <height>750</height> + <actions> + <action type="execute"> + <script file="EmbeddedPy"> + <text><![CDATA[# Embedded python script +from org.csstudio.display.builder.runtime.script import PVUtil, ScriptUtil +print 'Hello' +# widget.setPropertyValue('text', PVUtil.getString(pvs[0])) + +If TS2-010RFC:RFS01:FIM-110:INTS-RB == 'IDLE' and TS2-010RFC:RFS02:FIM-110:INTS-RB == 'IDLE': + loc://RF = 1 +else: + loc://RF = 0 +]]></text> + </script> + <description>Execute Script</description> + </action> + </actions> <widget type="rectangle" version="2.0.0"> <name>TitleBar</name> <class>TITLE-BAR</class> @@ -204,6 +221,7 @@ <description>Cryomodule Stand-by 300K</description> </action> </actions> + <pv_name>TS2-010:Cryo-Virt-MODSEL:Cmd_Stand_by_300K</pv_name> <text>Stand-by 300K</text> <x>470</x> @@ -300,6 +318,8 @@ </widget> <widget type="led" version="2.0.0"> <name>LED_1</name> + <pv_name>TS2-010:Cryo-Virt-Int003:Closed</pv_name> + <bit>0</bit> <x>250</x> <y>170</y> <width>170</width> @@ -322,6 +342,8 @@ </widget> <widget type="led" version="2.0.0"> <name>LED_2</name> + <pv_name>TS2-010:Cryo-Virt-Int002:Closed</pv_name> + <bit>0</bit> <x>250</x> <y>230</y> <width>170</width> @@ -346,6 +368,8 @@ Vacuum</on_label> </widget> <widget type="led" version="2.0.0"> <name>LED_3</name> + <pv_name>TS2-010:Cryo-Virt-Int001:Closed</pv_name> + <bit>0</bit> <x>250</x> <y>290</y> <width>170</width> @@ -516,6 +540,7 @@ Vacuum</on_label> </widget> <widget type="led" version="2.0.0"> <name>LED_12</name> + <bit>0</bit> <x>2110</x> <y>320</y> <width>170</width> @@ -535,6 +560,44 @@ Vacuum</on_label> </font> </font> <square>true</square> + <rules> + <rule name="ON color" prop_id="off_color" out_exp="false"> + <exp bool_exp="(pvStr0 == 'RF ON') || (pvStr1 == 'RF ON')"> + <value> + <color name="LED-GREEN-ON" red="70" green="255" blue="70"> + </color> + </value> + </exp> + <exp bool_exp="(pvStr0 != 'RF ON') && (pvStr1 != 'RF ON')"> + <value> + <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> + </color> + </value> + </exp> + <pv_name>TS2-010RFC:RFS01:FIM-110:INTS-RB</pv_name> + <pv_name>TS2-010RFC:RFS02:FIM-110:INTS-RB</pv_name> + </rule> + <rule name="ON label" prop_id="off_label" out_exp="false"> + <exp bool_exp="(pvStr0 == 'RF ON') || (pvStr1 == 'RF ON')"> + <value>RF ON</value> + </exp> + <exp bool_exp="(pvStr0 != 'RF ON') && (pvStr1 != 'RF ON')"> + <value>RF OFF</value> + </exp> + <pv_name>TS2-010RFC:RFS01:FIM-110:INTS-RB</pv_name> + <pv_name>TS2-010RFC:RFS02:FIM-110:INTS-RB</pv_name> + </rule> + <rule name="ON bit" prop_id="bit" out_exp="false"> + <exp bool_exp="(pvStr0 == 'RF ON') || (pvStr1 == 'RF ON')"> + <value>1</value> + </exp> + <exp bool_exp="(pvStr0 != 'RF ON') && (pvStr1 != 'RF ON')"> + <value>0</value> + </exp> + <pv_name>TS2-010RFC:RFS01:FIM-110:INTS-RB</pv_name> + <pv_name>TS2-010RFC:RFS02:FIM-110:INTS-RB</pv_name> + </rule> + </rules> </widget> <widget type="led" version="2.0.0"> <name>CD4K</name> @@ -642,4 +705,34 @@ Vacuum</on_label> <tooltip></tooltip> <confirm_message></confirm_message> </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update</name> + <pv_name>TS2-010RFC:RFS01:FIM-110:INTS-RB</pv_name> + <x>2160</x> + <y>390</y> + <width>120</width> + <horizontal_alignment>1</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_1</name> + <pv_name>TS2-010RFC:RFS02:FIM-110:INTS-RB</pv_name> + <x>2160</x> + <y>420</y> + <width>120</width> + <horizontal_alignment>1</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_3</name> + <text>RFS01:</text> + <x>2110</x> + <y>390</y> + <width>50</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_4</name> + <text>RFS02:</text> + <x>2110</x> + <y>420</y> + <width>50</width> + </widget> </display>