diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_BlockIcon_OnlyText_Vertical_Compact.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_BlockIcon_OnlyText_Vertical_Compact.bob
new file mode 100644
index 0000000000000000000000000000000000000000..0936dbe0c1bf9ccaf8180724c28d25526a5af7ce
--- /dev/null
+++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_BlockIcon_OnlyText_Vertical_Compact.bob
@@ -0,0 +1,249 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>AnalogTransmitter_BlockIcon_OnlyText_Vertical_Compact</name>
+  <width>155</width>
+  <height>65</height>
+  <background_color>
+    <color red="255" green="255" blue="255" alpha="0">
+    </color>
+  </background_color>
+  <widget type="label" version="2.0.0">
+    <name>WID_TitleLBL</name>
+    <text>${WIDDev}-${WIDIndex}</text>
+    <x>30</x>
+    <width>120</width>
+    <height>29</height>
+    <font>
+      <font family="Source Sans Pro" style="BOLD" size="25.0">
+      </font>
+    </font>
+    <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>
+    <scripts>
+      <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;
+WidgetColorService  = org.csstudio.display.builder.model.persist.WidgetColorService;
+
+
+macros = widget.getEffectiveMacros();
+WIDDev = macros.getValue("WIDDev");
+
+color = WidgetColorService.getColor("Background");
+if (WIDDev == "PT")
+{
+    color = WidgetColorService.getColor("GREEN-BACKGROUND");  
+}
+if (WIDDev == "TT")
+{
+    color = WidgetColorService.getColor("YELLOW-BACKGROUND");  
+}
+if (WIDDev == "FT")
+{
+    color = WidgetColorService.getColor("BLUE-BACKGROUND");  
+}
+
+    widget.setPropertyValue("background_color",color);	
+]]></text>
+        <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:MeasValue.EGU</pv_name>
+      </script>
+    </scripts>
+    <tooltip>Device name</tooltip>
+  </widget>
+  <widget type="textupdate" version="2.0.0">
+    <name>WID_MeasValue</name>
+    <pv_name>${WIDSecSub}:${WIDDis}-${WIDDev}-${WIDIndex}:MeasValue</pv_name>
+    <x>30</x>
+    <y>29</y>
+    <width>123</width>
+    <height>34</height>
+    <font>
+      <font family="Source Sans Pro" style="REGULAR" size="24.0">
+      </font>
+    </font>
+    <precision>2</precision>
+    <horizontal_alignment>1</horizontal_alignment>
+    <vertical_alignment>1</vertical_alignment>
+    <wrap_words>false</wrap_words>
+    <rules>
+      <rule name="Disconnected" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pvInt0 &gt; 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>${PLCName}:PLCHashCorrectR</pv_name>
+      </rule>
+    </rules>
+    <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="symbol" version="2.0.0">
+    <name>WID_AlarmIcon</name>
+    <symbols>
+      <symbol>../../symbols/custom_v02/error@32.png</symbol>
+    </symbols>
+    <y>4</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}:GroupAlarm</pv_name>
+      </rule>
+    </rules>
+    <tooltip>Alarm event occured!</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>WID_OpenFaceplate</name>
+    <actions>
+      <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*/
+        P_BlockIcon_LockID.setValue(crc);
+
+    } //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, "AnalogTransmitter_Faceplate.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>155</width>
+    <height>65</height>
+    <transparent>true</transparent>
+    <tooltip>Open faceplate</tooltip>
+  </widget>
+</display>
diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate.bob
new file mode 100644
index 0000000000000000000000000000000000000000..ff395712047e80f7cfc8f33a196c06dcefd97bd1
--- /dev/null
+++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate.bob
@@ -0,0 +1,1386 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Analog_TRANSMITTER_Faceplate</name>
+  <width>834</width>
+  <height>697</height>
+  <grid_visible>false</grid_visible>
+  <widget type="tabs" version="2.0.0">
+    <name>Tabs</name>
+    <tabs>
+      <tab>
+        <name> Status</name>
+        <children>
+          <widget type="group" version="2.0.0">
+            <name>Device_Status_Group</name>
+            <width>810</width>
+            <height>600</height>
+            <style>3</style>
+            <transparent>true</transparent>
+            <widget type="group" version="2.0.0">
+              <name>Status</name>
+              <x>10</x>
+              <y>10</y>
+              <width>290</width>
+              <height>270</height>
+              <style>3</style>
+              <background_color>
+                <color name="BACKGROUND" red="220" green="225" blue="221">
+                </color>
+              </background_color>
+              <widget type="rectangle" version="2.0.0">
+                <name>Rect_Meas_Title</name>
+                <width>290</width>
+                <height>59</height>
+                <line_width>0</line_width>
+                <background_color>
+                  <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                  </color>
+                </background_color>
+                <corner_width>10</corner_width>
+                <corner_height>10</corner_height>
+              </widget>
+              <widget type="rectangle" version="2.0.0">
+                <name>Rect_Meas_Back</name>
+                <y>30</y>
+                <width>290</width>
+                <height>240</height>
+                <line_width>2</line_width>
+                <line_color>
+                  <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                  </color>
+                </line_color>
+                <background_color>
+                  <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+                  </color>
+                </background_color>
+                <corner_height>10</corner_height>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>LB_Meas_Title</name>
+                <class>HEADER2</class>
+                <text>Status</text>
+                <width>290</width>
+                <height>31</height>
+                <font>
+                  <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.0">
+                  </font>
+                </font>
+                <foreground_color>
+                  <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+                  </color>
+                </foreground_color>
+                <horizontal_alignment>1</horizontal_alignment>
+                <vertical_alignment>1</vertical_alignment>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>LB_Meas_Label</name>
+                <text>${WIDLabel}</text>
+                <x>5</x>
+                <y>186</y>
+                <width>280</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="textupdate" version="2.0.0">
+                <name>TU_FeedbackForceVal</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_ForceValue</pv_name>
+                <x>176</x>
+                <y>228</y>
+                <width>90</width>
+                <height>25</height>
+                <precision>2</precision>
+                <vertical_alignment>1</vertical_alignment>
+                <tooltip>Feedback force Value</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="textentry" version="3.0.0">
+                <name>INP_ForceValue</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_ForceValue</pv_name>
+                <x>76</x>
+                <y>228</y>
+                <width>90</width>
+                <height>25</height>
+                <precision>2</precision>
+                <show_units>false</show_units>
+                <rules>
+                  <rule name="Enable" prop_id="enabled" out_exp="false">
+                    <exp bool_exp="(pv0 == 0) || (pv1 == 1)">
+                      <value>false</value>
+                    </exp>
+                    <exp bool_exp="(pv0 == 1) &amp;&amp; (pv1 == 0)">
+                      <value>true</value>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                    <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+                  </rule>
+                </rules>
+                <tooltip>Force value</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>LB_ForceText</name>
+                <text>Force:</text>
+                <x>16</x>
+                <y>230</y>
+                <width>50</width>
+                <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="meter" version="3.0.0">
+                <name>Gauge</name>
+                <x>8</x>
+                <y>37</y>
+                <width>270</width>
+                <height>162</height>
+                <rules>
+                  <rule name="HIHI" prop_id="level_hihi" out_exp="true">
+                    <exp bool_exp="true">
+                      <expression>pv0</expression>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HIHI</pv_name>
+                  </rule>
+                  <rule name="HI" prop_id="level_high" out_exp="true">
+                    <exp bool_exp="true">
+                      <expression>pv0</expression>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HI</pv_name>
+                  </rule>
+                  <rule name="LO" prop_id="level_low" out_exp="true">
+                    <exp bool_exp="true">
+                      <expression>pv0</expression>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LO</pv_name>
+                  </rule>
+                  <rule name="LOLO" prop_id="level_lolo" out_exp="true">
+                    <exp bool_exp="true">
+                      <expression>pv0</expression>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LOLO</pv_name>
+                  </rule>
+                </rules>
+                <tooltip>Placeholder for 'Gauge' (gauge)</tooltip>
+              </widget>
+            </widget>
+            <widget type="group" version="2.0.0">
+              <name>Limits</name>
+              <x>12</x>
+              <y>300</y>
+              <width>290</width>
+              <height>190</height>
+              <style>3</style>
+              <background_color>
+                <color name="BACKGROUND" red="220" green="225" blue="221">
+                </color>
+              </background_color>
+              <widget type="rectangle" version="2.0.0">
+                <name>Rect_Limits_Ttile</name>
+                <width>290</width>
+                <height>59</height>
+                <line_width>0</line_width>
+                <background_color>
+                  <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                  </color>
+                </background_color>
+                <corner_width>10</corner_width>
+                <corner_height>10</corner_height>
+              </widget>
+              <widget type="rectangle" version="2.0.0">
+                <name>Rect_Limits_Back</name>
+                <y>30</y>
+                <width>290</width>
+                <height>160</height>
+                <line_width>2</line_width>
+                <line_color>
+                  <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                  </color>
+                </line_color>
+                <background_color>
+                  <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+                  </color>
+                </background_color>
+                <corner_height>10</corner_height>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>LB_Limits_title</name>
+                <class>HEADER2</class>
+                <text>Limits</text>
+                <width>290</width>
+                <height>31</height>
+                <font>
+                  <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.0">
+                  </font>
+                </font>
+                <foreground_color>
+                  <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+                  </color>
+                </foreground_color>
+                <horizontal_alignment>1</horizontal_alignment>
+                <vertical_alignment>1</vertical_alignment>
+              </widget>
+              <widget type="textupdate" version="2.0.0">
+                <name>TU_FB_HIHI</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HIHI</pv_name>
+                <x>180</x>
+                <y>53</y>
+                <width>80</width>
+                <height>25</height>
+                <precision>2</precision>
+                <vertical_alignment>1</vertical_alignment>
+                <tooltip>Feedback value HIHI</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="textupdate" version="2.0.0">
+                <name>TU_FB_HIGH</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HI</pv_name>
+                <x>180</x>
+                <y>83</y>
+                <width>80</width>
+                <height>25</height>
+                <precision>2</precision>
+                <vertical_alignment>1</vertical_alignment>
+                <tooltip>Feedback value HIGH</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="textupdate" version="2.0.0">
+                <name>TU_FB_LOW</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LO</pv_name>
+                <x>180</x>
+                <y>113</y>
+                <width>80</width>
+                <height>25</height>
+                <precision>2</precision>
+                <vertical_alignment>1</vertical_alignment>
+                <tooltip>Feedback value LOW</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="textupdate" version="2.0.0">
+                <name>TU_FB_LOLO</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LOLO</pv_name>
+                <x>180</x>
+                <y>143</y>
+                <width>80</width>
+                <height>25</height>
+                <precision>2</precision>
+                <vertical_alignment>1</vertical_alignment>
+                <tooltip>Feedback value LOLO</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="spinner" version="2.0.0">
+                <name>INP_HIHI</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_HIHI</pv_name>
+                <x>80</x>
+                <y>53</y>
+                <width>90</width>
+                <height>25</height>
+                <format>0</format>
+                <precision>2</precision>
+                <rules>
+                  <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                    <exp bool_exp="true">
+                      <expression>pv0</expression>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                  </rule>
+                </rules>
+                <tooltip>Alarm HIHI</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+                <maximum>500.0</maximum>
+              </widget>
+              <widget type="spinner" version="2.0.0">
+                <name>INP_HIGH</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_HI</pv_name>
+                <x>80</x>
+                <y>83</y>
+                <width>90</width>
+                <height>25</height>
+                <format>0</format>
+                <precision>2</precision>
+                <rules>
+                  <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                    <exp bool_exp="true">
+                      <expression>pv0</expression>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                  </rule>
+                </rules>
+                <tooltip>Warning HIGH</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+                <maximum>500.0</maximum>
+              </widget>
+              <widget type="spinner" version="2.0.0">
+                <name>INP_LOW</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_LO</pv_name>
+                <x>80</x>
+                <y>113</y>
+                <width>90</width>
+                <height>25</height>
+                <format>0</format>
+                <precision>2</precision>
+                <rules>
+                  <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                    <exp bool_exp="true">
+                      <expression>pv0</expression>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                  </rule>
+                  <rule name="MaximumRule" prop_id="maximum" out_exp="true">
+                    <exp bool_exp="true">
+                      <expression>pv0</expression>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleHIGH</pv_name>
+                  </rule>
+                </rules>
+                <tooltip>Warning LOW</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="spinner" version="2.0.0">
+                <name>INP_LOLO</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_LOLO</pv_name>
+                <x>80</x>
+                <y>143</y>
+                <width>90</width>
+                <height>25</height>
+                <format>0</format>
+                <precision>2</precision>
+                <rules>
+                  <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                    <exp bool_exp="true">
+                      <expression>pv0</expression>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                  </rule>
+                  <rule name="MaximumRule" prop_id="maximum" out_exp="true">
+                    <exp bool_exp="true">
+                      <expression>pv0</expression>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleHIGH</pv_name>
+                  </rule>
+                </rules>
+                <tooltip>Alarm LOLO</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>LB_HIHI</name>
+                <text>HIHI:</text>
+                <x>20</x>
+                <y>55</y>
+                <width>50</width>
+                <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_HIGH</name>
+                <text>HIGH:</text>
+                <x>20</x>
+                <y>85</y>
+                <width>50</width>
+                <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_LOW</name>
+                <text>LOW:</text>
+                <x>20</x>
+                <y>115</y>
+                <width>50</width>
+                <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_LOLO</name>
+                <text>LOLO:</text>
+                <x>20</x>
+                <y>145</y>
+                <width>50</width>
+                <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>
+            <widget type="group" version="2.0.0">
+              <name>OP Modes</name>
+              <x>320</x>
+              <y>10</y>
+              <width>230</width>
+              <height>170</height>
+              <style>3</style>
+              <background_color>
+                <color name="BACKGROUND" red="220" green="225" blue="221">
+                </color>
+              </background_color>
+              <widget type="rectangle" version="2.0.0">
+                <name>Rect_Mode_Title</name>
+                <width>230</width>
+                <height>59</height>
+                <line_width>0</line_width>
+                <background_color>
+                  <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                  </color>
+                </background_color>
+                <corner_width>10</corner_width>
+                <corner_height>10</corner_height>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>Rect_LB_Title</name>
+                <class>HEADER2</class>
+                <text>OP Modes</text>
+                <width>230</width>
+                <height>31</height>
+                <font>
+                  <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.0">
+                  </font>
+                </font>
+                <foreground_color>
+                  <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+                  </color>
+                </foreground_color>
+                <horizontal_alignment>1</horizontal_alignment>
+                <vertical_alignment>1</vertical_alignment>
+              </widget>
+              <widget type="rectangle" version="2.0.0">
+                <name>Rect_Mode_Back</name>
+                <y>30</y>
+                <width>230</width>
+                <height>140</height>
+                <line_width>2</line_width>
+                <line_color>
+                  <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                  </color>
+                </line_color>
+                <background_color>
+                  <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+                  </color>
+                </background_color>
+                <corner_height>10</corner_height>
+              </widget>
+              <widget type="led" version="2.0.0">
+                <name>LED_Mode_Auto</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_FreeRun</pv_name>
+                <x>63</x>
+                <y>61</y>
+                <off_color>
+                  <color name="Grid" red="128" green="128" blue="128">
+                  </color>
+                </off_color>
+                <tooltip>Operation mode Freerun</tooltip>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>LB_Mode_Auto</name>
+                <text>Auto</text>
+                <x>93</x>
+                <y>60</y>
+                <width>79</width>
+                <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_Mode_Forced</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                <x>63</x>
+                <y>112</y>
+                <off_color>
+                  <color name="Grid" red="128" green="128" blue="128">
+                  </color>
+                </off_color>
+                <tooltip>Operation mode Forced</tooltip>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>LB_Mode_Forced</name>
+                <text>Forced</text>
+                <x>93</x>
+                <y>111</y>
+                <width>79</width>
+                <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>Messages</name>
+              <x>320</x>
+              <y>200</y>
+              <width>230</width>
+              <height>132</height>
+              <style>3</style>
+              <background_color>
+                <color name="BACKGROUND" red="220" green="225" blue="221">
+                </color>
+              </background_color>
+              <widget type="rectangle" version="2.0.0">
+                <name>Rect_Msg_Title</name>
+                <width>230</width>
+                <height>59</height>
+                <line_width>0</line_width>
+                <background_color>
+                  <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                  </color>
+                </background_color>
+                <corner_width>10</corner_width>
+                <corner_height>10</corner_height>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>LB_Msg_Title</name>
+                <class>HEADER2</class>
+                <text>Messages</text>
+                <width>230</width>
+                <height>31</height>
+                <font>
+                  <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.0">
+                  </font>
+                </font>
+                <foreground_color>
+                  <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+                  </color>
+                </foreground_color>
+                <horizontal_alignment>1</horizontal_alignment>
+                <vertical_alignment>1</vertical_alignment>
+              </widget>
+              <widget type="rectangle" version="2.0.0">
+                <name>Rect_Msg_Back</name>
+                <y>30</y>
+                <width>230</width>
+                <height>102</height>
+                <line_width>2</line_width>
+                <line_color>
+                  <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                  </color>
+                </line_color>
+                <background_color>
+                  <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+                  </color>
+                </background_color>
+                <corner_height>10</corner_height>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>MSG_LatchAlarm</name>
+                <text>- Alarms latching disabled</text>
+                <x>20</x>
+                <y>80</y>
+                <width>190</width>
+                <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_InhibitForce</name>
+                <text>- Force mode inhibited</text>
+                <x>20</x>
+                <y>50</y>
+                <width>190</width>
+                <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_Force</pv_name>
+                  </rule>
+                </rules>
+              </widget>
+            </widget>
+            <widget type="group" version="2.0.0">
+              <name>Alarms</name>
+              <x>570</x>
+              <y>10</y>
+              <width>230</width>
+              <height>480</height>
+              <style>3</style>
+              <background_color>
+                <color name="BACKGROUND" red="220" green="225" blue="221">
+                </color>
+              </background_color>
+              <widget type="rectangle" version="2.0.0">
+                <name>Rect_ALM_Title</name>
+                <width>230</width>
+                <height>59</height>
+                <line_width>0</line_width>
+                <background_color>
+                  <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                  </color>
+                </background_color>
+                <corner_width>10</corner_width>
+                <corner_height>10</corner_height>
+                <rules>
+                  <rule name="BackColor" prop_id="background_color" out_exp="false">
+                    <exp bool_exp="pv0==0">
+                      <value>
+                        <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                        </color>
+                      </value>
+                    </exp>
+                    <exp bool_exp="pv0 == 1">
+                      <value>
+                        <color name="RED-GROUP-BORDER" red="167" green="134" blue="130">
+                        </color>
+                      </value>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:GroupAlarm</pv_name>
+                  </rule>
+                </rules>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>LB_ALM_Title</name>
+                <class>HEADER2</class>
+                <text>Alarms</text>
+                <width>230</width>
+                <height>31</height>
+                <font>
+                  <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.0">
+                  </font>
+                </font>
+                <foreground_color>
+                  <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+                  </color>
+                </foreground_color>
+                <horizontal_alignment>1</horizontal_alignment>
+                <vertical_alignment>1</vertical_alignment>
+              </widget>
+              <widget type="rectangle" version="2.0.0">
+                <name>Rect_ALM_Back</name>
+                <y>30</y>
+                <width>230</width>
+                <height>450</height>
+                <line_width>2</line_width>
+                <line_color>
+                  <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                  </color>
+                </line_color>
+                <background_color>
+                  <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+                  </color>
+                </background_color>
+                <corner_height>10</corner_height>
+                <rules>
+                  <rule name="Linecolor" prop_id="line_color" out_exp="false">
+                    <exp bool_exp="pv0==0">
+                      <value>
+                        <color name="GROUP-BORDER" red="150" green="155" blue="151">
+                        </color>
+                      </value>
+                    </exp>
+                    <exp bool_exp="pv0==1">
+                      <value>
+                        <color name="RED-GROUP-BORDER" red="167" green="134" blue="130">
+                        </color>
+                      </value>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:GroupAlarm</pv_name>
+                  </rule>
+                  <rule name="Backcolor" prop_id="background_color" out_exp="false">
+                    <exp bool_exp="pv0==0">
+                      <value>
+                        <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+                        </color>
+                      </value>
+                    </exp>
+                    <exp bool_exp="pv0==1">
+                      <value>
+                        <color name="RED-GROUP-BACKGROUND" red="208" green="175" blue="172">
+                        </color>
+                      </value>
+                    </exp>
+                    <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:GroupAlarm</pv_name>
+                  </rule>
+                </rules>
+              </widget>
+              <widget type="led" version="2.0.0">
+                <name>LED_ALM_Overrange</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Overrange</pv_name>
+                <x>20</x>
+                <y>59</y>
+                <off_color>
+                  <color name="Grid" red="128" green="128" blue="128">
+                  </color>
+                </off_color>
+                <on_color>
+                  <color name="MAJOR" red="255" green="0" blue="0">
+                  </color>
+                </on_color>
+                <tooltip>Overrange</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="led" version="2.0.0">
+                <name>LED_ALM_HIHI</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:HIHI</pv_name>
+                <x>20</x>
+                <y>111</y>
+                <off_color>
+                  <color name="Grid" red="128" green="128" blue="128">
+                  </color>
+                </off_color>
+                <on_color>
+                  <color name="MAJOR" red="255" green="0" blue="0">
+                  </color>
+                </on_color>
+                <tooltip>HIHI</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="led" version="2.0.0">
+                <name>LED_ALM_HI</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:HI</pv_name>
+                <x>20</x>
+                <y>163</y>
+                <off_color>
+                  <color name="Grid" red="128" green="128" blue="128">
+                  </color>
+                </off_color>
+                <on_color>
+                  <color name="WARNING" red="252" green="242" blue="17">
+                  </color>
+                </on_color>
+                <tooltip>HI</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="led" version="2.0.0">
+                <name>LED_ALM_LOW</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LO</pv_name>
+                <x>20</x>
+                <y>215</y>
+                <off_color>
+                  <color name="Grid" red="128" green="128" blue="128">
+                  </color>
+                </off_color>
+                <on_color>
+                  <color name="WARNING" red="252" green="242" blue="17">
+                  </color>
+                </on_color>
+                <tooltip>LOW</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="led" version="2.0.0">
+                <name>LED_ALM_LOWLOW</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LOLO</pv_name>
+                <x>20</x>
+                <y>267</y>
+                <off_color>
+                  <color name="Grid" red="128" green="128" blue="128">
+                  </color>
+                </off_color>
+                <on_color>
+                  <color name="MAJOR" red="255" green="0" blue="0">
+                  </color>
+                </on_color>
+                <tooltip>LOWLOW</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="led" version="2.0.0">
+                <name>LED_ALM_Underrange</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Underrange</pv_name>
+                <x>20</x>
+                <y>319</y>
+                <off_color>
+                  <color name="Grid" red="128" green="128" blue="128">
+                  </color>
+                </off_color>
+                <on_color>
+                  <color name="MAJOR" red="255" green="0" blue="0">
+                  </color>
+                </on_color>
+                <tooltip>Underrange</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="led" version="2.0.0">
+                <name>LED_ALM_IO_error</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Module_Error</pv_name>
+                <x>20</x>
+                <y>371</y>
+                <off_color>
+                  <color name="Grid" red="128" green="128" blue="128">
+                  </color>
+                </off_color>
+                <on_color>
+                  <color name="MAJOR" red="255" green="0" blue="0">
+                  </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_Module_Error</name>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Module_Error</pv_name>
+                <x>20</x>
+                <y>426</y>
+                <off_color>
+                  <color name="Grid" red="128" green="128" blue="128">
+                  </color>
+                </off_color>
+                <on_color>
+                  <color name="MAJOR" red="255" green="0" blue="0">
+                  </color>
+                </on_color>
+                <tooltip>Siemens Module Error</tooltip>
+                <border_alarm_sensitive>false</border_alarm_sensitive>
+              </widget>
+              <widget type="label" version="2.0.0">
+                <name>LB_ALM_Overrange</name>
+                <text>Overrange</text>
+                <x>60</x>
+                <y>59</y>
+                <width>160</width>
+                <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_HIHI</name>
+                <text>HIHI</text>
+                <x>60</x>
+                <y>111</y>
+                <width>160</width>
+                <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_HI</name>
+                <text>HI</text>
+                <x>60</x>
+                <y>163</y>
+                <width>160</width>
+                <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_LOW</name>
+                <text>LOW</text>
+                <x>60</x>
+                <y>215</y>
+                <width>160</width>
+                <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_LOLO</name>
+                <text>LOWLOW</text>
+                <x>60</x>
+                <y>267</y>
+                <width>160</width>
+                <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_Underrange</name>
+                <text>Underrange</text>
+                <x>60</x>
+                <y>319</y>
+                <width>160</width>
+                <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_IO_Error</name>
+                <text>I/O Error</text>
+                <x>60</x>
+                <y>371</y>
+                <width>160</width>
+                <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_Module_Error</name>
+                <text>Siemens Module Error</text>
+                <x>60</x>
+                <y>426</y>
+                <width>160</width>
+                <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="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>Forced Unlock</text>
+              <x>570</x>
+              <y>504</y>
+              <width>230</width>
+              <height>35</height>
+              <rules>
+                <rule name="VisibilityRule" prop_id="visible" out_exp="false">
+                  <exp bool_exp="(pv0 == 0) &amp;&amp; (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="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>570</x>
+              <y>554</y>
+              <width>230</width>
+              <height>35</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) &amp;&amp; (pv1 == 0) &amp;&amp; (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_APPLY</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_ForceVal</pv_name>
+              <text>Apply Forced Value</text>
+              <x>321</x>
+              <y>553</y>
+              <width>230</width>
+              <height>35</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) &amp;&amp; (pv1 == 0)">
+                    <value>true</value>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                  <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Apply force value</tooltip>
+            </widget>
+            <widget type="action_button" version="3.0.0">
+              <name>BTN_FORCE</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_Force</pv_name>
+              <text>Forced</text>
+              <x>321</x>
+              <y>504</y>
+              <width>230</width>
+              <height>35</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) &amp;&amp; (pv1 == 0)">
+                    <value>true</value>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnableForcedBtn</pv_name>
+                  <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+                </rule>
+              </rules>
+              <tooltip>FORCE operation mode</tooltip>
+            </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_FreeRun</pv_name>
+              <text>Auto</text>
+              <x>71</x>
+              <y>506</y>
+              <width>230</width>
+              <height>35</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) &amp;&amp; (pv1 == 0)">
+                    <value>true</value>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnableFreeRunBtn</pv_name>
+                  <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Free run operation mode</tooltip>
+            </widget>
+          </widget>
+        </children>
+      </tab>
+      <tab>
+        <name> Trend</name>
+        <children>
+          <widget type="databrowser" version="2.0.0">
+            <name>DataBrowser</name>
+            <file>AnalogTransmitter_Faceplate_Trend.plt</file>
+            <x>3</x>
+            <width>778</width>
+            <height>597</height>
+          </widget>
+        </children>
+      </tab>
+    </tabs>
+    <x>10</x>
+    <y>55</y>
+    <width>814</width>
+    <height>633</height>
+    <font>
+      <font family="Source Sans Pro" style="BOLD" size="21.0">
+      </font>
+    </font>
+    <tab_height>40</tab_height>
+  </widget>
+  <widget type="rectangle" version="2.0.0">
+    <name>Header Bar</name>
+    <width>834</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>580</width>
+    <height>50</height>
+    <font>
+      <font name="Header 1" family="Liberation Sans" style="BOLD" size="22.0">
+      </font>
+    </font>
+    <vertical_alignment>1</vertical_alignment>
+  </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}:${DisDev}-${Index}:Lock(99)</pv_name>
+        <value>1</value>
+        <description>Run Lock script</description>
+      </action>
+    </actions>
+    <text>Lock</text>
+    <x>725</x>
+    <y>10</y>
+    <width>90</width>
+    <rules>
+      <rule name="VisibilityRule" prop_id="visible" out_exp="false">
+        <exp bool_exp="(pv0 == 0) &amp;&amp; (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}:${DisDev}-${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);
+   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}:${DisDev}-${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>
+  <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>725</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) &amp;&amp; (pv1 == false) &amp;&amp; (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>
+</display>
diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate_CABTR_Temperature.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate_CABTR_Temperature.bob
new file mode 100644
index 0000000000000000000000000000000000000000..906a661ae03f450197ca6d640a525d0e3f98bee6
--- /dev/null
+++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate_CABTR_Temperature.bob
@@ -0,0 +1,1507 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>AnalogTransmitter_Faceplate_CABTR_Temperature</name>
+  <width>965</width>
+  <height>790</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="Liberation Sans" style="BOLD" size="18.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="label" version="2.0.0">
+              <name>LB_Status_Title</name>
+              <text>${WIDLabel}</text>
+              <x>10</x>
+              <y>200</y>
+              <width>280</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="label" version="2.0.0">
+              <name>LB_ForceText</name>
+              <text>Force:</text>
+              <x>15</x>
+              <y>245</y>
+              <width>55</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="textentry" version="3.0.0">
+              <name>INP_ForceValue</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_ForceValue</pv_name>
+              <x>80</x>
+              <y>245</y>
+              <height>30</height>
+              <font>
+                <font name="NORMAL-SANS-BOLD" family="Source Sans Pro" style="BOLD" size="16.0">
+                </font>
+              </font>
+              <precision>2</precision>
+              <show_units>false</show_units>
+              <rules>
+                <rule name="Enable" prop_id="enabled" out_exp="false">
+                  <exp bool_exp="(pv0 == 0) || (pv1 == 1)">
+                    <value>false</value>
+                  </exp>
+                  <exp bool_exp="(pv0 == 1) &amp;&amp; (pv1 == 0)">
+                    <value>true</value>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                  <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Force value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="textupdate" version="2.0.0">
+              <name>TU_FeedbackForceVal</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_ForceValue</pv_name>
+              <x>190</x>
+              <y>245</y>
+              <width>95</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) || (pv1 == 1)">
+                    <value>false</value>
+                  </exp>
+                  <exp bool_exp="(pv0 == 1) &amp;&amp; (pv1 == 0)">
+                    <value>true</value>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                  <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="meter" version="3.0.0">
+              <name>Gauge</name>
+              <x>14</x>
+              <y>44</y>
+              <width>270</width>
+              <height>162</height>
+              <rules>
+                <rule name="HIHI" prop_id="level_hihi" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HIHI</pv_name>
+                </rule>
+                <rule name="HI" prop_id="level_high" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HI</pv_name>
+                </rule>
+                <rule name="LO" prop_id="level_low" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LO</pv_name>
+                </rule>
+                <rule name="LOLO" prop_id="level_lolo" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LOLO</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Placeholder for 'Gauge' (gauge)</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="Liberation Sans" style="BOLD" size="18.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_FreeRun</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_FreeRun</pv_name>
+              <x>78</x>
+              <y>63</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <tooltip>Operation mode Freerun</tooltip>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_STAT_FREERUN</name>
+              <text>FREERUN</text>
+              <x>113</x>
+              <y>63</y>
+              <width>70</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_Forced</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+              <x>78</x>
+              <y>98</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <tooltip>Operation mode Forced</tooltip>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_STAT_FORCED_1</name>
+              <text>FORCED</text>
+              <x>113</x>
+              <y>98</y>
+              <width>70</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_1</name>
+              <text>MESSAGES</text>
+              <x>5</x>
+              <y>160</y>
+              <width>290</width>
+              <font>
+                <font name="Fine Print" family="Liberation Sans" style="REGULAR" size="12.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_InhibitForce</name>
+              <text>- Force mode inhibited</text>
+              <x>15</x>
+              <y>210</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>
+              <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}:Inhibit_Force</pv_name>
+                </rule>
+              </rules>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>MSG_LatchAlarm</name>
+              <text>- Alarms latching enabled</text>
+              <x>15</x>
+              <y>230</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>
+              <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}:LatchAlarm</pv_name>
+                </rule>
+              </rules>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>MSG_LatchAlarm_1</name>
+              <text>- Alarms latching disabled</text>
+              <x>15</x>
+              <y>230</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>
+              <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}:LatchAlarm</pv_name>
+                </rule>
+              </rules>
+            </widget>
+          </widget>
+          <widget type="group" version="2.0.0">
+            <name>group.alarms</name>
+            <x>630</x>
+            <y>10</y>
+            <height>557</height>
+            <style>3</style>
+            <widget type="rectangle" version="2.0.0">
+              <name>group.alarms.border</name>
+              <width>300</width>
+              <height>550</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>506</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_ALARMS</name>
+              <text>ALARMS</text>
+              <width>300</width>
+              <height>35</height>
+              <font>
+                <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.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="255" green="0" blue="0">
+                      </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="led" version="2.0.0">
+              <name>LED_ALM_Overrange</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LinearizationFail</pv_name>
+              <x>55</x>
+              <y>50</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>Overrange</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_LinearizationFail</name>
+              <text>Linearization Fail</text>
+              <x>90</x>
+              <y>50</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_HIHI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:HIHI</pv_name>
+              <x>55</x>
+              <y>85</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>HIHI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_HIHI</name>
+              <text>HIHI</text>
+              <x>90</x>
+              <y>85</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_HI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:HI</pv_name>
+              <x>55</x>
+              <y>120</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="WARNING" red="252" green="242" blue="17">
+                </color>
+              </on_color>
+              <tooltip>HI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_HI</name>
+              <text>HI</text>
+              <x>90</x>
+              <y>120</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_LOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LO</pv_name>
+              <x>55</x>
+              <y>155</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="WARNING" red="252" green="242" blue="17">
+                </color>
+              </on_color>
+              <tooltip>LOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_LOW</name>
+              <text>LOW</text>
+              <x>90</x>
+              <y>155</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_LOWLOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LOLO</pv_name>
+              <x>55</x>
+              <y>190</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>LOWLOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_LOLO</name>
+              <text>LOWLOW</text>
+              <x>90</x>
+              <y>190</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_Underrange</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:MeasureFail</pv_name>
+              <x>55</x>
+              <y>225</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>Underrange</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_MeasureFail</name>
+              <text>MeasureFail</text>
+              <x>90</x>
+              <y>225</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_IO_error</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:PN_Module_Error</pv_name>
+              <x>55</x>
+              <y>260</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </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_PN_Error</name>
+              <text>PN Module Error</text>
+              <x>90</x>
+              <y>260</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>
+          <widget type="group" version="2.0.0">
+            <name>group.limits</name>
+            <x>10</x>
+            <y>320</y>
+            <height>246</height>
+            <style>3</style>
+            <widget type="rectangle" version="2.0.0">
+              <name>group.limits.border</name>
+              <width>300</width>
+              <height>239</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.limits.background</name>
+              <x>5</x>
+              <y>35</y>
+              <width>290</width>
+              <height>196</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_Limits</name>
+              <text>LIMITS</text>
+              <width>300</width>
+              <height>35</height>
+              <font>
+                <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.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="label" version="2.0.0">
+              <name>LB_HIHI</name>
+              <text>HIHI:</text>
+              <x>15</x>
+              <y>50</y>
+              <width>55</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_HIHI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HIHI</pv_name>
+              <x>190</x>
+              <y>50</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value HIHI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="spinner" version="2.0.0">
+              <name>INP_HIHI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_HIHI</pv_name>
+              <x>80</x>
+              <y>50</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <tooltip>Alarm HIHI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+              <maximum>500.0</maximum>
+            </widget>
+            <widget type="spinner" version="2.0.0">
+              <name>INP_HIGH</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_HI</pv_name>
+              <x>80</x>
+              <y>90</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <tooltip>Warning HIGH</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+              <maximum>500.0</maximum>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_HIGH</name>
+              <text>HIGH:</text>
+              <x>15</x>
+              <y>90</y>
+              <width>55</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_HIGH</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HI</pv_name>
+              <x>190</x>
+              <y>90</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value HIGH</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_LOW</name>
+              <text>LOW:</text>
+              <x>15</x>
+              <y>140</y>
+              <width>55</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_LOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_LO</pv_name>
+              <x>80</x>
+              <y>140</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <tooltip>Warning LOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+              <maximum>500.0</maximum>
+            </widget>
+            <widget type="textupdate" version="2.0.0">
+              <name>TU_FB_LOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LO</pv_name>
+              <x>190</x>
+              <y>140</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value LOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_LOLO</name>
+              <text>LOLO:</text>
+              <x>15</x>
+              <y>180</y>
+              <width>55</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_LOLO</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_LOLO</pv_name>
+              <x>80</x>
+              <y>180</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <tooltip>Alarm LOLO</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+              <maximum>500.0</maximum>
+            </widget>
+            <widget type="textupdate" version="2.0.0">
+              <name>TU_FB_LOLO</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LOLO</pv_name>
+              <x>190</x>
+              <y>180</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value LOLO</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>575</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_FreeRun</pv_name>
+            <text>FREERUN</text>
+            <x>15</x>
+            <y>616</y>
+            <width>200</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) &amp;&amp; (pv1 == 0)">
+                  <value>true</value>
+                </exp>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnableFreeRunBtn</pv_name>
+                <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+              </rule>
+            </rules>
+            <tooltip>Free run operation mode</tooltip>
+          </widget>
+          <widget type="action_button" version="3.0.0">
+            <name>BTN_FORCE</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_Force</pv_name>
+            <text>FORCE</text>
+            <x>220</x>
+            <y>616</y>
+            <width>200</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) &amp;&amp; (pv1 == 0)">
+                  <value>true</value>
+                </exp>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnableForcedBtn</pv_name>
+                <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+              </rule>
+            </rules>
+            <tooltip>FORCE operation mode</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>580</y>
+            <width>200</width>
+            <height>33</height>
+            <rules>
+              <rule name="VisibilityRule" prop_id="visible" out_exp="false">
+                <exp bool_exp="(pv0 == 0) &amp;&amp; (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="action_button" version="3.0.0">
+            <name>BTN_FORCE_APPLY</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_ForceVal</pv_name>
+            <text>APPLY VALUE</text>
+            <x>220</x>
+            <y>580</y>
+            <width>200</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) &amp;&amp; (pv1 == 0)">
+                  <value>true</value>
+                </exp>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</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>616</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) &amp;&amp; (pv1 == 0) &amp;&amp; (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="group" version="2.0.0">
+            <name>group.Cernox</name>
+            <x>318</x>
+            <y>322</y>
+            <height>249</height>
+            <style>3</style>
+            <widget type="rectangle" version="2.0.0">
+              <name>group.op.modes.border_1</name>
+              <width>300</width>
+              <height>238</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_1</name>
+              <x>5</x>
+              <y>35</y>
+              <width>290</width>
+              <height>195</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_Cernox</name>
+              <text>CABTR Channel</text>
+              <width>300</width>
+              <height>35</height>
+              <font>
+                <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.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>TT_Resistance</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Resistance</pv_name>
+              <x>118</x>
+              <y>56</y>
+              <width>156</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Resistance</name>
+              <text>Calc. Resist.</text>
+              <x>26</x>
+              <y>42</y>
+              <width>83</width>
+              <height>56</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_Curve</name>
+              <text>Calibration:</text>
+              <x>19</x>
+              <y>98</y>
+              <width>86</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>TT_FB_Curve</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_CalibrationCurve</pv_name>
+              <x>118</x>
+              <y>99</y>
+              <width>155</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Curve_1</name>
+              <text>Devicename:</text>
+              <x>13</x>
+              <y>140</y>
+              <width>91</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>TT_FB_Curve_1</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_DeviceName</pv_name>
+              <x>118</x>
+              <y>142</y>
+              <width>155</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Curve_3</name>
+              <text>Channel No.</text>
+              <x>17</x>
+              <y>184</y>
+              <width>86</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>TT_FB_Curve_3</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_CHNumber</pv_name>
+              <x>118</x>
+              <y>185</y>
+              <width>155</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+          </widget>
+        </children>
+      </tab>
+      <tab>
+        <name>Trend</name>
+        <children>
+          <widget type="databrowser" version="2.0.0">
+            <name>DataBrowser</name>
+            <file>AnalogTransmitter_Faceplate_Trend.plt</file>
+            <width>940</width>
+            <height>651</height>
+          </widget>
+        </children>
+      </tab>
+    </tabs>
+    <x>10</x>
+    <y>60</y>
+    <width>920</width>
+    <height>707</height>
+  </widget>
+  <widget type="rectangle" version="2.0.0">
+    <name>Header Bar</name>
+    <width>963</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="Liberation Sans" style="BOLD" size="22.0">
+      </font>
+    </font>
+    <vertical_alignment>1</vertical_alignment>
+  </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}:${DisDev}-${Index}:Lock(99)</pv_name>
+        <value>1</value>
+        <description>Run Lock script</description>
+      </action>
+    </actions>
+    <text>LOCK</text>
+    <x>850</x>
+    <y>10</y>
+    <width>90</width>
+    <rules>
+      <rule name="VisibilityRule" prop_id="visible" out_exp="false">
+        <exp bool_exp="(pv0 == 0) &amp;&amp; (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}:${DisDev}-${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);
+   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}:${DisDev}-${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>
+  <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>755</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) &amp;&amp; (pv1 == false) &amp;&amp; (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>
+</display>
diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate_CernoxTemperature.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate_CernoxTemperature.bob
new file mode 100644
index 0000000000000000000000000000000000000000..c2a6c8f7ca088af62cc8086d5ef5ac5d495a4f00
--- /dev/null
+++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate_CernoxTemperature.bob
@@ -0,0 +1,1697 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Analog_TRANSMITTER_Cernox_Faceplate</name>
+  <width>965</width>
+  <height>790</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="Liberation Sans" style="BOLD" size="18.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="label" version="2.0.0">
+              <name>LB_Status_Title</name>
+              <text>${WIDLabel}</text>
+              <x>10</x>
+              <y>200</y>
+              <width>280</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="label" version="2.0.0">
+              <name>LB_ForceText</name>
+              <text>Force:</text>
+              <x>15</x>
+              <y>245</y>
+              <width>55</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="textentry" version="3.0.0">
+              <name>INP_ForceValue</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_ForceValue</pv_name>
+              <x>80</x>
+              <y>245</y>
+              <height>30</height>
+              <font>
+                <font name="NORMAL-SANS-BOLD" family="Source Sans Pro" style="BOLD" size="16.0">
+                </font>
+              </font>
+              <precision>2</precision>
+              <show_units>false</show_units>
+              <rules>
+                <rule name="Enable" prop_id="enabled" out_exp="false">
+                  <exp bool_exp="(pv0 == 0) || (pv1 == 1)">
+                    <value>false</value>
+                  </exp>
+                  <exp bool_exp="(pv0 == 1) &amp;&amp; (pv1 == 0)">
+                    <value>true</value>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                  <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Force value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="textupdate" version="2.0.0">
+              <name>TU_FeedbackForceVal</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_ForceValue</pv_name>
+              <x>190</x>
+              <y>245</y>
+              <width>95</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) || (pv1 == 1)">
+                    <value>false</value>
+                  </exp>
+                  <exp bool_exp="(pv0 == 1) &amp;&amp; (pv1 == 0)">
+                    <value>true</value>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                  <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="meter" version="3.0.0">
+              <name>Gauge</name>
+              <x>14</x>
+              <y>44</y>
+              <width>270</width>
+              <height>162</height>
+              <rules>
+                <rule name="HIHI" prop_id="level_hihi" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HIHI</pv_name>
+                </rule>
+                <rule name="HI" prop_id="level_high" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HI</pv_name>
+                </rule>
+                <rule name="LO" prop_id="level_low" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LO</pv_name>
+                </rule>
+                <rule name="LOLO" prop_id="level_lolo" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LOLO</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Placeholder for 'Gauge' (gauge)</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="Liberation Sans" style="BOLD" size="18.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_FreeRun</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_FreeRun</pv_name>
+              <x>78</x>
+              <y>63</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <tooltip>Operation mode Freerun</tooltip>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_STAT_FREERUN</name>
+              <text>FREERUN</text>
+              <x>113</x>
+              <y>63</y>
+              <width>70</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_Forced</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+              <x>78</x>
+              <y>98</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <tooltip>Operation mode Forced</tooltip>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_STAT_FORCED_1</name>
+              <text>FORCED</text>
+              <x>113</x>
+              <y>98</y>
+              <width>70</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_1</name>
+              <text>MESSAGES</text>
+              <x>5</x>
+              <y>160</y>
+              <width>290</width>
+              <font>
+                <font name="Fine Print" family="Liberation Sans" style="REGULAR" size="12.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_InhibitForce</name>
+              <text>- Force mode inhibited</text>
+              <x>15</x>
+              <y>210</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>
+              <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}:Inhibit_Force</pv_name>
+                </rule>
+              </rules>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>MSG_LatchAlarm</name>
+              <text>- Alarms latching enabled</text>
+              <x>15</x>
+              <y>230</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>
+              <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}:LatchAlarm</pv_name>
+                </rule>
+              </rules>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>MSG_LatchAlarm_1</name>
+              <text>- Alarms latching disabled</text>
+              <x>15</x>
+              <y>230</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>
+              <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}:LatchAlarm</pv_name>
+                </rule>
+              </rules>
+            </widget>
+          </widget>
+          <widget type="group" version="2.0.0">
+            <name>group.alarms</name>
+            <x>630</x>
+            <y>10</y>
+            <height>557</height>
+            <style>3</style>
+            <widget type="rectangle" version="2.0.0">
+              <name>group.alarms.border</name>
+              <width>300</width>
+              <height>550</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>506</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_ALARMS</name>
+              <text>ALARMS</text>
+              <width>300</width>
+              <height>35</height>
+              <font>
+                <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.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="255" green="0" blue="0">
+                      </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="led" version="2.0.0">
+              <name>LED_ALM_Overrange</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Overrange</pv_name>
+              <x>55</x>
+              <y>50</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>Overrange</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_Overrange</name>
+              <text>Overrange</text>
+              <x>90</x>
+              <y>50</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_HIHI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:HIHI</pv_name>
+              <x>55</x>
+              <y>85</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>HIHI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_HIHI</name>
+              <text>HIHI</text>
+              <x>90</x>
+              <y>85</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_HI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:HI</pv_name>
+              <x>55</x>
+              <y>120</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="WARNING" red="252" green="242" blue="17">
+                </color>
+              </on_color>
+              <tooltip>HI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_HI</name>
+              <text>HI</text>
+              <x>90</x>
+              <y>120</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_LOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LO</pv_name>
+              <x>55</x>
+              <y>155</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="WARNING" red="252" green="242" blue="17">
+                </color>
+              </on_color>
+              <tooltip>LOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_LOW</name>
+              <text>LOW</text>
+              <x>90</x>
+              <y>155</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_LOWLOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LOLO</pv_name>
+              <x>55</x>
+              <y>190</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>LOWLOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_LOLO</name>
+              <text>LOWLOW</text>
+              <x>90</x>
+              <y>190</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_Underrange</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Underrange</pv_name>
+              <x>55</x>
+              <y>225</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>Underrange</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_Underrange</name>
+              <text>Underrange</text>
+              <x>90</x>
+              <y>225</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_IO_error</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:DigitalInp_IO_Error</pv_name>
+              <x>55</x>
+              <y>260</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </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_IO_Error</name>
+              <text>Digital Input Error</text>
+              <x>90</x>
+              <y>260</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_Module_Error</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Module_Error</pv_name>
+              <x>55</x>
+              <y>328</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>Siemens Module Error</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_Module_Error</name>
+              <text>Siemens Module Error</text>
+              <x>90</x>
+              <y>328</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_IO_error_1</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:AnalogInp_IO_Error</pv_name>
+              <x>55</x>
+              <y>294</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </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_IO_Error_1</name>
+              <text>Analog Input Error</text>
+              <x>90</x>
+              <y>294</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>
+          <widget type="group" version="2.0.0">
+            <name>group.limits</name>
+            <x>10</x>
+            <y>320</y>
+            <height>246</height>
+            <style>3</style>
+            <widget type="rectangle" version="2.0.0">
+              <name>group.limits.border</name>
+              <width>300</width>
+              <height>239</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.limits.background</name>
+              <x>5</x>
+              <y>35</y>
+              <width>290</width>
+              <height>196</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_Limits</name>
+              <text>LIMITS</text>
+              <width>300</width>
+              <height>35</height>
+              <font>
+                <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.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="label" version="2.0.0">
+              <name>LB_HIHI</name>
+              <text>HIHI:</text>
+              <x>15</x>
+              <y>50</y>
+              <width>55</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_HIHI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HIHI</pv_name>
+              <x>190</x>
+              <y>50</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value HIHI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="spinner" version="2.0.0">
+              <name>INP_HIHI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_HIHI</pv_name>
+              <x>80</x>
+              <y>50</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <rules>
+                <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                </rule>
+                <rule name="MaximumRule" prop_id="maximum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleHIGH</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Alarm HIHI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="spinner" version="2.0.0">
+              <name>INP_HIGH</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_HI</pv_name>
+              <x>80</x>
+              <y>90</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <rules>
+                <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                </rule>
+                <rule name="MaximumRule" prop_id="maximum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleHIGH</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Warning HIGH</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_HIGH</name>
+              <text>HIGH:</text>
+              <x>15</x>
+              <y>90</y>
+              <width>55</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_HIGH</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HI</pv_name>
+              <x>190</x>
+              <y>90</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value HIGH</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_LOW</name>
+              <text>LOW:</text>
+              <x>15</x>
+              <y>140</y>
+              <width>55</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_LOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_LO</pv_name>
+              <x>80</x>
+              <y>140</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <rules>
+                <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                </rule>
+                <rule name="MaximumRule" prop_id="maximum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleHIGH</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Warning LOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="textupdate" version="2.0.0">
+              <name>TU_FB_LOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LO</pv_name>
+              <x>190</x>
+              <y>140</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value LOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_LOLO</name>
+              <text>LOLO:</text>
+              <x>15</x>
+              <y>180</y>
+              <width>55</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_LOLO</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_LOLO</pv_name>
+              <x>80</x>
+              <y>180</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <rules>
+                <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                </rule>
+                <rule name="MaximumRule" prop_id="maximum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleHIGH</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Alarm LOLO</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="textupdate" version="2.0.0">
+              <name>TU_FB_LOLO</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LOLO</pv_name>
+              <x>190</x>
+              <y>180</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value LOLO</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>575</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_FreeRun</pv_name>
+            <text>FREERUN</text>
+            <x>15</x>
+            <y>616</y>
+            <width>200</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) &amp;&amp; (pv1 == 0)">
+                  <value>true</value>
+                </exp>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnableFreeRunBtn</pv_name>
+                <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+              </rule>
+            </rules>
+            <tooltip>Free run operation mode</tooltip>
+          </widget>
+          <widget type="action_button" version="3.0.0">
+            <name>BTN_FORCE</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_Force</pv_name>
+            <text>FORCE</text>
+            <x>220</x>
+            <y>616</y>
+            <width>200</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) &amp;&amp; (pv1 == 0)">
+                  <value>true</value>
+                </exp>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnableForcedBtn</pv_name>
+                <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+              </rule>
+            </rules>
+            <tooltip>FORCE operation mode</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>580</y>
+            <width>200</width>
+            <height>33</height>
+            <rules>
+              <rule name="VisibilityRule" prop_id="visible" out_exp="false">
+                <exp bool_exp="(pv0 == 0) &amp;&amp; (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="action_button" version="3.0.0">
+            <name>BTN_FORCE_APPLY</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_ForceVal</pv_name>
+            <text>APPLY VALUE</text>
+            <x>220</x>
+            <y>580</y>
+            <width>200</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) &amp;&amp; (pv1 == 0)">
+                  <value>true</value>
+                </exp>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</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>616</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) &amp;&amp; (pv1 == 0) &amp;&amp; (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="group" version="2.0.0">
+            <name>group.Cernox</name>
+            <x>318</x>
+            <y>322</y>
+            <height>249</height>
+            <style>3</style>
+            <widget type="rectangle" version="2.0.0">
+              <name>group.op.modes.border_1</name>
+              <width>300</width>
+              <height>238</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_1</name>
+              <x>5</x>
+              <y>35</y>
+              <width>290</width>
+              <height>195</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_Cernox</name>
+              <text>Cernox</text>
+              <width>300</width>
+              <height>35</height>
+              <font>
+                <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.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="text-symbol" version="2.0.0">
+              <name>Text Symbol</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Range</pv_name>
+              <symbols>
+                <symbol>N/A</symbol>
+                <symbol>Range1: </symbol>
+                <symbol>Range2:</symbol>
+                <symbol>Range3: </symbol>
+                <symbol>Range4: out of range</symbol>
+              </symbols>
+              <x>109</x>
+              <y>35</y>
+              <width>158</width>
+              <height>30</height>
+              <font>
+                <font family="Source Sans Pro" style="BOLD" size="16.0">
+                </font>
+              </font>
+              <horizontal_alignment>0</horizontal_alignment>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_range</name>
+              <text>Range:</text>
+              <x>25</x>
+              <y>34</y>
+              <width>70</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>TT_Resistance</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Resistance</pv_name>
+              <x>110</x>
+              <y>67</y>
+              <width>156</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Resistance</name>
+              <text>Calc. Resist.</text>
+              <x>17</x>
+              <y>51</y>
+              <width>83</width>
+              <height>56</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_Current</name>
+              <text>Current:</text>
+              <x>13</x>
+              <y>94</y>
+              <width>83</width>
+              <height>37</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>TT_Current</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Current</pv_name>
+              <x>109</x>
+              <y>100</y>
+              <width>156</width>
+              <height>25</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Curve</name>
+              <text>Serial nr.</text>
+              <x>29</x>
+              <y>130</y>
+              <width>67</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>TT_FB_Curve</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_SerialNumber</pv_name>
+              <x>110</x>
+              <y>133</y>
+              <width>155</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Curve_1</name>
+              <text>Device</text>
+              <x>37</x>
+              <y>166</y>
+              <width>55</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>TT_FB_Curve_1</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_DeviceName</pv_name>
+              <x>108</x>
+              <y>166</y>
+              <width>155</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Curve_2</name>
+              <text>Plug nr.</text>
+              <x>40</x>
+              <y>199</y>
+              <width>55</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>TT_FB_Curve_2</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_PlugNumber</pv_name>
+              <x>109</x>
+              <y>200</y>
+              <width>155</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+          </widget>
+        </children>
+      </tab>
+      <tab>
+        <name>Trend</name>
+        <children>
+          <widget type="databrowser" version="2.0.0">
+            <name>DataBrowser</name>
+            <file>AnalogTransmitter_Faceplate_Trend.plt</file>
+            <width>940</width>
+            <height>651</height>
+          </widget>
+        </children>
+      </tab>
+    </tabs>
+    <x>10</x>
+    <y>60</y>
+    <width>920</width>
+    <height>707</height>
+  </widget>
+  <widget type="rectangle" version="2.0.0">
+    <name>Header Bar</name>
+    <width>963</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="Liberation Sans" style="BOLD" size="22.0">
+      </font>
+    </font>
+    <vertical_alignment>1</vertical_alignment>
+  </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}:${DisDev}-${Index}:Lock(99)</pv_name>
+        <value>1</value>
+        <description>Run Lock script</description>
+      </action>
+    </actions>
+    <text>LOCK</text>
+    <x>850</x>
+    <y>10</y>
+    <width>90</width>
+    <rules>
+      <rule name="VisibilityRule" prop_id="visible" out_exp="false">
+        <exp bool_exp="(pv0 == 0) &amp;&amp; (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}:${DisDev}-${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);
+   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}:${DisDev}-${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>
+  <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>755</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) &amp;&amp; (pv1 == false) &amp;&amp; (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>
+</display>
diff --git a/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate_Pt100_Temperature.bob b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate_Pt100_Temperature.bob
new file mode 100644
index 0000000000000000000000000000000000000000..8deef38de5a858e2510bf22084fd3a9e610f4e5e
--- /dev/null
+++ b/NON-APPROVED/ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_Faceplate_Pt100_Temperature.bob
@@ -0,0 +1,1697 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Analog_TRANSMITTER_Pt100_Faceplate</name>
+  <width>965</width>
+  <height>780</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="Liberation Sans" style="BOLD" size="18.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="label" version="2.0.0">
+              <name>LB_Status_Title</name>
+              <text>${WIDLabel}</text>
+              <x>10</x>
+              <y>200</y>
+              <width>280</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="label" version="2.0.0">
+              <name>LB_ForceText</name>
+              <text>Force:</text>
+              <x>15</x>
+              <y>245</y>
+              <width>55</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="textentry" version="3.0.0">
+              <name>INP_ForceValue</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_ForceValue</pv_name>
+              <x>80</x>
+              <y>245</y>
+              <height>30</height>
+              <font>
+                <font name="NORMAL-SANS-BOLD" family="Source Sans Pro" style="BOLD" size="16.0">
+                </font>
+              </font>
+              <precision>2</precision>
+              <show_units>false</show_units>
+              <rules>
+                <rule name="Enable" prop_id="enabled" out_exp="false">
+                  <exp bool_exp="(pv0 == 0) || (pv1 == 1)">
+                    <value>false</value>
+                  </exp>
+                  <exp bool_exp="(pv0 == 1) &amp;&amp; (pv1 == 0)">
+                    <value>true</value>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                  <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Force value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="textupdate" version="2.0.0">
+              <name>TU_FeedbackForceVal</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_ForceValue</pv_name>
+              <x>190</x>
+              <y>245</y>
+              <width>95</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) || (pv1 == 1)">
+                    <value>false</value>
+                  </exp>
+                  <exp bool_exp="(pv0 == 1) &amp;&amp; (pv1 == 0)">
+                    <value>true</value>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                  <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="meter" version="3.0.0">
+              <name>Gauge</name>
+              <x>14</x>
+              <y>44</y>
+              <width>270</width>
+              <height>162</height>
+              <rules>
+                <rule name="HIHI" prop_id="level_hihi" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HIHI</pv_name>
+                </rule>
+                <rule name="HI" prop_id="level_high" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HI</pv_name>
+                </rule>
+                <rule name="LO" prop_id="level_low" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LO</pv_name>
+                </rule>
+                <rule name="LOLO" prop_id="level_lolo" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LOLO</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Placeholder for 'Gauge' (gauge)</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="Liberation Sans" style="BOLD" size="18.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_FreeRun</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_FreeRun</pv_name>
+              <x>78</x>
+              <y>63</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <tooltip>Operation mode Freerun</tooltip>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_STAT_FREERUN</name>
+              <text>FREERUN</text>
+              <x>113</x>
+              <y>63</y>
+              <width>70</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_Forced</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+              <x>78</x>
+              <y>98</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <tooltip>Operation mode Forced</tooltip>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_STAT_FORCED_1</name>
+              <text>FORCED</text>
+              <x>113</x>
+              <y>98</y>
+              <width>70</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_1</name>
+              <text>MESSAGES</text>
+              <x>5</x>
+              <y>160</y>
+              <width>290</width>
+              <font>
+                <font name="Fine Print" family="Liberation Sans" style="REGULAR" size="12.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_InhibitForce</name>
+              <text>- Force mode inhibited</text>
+              <x>15</x>
+              <y>210</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>
+              <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}:Inhibit_Force</pv_name>
+                </rule>
+              </rules>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>MSG_LatchAlarm</name>
+              <text>- Alarms latching enabled</text>
+              <x>15</x>
+              <y>230</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>
+              <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}:LatchAlarm</pv_name>
+                </rule>
+              </rules>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>MSG_LatchAlarm_1</name>
+              <text>- Alarms latching disabled</text>
+              <x>15</x>
+              <y>230</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>
+              <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}:LatchAlarm</pv_name>
+                </rule>
+              </rules>
+            </widget>
+          </widget>
+          <widget type="group" version="2.0.0">
+            <name>group.alarms</name>
+            <x>630</x>
+            <y>10</y>
+            <height>557</height>
+            <style>3</style>
+            <widget type="rectangle" version="2.0.0">
+              <name>group.alarms.border</name>
+              <width>300</width>
+              <height>550</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>506</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_ALARMS</name>
+              <text>ALARMS</text>
+              <width>300</width>
+              <height>35</height>
+              <font>
+                <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.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="255" green="0" blue="0">
+                      </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="led" version="2.0.0">
+              <name>LED_ALM_Overrange</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Overrange</pv_name>
+              <x>55</x>
+              <y>50</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>Overrange</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_Overrange</name>
+              <text>Overrange</text>
+              <x>90</x>
+              <y>50</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_HIHI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:HIHI</pv_name>
+              <x>55</x>
+              <y>85</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>HIHI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_HIHI</name>
+              <text>HIHI</text>
+              <x>90</x>
+              <y>85</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_HI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:HI</pv_name>
+              <x>55</x>
+              <y>120</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="WARNING" red="252" green="242" blue="17">
+                </color>
+              </on_color>
+              <tooltip>HI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_HI</name>
+              <text>HI</text>
+              <x>90</x>
+              <y>120</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_LOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LO</pv_name>
+              <x>55</x>
+              <y>155</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="WARNING" red="252" green="242" blue="17">
+                </color>
+              </on_color>
+              <tooltip>LOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_LOW</name>
+              <text>LOW</text>
+              <x>90</x>
+              <y>155</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_LOWLOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:LOLO</pv_name>
+              <x>55</x>
+              <y>190</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>LOWLOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_LOLO</name>
+              <text>LOWLOW</text>
+              <x>90</x>
+              <y>190</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_Underrange</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Underrange</pv_name>
+              <x>55</x>
+              <y>225</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>Underrange</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_Underrange</name>
+              <text>Underrange</text>
+              <x>90</x>
+              <y>225</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_IO_error</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:DigitalInp_IO_Error</pv_name>
+              <x>55</x>
+              <y>260</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </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_IO_Error</name>
+              <text>Digital Input Error</text>
+              <x>90</x>
+              <y>260</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_Module_Error</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Module_Error</pv_name>
+              <x>55</x>
+              <y>328</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </color>
+              </on_color>
+              <tooltip>Siemens Module Error</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_ALM_Module_Error</name>
+              <text>Siemens Module Error</text>
+              <x>90</x>
+              <y>328</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_IO_error_1</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:AnalogInp_IO_Error</pv_name>
+              <x>55</x>
+              <y>294</y>
+              <width>25</width>
+              <height>25</height>
+              <off_color>
+                <color name="Grid" red="128" green="128" blue="128">
+                </color>
+              </off_color>
+              <on_color>
+                <color name="MAJOR" red="255" green="0" blue="0">
+                </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_IO_Error_1</name>
+              <text>Analog Input Error</text>
+              <x>90</x>
+              <y>294</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>
+          <widget type="group" version="2.0.0">
+            <name>group.limits</name>
+            <x>10</x>
+            <y>320</y>
+            <height>246</height>
+            <style>3</style>
+            <widget type="rectangle" version="2.0.0">
+              <name>group.limits.border</name>
+              <width>300</width>
+              <height>239</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.limits.background</name>
+              <x>5</x>
+              <y>35</y>
+              <width>290</width>
+              <height>196</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_Limits</name>
+              <text>LIMITS</text>
+              <width>300</width>
+              <height>35</height>
+              <font>
+                <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.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="label" version="2.0.0">
+              <name>LB_HIHI</name>
+              <text>HIHI:</text>
+              <x>15</x>
+              <y>50</y>
+              <width>55</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_HIHI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HIHI</pv_name>
+              <x>190</x>
+              <y>50</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value HIHI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="spinner" version="2.0.0">
+              <name>INP_HIHI</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_HIHI</pv_name>
+              <x>80</x>
+              <y>50</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <rules>
+                <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                </rule>
+                <rule name="MaximumRule" prop_id="maximum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleHIGH</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Alarm HIHI</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="spinner" version="2.0.0">
+              <name>INP_HIGH</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_HI</pv_name>
+              <x>80</x>
+              <y>90</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <rules>
+                <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                </rule>
+                <rule name="MaximumRule" prop_id="maximum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleHIGH</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Warning HIGH</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_HIGH</name>
+              <text>HIGH:</text>
+              <x>15</x>
+              <y>90</y>
+              <width>55</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_HIGH</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_HI</pv_name>
+              <x>190</x>
+              <y>90</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value HIGH</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_LOW</name>
+              <text>LOW:</text>
+              <x>15</x>
+              <y>140</y>
+              <width>55</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_LOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_LO</pv_name>
+              <x>80</x>
+              <y>140</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <rules>
+                <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                </rule>
+                <rule name="MaximumRule" prop_id="maximum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleHIGH</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Warning LOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="textupdate" version="2.0.0">
+              <name>TU_FB_LOW</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LO</pv_name>
+              <x>190</x>
+              <y>140</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value LOW</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_LOLO</name>
+              <text>LOLO:</text>
+              <x>15</x>
+              <y>180</y>
+              <width>55</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_LOLO</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:P_Limit_LOLO</pv_name>
+              <x>80</x>
+              <y>180</y>
+              <height>30</height>
+              <format>0</format>
+              <precision>2</precision>
+              <rules>
+                <rule name="MinimumRule" prop_id="minimum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleLOW</pv_name>
+                </rule>
+                <rule name="MaximumRule" prop_id="maximum" out_exp="true">
+                  <exp bool_exp="true">
+                    <expression>pv0</expression>
+                  </exp>
+                  <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:ScaleHIGH</pv_name>
+                </rule>
+              </rules>
+              <tooltip>Alarm LOLO</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="textupdate" version="2.0.0">
+              <name>TU_FB_LOLO</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_Limit_LOLO</pv_name>
+              <x>190</x>
+              <y>180</y>
+              <width>95</width>
+              <height>30</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback value LOLO</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>575</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_FreeRun</pv_name>
+            <text>FREERUN</text>
+            <x>15</x>
+            <y>616</y>
+            <width>200</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) &amp;&amp; (pv1 == 0)">
+                  <value>true</value>
+                </exp>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnableFreeRunBtn</pv_name>
+                <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+              </rule>
+            </rules>
+            <tooltip>Free run operation mode</tooltip>
+          </widget>
+          <widget type="action_button" version="3.0.0">
+            <name>BTN_FORCE</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_Force</pv_name>
+            <text>FORCE</text>
+            <x>220</x>
+            <y>616</y>
+            <width>200</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) &amp;&amp; (pv1 == 0)">
+                  <value>true</value>
+                </exp>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:EnableForcedBtn</pv_name>
+                <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</pv_name>
+              </rule>
+            </rules>
+            <tooltip>FORCE operation mode</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>580</y>
+            <width>200</width>
+            <height>33</height>
+            <rules>
+              <rule name="VisibilityRule" prop_id="visible" out_exp="false">
+                <exp bool_exp="(pv0 == 0) &amp;&amp; (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="action_button" version="3.0.0">
+            <name>BTN_FORCE_APPLY</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_ForceVal</pv_name>
+            <text>APPLY VALUE</text>
+            <x>220</x>
+            <y>580</y>
+            <width>200</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) &amp;&amp; (pv1 == 0)">
+                  <value>true</value>
+                </exp>
+                <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:OpMode_Forced</pv_name>
+                <pv_name>loc://${SecSub}:${Dis}-${Dev}-${Index}:EnaForceUnlock</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>616</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) &amp;&amp; (pv1 == 0) &amp;&amp; (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="group" version="2.0.0">
+            <name>group.Cernox</name>
+            <x>318</x>
+            <y>322</y>
+            <height>249</height>
+            <style>3</style>
+            <widget type="rectangle" version="2.0.0">
+              <name>group.op.modes.border_1</name>
+              <width>300</width>
+              <height>238</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_1</name>
+              <x>5</x>
+              <y>35</y>
+              <width>290</width>
+              <height>195</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_Pt100</name>
+              <text>Pt100</text>
+              <width>300</width>
+              <height>35</height>
+              <font>
+                <font name="Header 2" family="Liberation Sans" style="BOLD" size="18.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="text-symbol" version="2.0.0">
+              <name>Text Symbol</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Range</pv_name>
+              <symbols>
+                <symbol>PR Conditioner</symbol>
+                <symbol>Range1</symbol>
+                <symbol>Range2</symbol>
+                <symbol>Range3</symbol>
+                <symbol>Range4:29.28K-120K</symbol>
+              </symbols>
+              <x>109</x>
+              <y>35</y>
+              <width>158</width>
+              <height>30</height>
+              <font>
+                <font family="Source Sans Pro" style="BOLD" size="16.0">
+                </font>
+              </font>
+              <horizontal_alignment>0</horizontal_alignment>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_range</name>
+              <text>Range:</text>
+              <x>25</x>
+              <y>34</y>
+              <width>70</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>TT_Resistance</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Resistance</pv_name>
+              <x>110</x>
+              <y>67</y>
+              <width>156</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Resistance</name>
+              <text>Calc. Resist.</text>
+              <x>17</x>
+              <y>51</y>
+              <width>83</width>
+              <height>56</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_Current</name>
+              <text>Current:</text>
+              <x>13</x>
+              <y>94</y>
+              <width>83</width>
+              <height>37</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>TT_Current</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:Current</pv_name>
+              <x>109</x>
+              <y>100</y>
+              <width>156</width>
+              <height>25</height>
+              <precision>2</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Curve</name>
+              <text>Serial nr.</text>
+              <x>29</x>
+              <y>130</y>
+              <width>67</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>TT_FB_Curve</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_SerialNumber</pv_name>
+              <x>110</x>
+              <y>133</y>
+              <width>155</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Curve_1</name>
+              <text>Device</text>
+              <x>37</x>
+              <y>166</y>
+              <width>55</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>TT_FB_Curve_1</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_DeviceName</pv_name>
+              <x>108</x>
+              <y>166</y>
+              <width>155</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+            <widget type="label" version="2.0.0">
+              <name>LB_Curve_2</name>
+              <text>Plug nr.</text>
+              <x>40</x>
+              <y>199</y>
+              <width>55</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>TT_FB_Curve_2</name>
+              <pv_name>${SecSub}:${Dis}-${Dev}-${Index}:FB_PlugNumber</pv_name>
+              <x>109</x>
+              <y>200</y>
+              <width>155</width>
+              <height>25</height>
+              <precision>0</precision>
+              <vertical_alignment>1</vertical_alignment>
+              <tooltip>Feedback force Value</tooltip>
+              <border_alarm_sensitive>false</border_alarm_sensitive>
+            </widget>
+          </widget>
+        </children>
+      </tab>
+      <tab>
+        <name>Trend</name>
+        <children>
+          <widget type="databrowser" version="2.0.0">
+            <name>DataBrowser</name>
+            <file>AnalogTransmitter_Faceplate_Trend.plt</file>
+            <width>940</width>
+            <height>651</height>
+          </widget>
+        </children>
+      </tab>
+    </tabs>
+    <x>10</x>
+    <y>60</y>
+    <width>943</width>
+    <height>707</height>
+  </widget>
+  <widget type="rectangle" version="2.0.0">
+    <name>Header Bar</name>
+    <width>963</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="Liberation Sans" style="BOLD" size="22.0">
+      </font>
+    </font>
+    <vertical_alignment>1</vertical_alignment>
+  </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}:${DisDev}-${Index}:Lock(99)</pv_name>
+        <value>1</value>
+        <description>Run Lock script</description>
+      </action>
+    </actions>
+    <text>LOCK</text>
+    <x>850</x>
+    <y>10</y>
+    <width>90</width>
+    <rules>
+      <rule name="VisibilityRule" prop_id="visible" out_exp="false">
+        <exp bool_exp="(pv0 == 0) &amp;&amp; (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}:${DisDev}-${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);
+   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}:${DisDev}-${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>
+  <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>755</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) &amp;&amp; (pv1 == false) &amp;&amp; (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>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/4K_limits_basic.sh b/NON-APPROVED/TS2/ts2-cryomodule/4K_limits_basic.sh
new file mode 100644
index 0000000000000000000000000000000000000000..1773df1b90076867389f6fb9d5cb367657b98240
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/4K_limits_basic.sh
@@ -0,0 +1,398 @@
+#Very stupid script to set limits through CS_Studio
+#Add caput and remove = ; for shell-script
+#Ex: caput TS2-010CDL:Cryo-TE-82305.P_Limit_HIHI 300
+
+#Temperature Limits
+
+# Cernox in helium supply branch line in Jumper Connection - TT05 in CM-P&ID
+TS2-010CDL:Cryo-TE-82305.P_Limit_HIHI = 300;	
+TS2-010CDL:Cryo-TE-82305.P_Limit_HI = 300;
+TS2-010CDL:Cryo-TE-82305.P_Limit_LO = 4;
+TS2-010CDL:Cryo-TE-82305.P_Limit_LOLO = 4;
+
+# Cernox in VLP branch line in Jumper Connection - TT06 in CM-P&ID
+TS2-010CDL:Cryo-TE-82306.P_Limit_HIHI = 300;
+TS2-010CDL:Cryo-TE-82306.P_Limit_HI = 300;
+TS2-010CDL:Cryo-TE-82306.P_Limit_LO = 4;
+TS2-010CDL:Cryo-TE-82306.P_Limit_LOLO = 4;
+	
+# Cernox in helium supply line at the interface to the cold box
+TS2-010CDL:Cryo-TE-82311.P_Limit_HIHI = 300;
+TS2-010CDL:Cryo-TE-82311.P_Limit_HI = 300;
+TS2-010CDL:Cryo-TE-82311.P_Limit_LO = 4;
+TS2-010CDL:Cryo-TE-82311.P_Limit_LOLO = 4;
+
+# Cernox in VLP line at the interface to the cold box	
+TS2-010CDL:Cryo-TE-82312.P_Limit_HIHI = 300;
+TS2-010CDL:Cryo-TE-82312.P_Limit_HI = 300;
+TS2-010CDL:Cryo-TE-82312.P_Limit_LO = 4;	
+TS2-010CDL:Cryo-TE-82312.P_Limit_LOLO = 4;
+
+# PT1000 in TS supply line at the interface to the cold box
+TS2-010CDL:Cryo-TE-82313.P_Limit_HIHI = 300;
+TS2-010CDL:Cryo-TE-82313.P_Limit_HI = 300;
+TS2-010CDL:Cryo-TE-82313.P_Limit_LO = 4;
+TS2-010CDL:Cryo-TE-82313.P_Limit_LOLO = 4;
+
+# PT1000 in TS return line at the interface to the cold box
+TS2-010CDL:Cryo-TE-82314.P_Limit_HIHI = 300;
+TS2-010CDL:Cryo-TE-82314.P_Limit_HI = 300;
+TS2-010CDL:Cryo-TE-82314.P_Limit_LO = 4;
+TS2-010CDL:Cryo-TE-82314.P_Limit_LOLO = 4;
+
+# PT1000 in TS supply branch line in Jumper Connection - TT60 in CM-P&ID	
+TS2-010CDL:Cryo-TE-82360.P_Limit_HIHI = 300;
+TS2-010CDL:Cryo-TE-82360.P_Limit_HI = 300;
+TS2-010CDL:Cryo-TE-82360.P_Limit_LO = 4;
+TS2-010CDL:Cryo-TE-82360.P_Limit_LOLO = 4;
+
+# PT1000 in TS return branch line in Jumper Connection - TT65 in CM-P&ID	
+TS2-010CDL:Cryo-TE-82365.P_Limit_HIHI = 300;
+TS2-010CDL:Cryo-TE-82365.P_Limit_HI = 300;
+TS2-010CDL:Cryo-TE-82365.P_Limit_LO = 4;
+TS2-010CDL:Cryo-TE-82365.P_Limit_LOLO = 4;
+
+# Cernox in helium manifold supply, jumper opposide side	
+TS2-010CRM:Cryo-TE-001.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-001.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-001.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-001.P_Limit_LOLO = 4;	
+
+# Cernox in helium manifold supply, jumper opposide side
+TS2-010CRM:Cryo-TE-002.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-002.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-002.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-002.P_Limit_LOLO = 4;
+
+# Cernox in helium manifold supply, jumper opposide side
+TS2-010CRM:Cryo-TE-003.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-003.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-003.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-003.P_Limit_LOLO = 4;
+
+# CERNOX in Diphasic line	
+TS2-010CRM:Cryo-TE-007.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-007.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-007.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-007.P_Limit_LOLO = 4;
+	
+# CERNOX in Diphasic line
+TS2-010CRM:Cryo-TE-008.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-008.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-008.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-008.P_Limit_LOLO = 4;
+
+# CERNOX in Diphasic line
+TS2-010CRM:Cryo-TE-009.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-009.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-009.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-009.P_Limit_LOLO = 4;
+
+# Cernox in helium manifold to he tank, cavity 1
+TS2-010CRM:Cryo-TE-010.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-010.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-010.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-010.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, cavity 1 - ECCTD only
+TS2-010CRM:Cryo-TE-011.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-011.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-011.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-011.P_Limit_LOLO = 4;
+
+# Cernox in Power Coupler doble wall cooling supply, cavity 1
+TS2-010CRM:Cryo-TE-012.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-012.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-012.P_Limit_LO = 4;		
+TS2-010CRM:Cryo-TE-012.P_Limit_LOLO = 4;	
+
+# PT100 in Power Coupler, double wall cooling return, cavity 1
+TS2-010CRM:Cryo-TE-013.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-013.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-013.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-013.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, double wall cooling window coupler side, cavity 1
+TS2-010CRM:Cryo-TE-014.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-014.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-014.P_Limit_LO = 4;	
+TS2-010CRM:Cryo-TE-014.P_Limit_LOLO = 4;	
+
+# PT100 in Power Coupler, double wall cooling return, cavity 1
+TS2-010CRM:Cryo-TE-015.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-015.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-015.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-015.P_Limit_LOLO = 4;
+
+# Cernox in cold tuning system, cavity 1
+TS2-010CRM:Cryo-TE-018.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-018.P_Limit_HI = 300;			
+TS2-010CRM:Cryo-TE-018.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-018.P_Limit_LOLO = 4;
+
+# Cernox in helium tank bottom, cavity 1
+TS2-010CRM:Cryo-TE-019.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-019.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-019.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-019.P_Limit_LOLO = 4;
+
+# Cernox in helium manifold to he tank, cavity 2	
+TS2-010CRM:Cryo-TE-020.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-020.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-020.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-020.P_Limit_LOLO = 4;	
+
+# PT100 in Power Coupler, cavity 2 - ECCTD only
+TS2-010CRM:Cryo-TE-021.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-021.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-021.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-021.P_Limit_LOLO = 4;
+
+# Cernox in Power Coupler doble wall cooling supply, cavity 2 - ECCTD only
+TS2-010CRM:Cryo-TE-022.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-022.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-022.P_Limit_LO = 4;	
+TS2-010CRM:Cryo-TE-022.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, double wall cooling return, cavity 2
+TS2-010CRM:Cryo-TE-023.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-023.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-023.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-023.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, double wall cooling window coupler side, cavity 2
+TS2-010CRM:Cryo-TE-024.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-024.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-024.P_Limit_LO = 4;	
+TS2-010CRM:Cryo-TE-024.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, double wall cooling return, cavity 2
+TS2-010CRM:Cryo-TE-025.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-025.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-025.P_Limit_LO = 4;	
+TS2-010CRM:Cryo-TE-025.P_Limit_LOLO = 4;
+
+# Cernox in cold tuning system, cavity 2 - ECCTD only
+TS2-010CRM:Cryo-TE-028.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-028.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-028.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-028.P_Limit_LOLO = 4;
+
+# Cernox in helium tank bottom, cavity 2
+TS2-010CRM:Cryo-TE-029.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-029.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-029.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-029.P_Limit_LOLO = 4;
+
+# Cernox in helium manifold to he tank, cavity 3
+TS2-010CRM:Cryo-TE-030.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-030.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-030.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-030.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, cavity 3 - ECCTD only
+TS2-010CRM:Cryo-TE-031.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-031.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-031.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-031.P_Limit_LOLO = 4;
+
+# Cernox in Power Coupler doble wall cooling supply, cavity 3 - ECCTD only
+TS2-010CRM:Cryo-TE-032.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-032.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-032.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-032.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, double wall cooling return, cavity 3
+TS2-010CRM:Cryo-TE-033.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-033.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-033.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-033.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, double wall cooling window, coupler side cavity 3
+TS2-010CRM:Cryo-TE-034.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-034.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-034.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-034.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, double wall cooling return, cavity 3
+TS2-010CRM:Cryo-TE-035.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-035.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-035.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-035.P_Limit_LOLO = 4;
+
+# Cernox in cold tuning system, cavity 3 - ECCTD only
+TS2-010CRM:Cryo-TE-038.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-038.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-038.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-038.P_Limit_LOLO = 4;
+
+# Cernox in helium tank bottom, cavity 3
+TS2-010CRM:Cryo-TE-039.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-039.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-039.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-039.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, cavity 4 - ECCTD only
+TS2-010CRM:Cryo-TE-041.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-041.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-041.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-041.P_Limit_LOLO = 4;
+
+# Cernox in Power Coupler doble wall cooling supply, cavity 4 - ECCTD only
+TS2-010CRM:Cryo-TE-042.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-042.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-042.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-042.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, double wall cooling return, cavity 4
+TS2-010CRM:Cryo-TE-043.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-043.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-043.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-043.P_Limit_LOLO = 4;
+
+# PT100 in Power Coupler, double wall cooling window, coupler side cavity 4
+TS2-010CRM:Cryo-TE-044.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-044.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-044.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-044
+
+# PT100 in Power Coupler, double wall cooling return, cavity 4
+TS2-010CRM:Cryo-TE-045.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-045.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-045.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-045.P_Limit_LOLO = 4;
+
+# Cernox in cold tuning system, cavity 4 - ECCTD only
+TS2-010CRM:Cryo-TE-048.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-048.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-048.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-048.P_Limit_LOLO = 4;
+
+# Cernox in helium tank bottom, cavity 4
+TS2-010CRM:Cryo-TE-049.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-049.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-049.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-049.P_Limit_LOLO = 4;
+
+# PT100 in space frame jumper opposite side
+TS2-010CRM:Cryo-TE-050.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-050.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-050.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-050.P_Limit_LOLO = 4;
+
+# PT100 in space frame jumper opposite side - ECCTD only
+TS2-010CRM:Cryo-TE-051.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-051.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-051.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-051.P_Limit_LOLO = 4;
+
+# PT100 in space frame jumper opposite side - ECCTD only
+TS2-010CRM:Cryo-TE-052.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-052.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-052.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-052.P_Limit_LOLO = 4;
+
+# PT100 in space frame jumper side - ECCTD only
+TS2-010CRM:Cryo-TE-053.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-053.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-053.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-053.P_Limit_LOLO = 4;
+
+# PT100 in space frame jumper side - ECCTD only
+TS2-010CRM:Cryo-TE-054.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-054.P_Limit_HI = 300;		
+TS2-010CRM:Cryo-TE-054.P_Limit_LO = 4;	
+TS2-010CRM:Cryo-TE-054	
+
+# PT100 in space frame jumper side - ECCTD only
+TS2-010CRM:Cryo-TE-055.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-055.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-055.P_Limit_LO = 4;	
+TS2-010CRM:Cryo-TE-055.P_Limit_LOLO = 4;	
+
+# Cernox in magnet shield jumper side - ECCTD only
+TS2-010CRM:Cryo-TE-056.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-056.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-056.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-056.P_Limit_LOLO = 4;
+
+# Cernox in magnet shield jumper side - ECCTD only
+TS2-010CRM:Cryo-TE-057.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-057.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-057.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-057.P_Limit_LOLO = 4;
+
+# PT100 in Thermal shield cooling supply jumper side - ECCTD only
+TS2-010CRM:Cryo-TE-061.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-061.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-061.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-061.P_Limit_LOLO = 4;
+
+# PT100 in Thermal shield cooling return jumper opposite side - ECCTD only
+TS2-010CRM:Cryo-TE-062.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-062.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-062.P_Limit_LO = 4;	
+TS2-010CRM:Cryo-TE-062.P_Limit_LOLO = 4;	
+
+# PT100 in Thermal shield cooling return jumper opposite side - ECCTD only
+TS2-010CRM:Cryo-TE-063.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-063.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-063.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-063.P_Limit_LOLO = 4;
+
+# PT100 in Thermal shield cooling return
+TS2-010CRM:Cryo-TE-064.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-064.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-064.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-064.P_Limit_LOLO = 4;
+
+# PT100 in Thermal shield cooling return jumper side - ECCTD only
+TS2-010CRM:Cryo-TE-066.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-066.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-066.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-066.P_Limit_LOLO = 4;
+
+# PT100 in Thermal shield cooling return jumper opposite side - ECCTD only
+TS2-010CRM:Cryo-TE-067.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-067.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-067.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-067.P_Limit_LOLO = 4;
+
+# PT100 in Thermal shield cooling thermalization return - ECCTD only
+TS2-010CRM:Cryo-TE-068.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-068.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-068.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-068.P_Limit_LOLO = 4;
+
+# PT100 in Thermal shield cooling thermalization return
+TS2-010CRM:Cryo-TE-069.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-069.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-069.P_Limit_LO = 4;	
+TS2-010CRM:Cryo-TE-069.P_Limit_LOLO = 4;
+
+# Cernox in jumper connection subcooler supply
+TS2-010CRM:Cryo-TE-091.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-091.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-091.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-091.P_Limit_LOLO = 4;
+
+# Cernox in jumper connection subcooler supply
+TS2-010CRM:Cryo-TE-092.P_Limit_HIHI = 300;	
+TS2-010CRM:Cryo-TE-092.P_Limit_HI = 300;
+TS2-010CRM:Cryo-TE-092.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-092.P_Limit_LOLO = 4;
+
+# Cernox in jumper connection subcooler return
+TS2-010CRM:Cryo-TE-093.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-093.P_Limit_HI = 300;	
+TS2-010CRM:Cryo-TE-093.P_Limit_LO = 4;
+TS2-010CRM:Cryo-TE-093.P_Limit_LOLO = 4;
+
+# Cernox in jumper connection subcooler return
+TS2-010CRM:Cryo-TE-094.P_Limit_HIHI = 300;
+TS2-010CRM:Cryo-TE-094.P_Limit_HI = 300;		
+TS2-010CRM:Cryo-TE-094.P_Limit_LO = 4;	
+TS2-010CRM:Cryo-TE-094.P_Limit_LOLO = 4;	
+
+
+
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/ChangeLimits.bob b/NON-APPROVED/TS2/ts2-cryomodule/ChangeLimits.bob
new file mode 100644
index 0000000000000000000000000000000000000000..05747f102c6c5d3f897f162c484cd841635adddc
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/ChangeLimits.bob
@@ -0,0 +1,891 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Change Limits</name>
+  <macros>
+    <Index>016</Index>
+    <Selected>NONE</Selected>
+  </macros>
+  <width>2500</width>
+  <height>1340</height>
+  <scripts>
+    <script file="EmbeddedJs">
+      <text><![CDATA[/* Embedded javascript */
+PVUtil = org.csstudio.display.builder.runtime.script.PVUtil;
+ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil;
+logger = org.csstudio.display.builder.runtime.script.ScriptUtil.getLogger();
+
+SelectedValue = PVUtil.getString(pvs[0]);
+
+if (SelectedValue != "")
+{
+
+
+
+  ch_widget = ScriptUtil.findWidgetByName(widget, "CABTR_LB_Limits_Title")
+  ch_widget.setPropertyValue("text",SelectedValue);
+
+  ch_widget = ScriptUtil.findWidgetByName(widget, "CABTR_INP_HIHI")
+  ch_widget.setPropertyValue("pv_name",SelectedValue+":P_Limit_HIHI");
+
+  ch_widget = ScriptUtil.findWidgetByName(widget, "CABTR_INP_HIGH")
+  ch_widget.setPropertyValue("pv_name",SelectedValue+":P_Limit_HI");
+
+  ch_widget = ScriptUtil.findWidgetByName(widget, "CABTR_INP_LOW")
+  ch_widget.setPropertyValue("pv_name",SelectedValue+":P_Limit_LO");
+
+  ch_widget = ScriptUtil.findWidgetByName(widget, "CABTR_INP_LOLO")
+  ch_widget.setPropertyValue("pv_name",SelectedValue+":P_Limit_LOLO");
+
+}
+
+
+]]></text>
+      <pv_name>loc://CABTR_Selector&lt;VString&gt;</pv_name>
+    </script>
+  </scripts>
+  <widget type="rectangle" version="2.0.0">
+    <name>title-bar_3</name>
+    <width>2500</width>
+    <height>50</height>
+    <line_width>0</line_width>
+    <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>title_4</name>
+    <text>Device Limits</text>
+    <x>20</x>
+    <width>840</width>
+    <height>50</height>
+    <font>
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color>
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <vertical_alignment>1</vertical_alignment>
+    <wrap_words>false</wrap_words>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>LBL_CABTR</name>
+    <text>CABTR Temperature</text>
+    <x>17</x>
+    <y>53</y>
+    <width>260</width>
+    <height>28</height>
+    <font>
+      <font family="Source Sans Pro" style="BOLD_ITALIC" size="21.0">
+      </font>
+    </font>
+    <foreground_color>
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <vertical_alignment>1</vertical_alignment>
+    <wrap_words>false</wrap_words>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>LBL_Cernox</name>
+    <text>Cernox Temperature</text>
+    <x>420</x>
+    <y>53</y>
+    <width>260</width>
+    <height>28</height>
+    <font>
+      <font family="Source Sans Pro" style="BOLD_ITALIC" size="21.0">
+      </font>
+    </font>
+    <foreground_color>
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <vertical_alignment>1</vertical_alignment>
+    <wrap_words>false</wrap_words>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>Write ALL CABTRs</name>
+    <y>421</y>
+    <width>333</width>
+    <height>242</height>
+    <widget type="rectangle" version="2.0.0">
+      <name>Rectangle</name>
+      <x>1</x>
+      <y>2</y>
+      <width>290</width>
+      <height>187</height>
+      <background_color>
+        <color name="ActiveText" red="254" green="194" blue="81">
+        </color>
+      </background_color>
+    </widget>
+    <widget type="spinner" version="2.0.0">
+      <name>CABTR_ALL_INP_HIHI</name>
+      <pv_name>loc://CABTR_HIHI</pv_name>
+      <x>76</x>
+      <y>46</y>
+      <width>90</width>
+      <height>25</height>
+      <format>0</format>
+      <precision>2</precision>
+      <tooltip>Alarm HIHI</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="spinner" version="2.0.0">
+      <name>CABTR_ALL_INP_HIGH</name>
+      <pv_name>loc://CABTR_HI</pv_name>
+      <x>76</x>
+      <y>76</y>
+      <width>90</width>
+      <height>25</height>
+      <format>0</format>
+      <precision>2</precision>
+      <tooltip>Warning HIGH</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="spinner" version="2.0.0">
+      <name>CABTR_ALL_INP_LOW</name>
+      <pv_name>loc://CABTR_LO</pv_name>
+      <x>76</x>
+      <y>106</y>
+      <width>90</width>
+      <height>25</height>
+      <format>0</format>
+      <precision>2</precision>
+      <tooltip>Warning LOW</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="spinner" version="2.0.0">
+      <name>CABTR_ALL_INP_LOLO</name>
+      <pv_name>loc://CABTR_LOLO</pv_name>
+      <x>76</x>
+      <y>136</y>
+      <width>90</width>
+      <height>25</height>
+      <format>0</format>
+      <precision>2</precision>
+      <tooltip>Alarm LOLO</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>CABTR_ALL_LB_HIHI</name>
+      <text>HIHI:</text>
+      <x>16</x>
+      <y>48</y>
+      <width>50</width>
+      <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>CABTR_ALL_LB_HIGH</name>
+      <text>HIGH:</text>
+      <x>16</x>
+      <y>78</y>
+      <width>50</width>
+      <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>CABTR_ALL_LB_LOW</name>
+      <text>LOW:</text>
+      <x>16</x>
+      <y>108</y>
+      <width>50</width>
+      <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>CABTR_ALL_LB_LOLO</name>
+      <text>LOLO:</text>
+      <x>16</x>
+      <y>138</y>
+      <width>50</width>
+      <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>LBL_CABTR_1</name>
+      <text>WriteALL CABTR Temperature</text>
+      <x>8</x>
+      <y>7</y>
+      <width>273</width>
+      <height>28</height>
+      <font>
+        <font family="Source Sans Pro" style="BOLD_ITALIC" size="21.0">
+        </font>
+      </font>
+      <foreground_color>
+        <color name="HEADER-TEXT" red="0" green="0" blue="0">
+        </color>
+      </foreground_color>
+      <vertical_alignment>1</vertical_alignment>
+      <wrap_words>false</wrap_words>
+    </widget>
+    <widget type="action_button" version="3.0.0">
+      <name>Action Button</name>
+      <actions>
+        <action type="execute">
+          <script file="EmbeddedJs">
+            <text><![CDATA[
+
+/* Embedded javascript */
+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;
+ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil;
+
+
+
+CABTR_ComboBox_Length = 30;
+
+
+ch_widget = ScriptUtil.findWidgetByName(widget, "CABTR_ComboBox")
+
+     logger.info("Started.");
+     widget.setPropertyValue("enabled",0);
+
+
+
+	PVName = "loc://CABTR_HIHI";
+	SetValue = -1;
+        patience = 100000000;
+	pv = PVFactory.getPV(PVName);
+	try{
+	    while (pv.read() == null){
+            patience -= 1;
+	           if (patience < 0) {
+	              throw "Timeout connecting to PV";
+	         }
+	    }
+	    SetValue = PVUtil.getDouble(pv);
+	}
+	catch (e) { logger.warning("Can't connect to PV: "+e.toString()); }
+        PVFactory.releasePV(pv);
+      logger.info("Source: "+SetValue.toString());
+
+      for(var i=0; i<CABTR_ComboBox_Length; i++) 
+      {
+
+	PVName = ch_widget.getPropertyValue("items["+i.toString()+"]")+":P_Limit_HIHI";
+	Value = -1;
+        patience = 100000000;
+	pv = PVFactory.getPV(PVName);
+	try{
+	    while (pv.read() == null){
+            patience -= 1;
+	           if (patience < 0) {
+	              throw "Timeout connecting to PV";
+	         }
+	    }
+	    Value = PVUtil.getDouble(pv);
+	}
+	catch (e) { logger.warning("Can't connect to PV: "+e.toString()); }
+        PVFactory.releasePV(pv);
+      logger.info("Dest: "+Value.toString());
+      }
+
+     logger.info("Done.");
+     widget.setPropertyValue("enabled",1);
+
+
+
+
+
+
+
+]]></text>
+          </script>
+          <description>Execute Script</description>
+        </action>
+      </actions>
+      <text>Write</text>
+      <x>180</x>
+      <y>46</y>
+      <width>80</width>
+      <height>25</height>
+      <tooltip>$(actions)</tooltip>
+      <show_confirm_dialog>true</show_confirm_dialog>
+      <confirm_message>This will overwrite all HIHI value for CABTR sensors! Continue?</confirm_message>
+    </widget>
+    <widget type="action_button" version="3.0.0">
+      <name>Action Button_4</name>
+      <actions>
+        <action type="execute">
+          <script file="EmbeddedJs">
+            <text><![CDATA[
+
+/* Embedded javascript */
+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;
+ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil;
+
+
+
+CABTR_ComboBox_Length = 30;
+
+
+ch_widget = ScriptUtil.findWidgetByName(widget, "CABTR_ComboBox")
+
+     logger.info("Started.");
+     widget.setPropertyValue("enabled",0);
+
+
+
+	PVName = "loc://CABTR_HI";
+	SetValue = -1;
+        patience = 100000000;
+	pv = PVFactory.getPV(PVName);
+	try{
+	    while (pv.read() == null){
+            patience -= 1;
+	           if (patience < 0) {
+	              throw "Timeout connecting to PV";
+	         }
+	    }
+	    SetValue = PVUtil.getDouble(pv);
+	}
+	catch (e) { logger.warning("Can't connect to PV: "+e.toString()); }
+        PVFactory.releasePV(pv);
+      logger.info("Source: "+SetValue.toString());
+
+      for(var i=0; i<CABTR_ComboBox_Length; i++) 
+      {
+
+	PVName = ch_widget.getPropertyValue("items["+i.toString()+"]")+":P_Limit_HI";
+	Value = -1;
+        patience = 100000000;
+	pv = PVFactory.getPV(PVName);
+	try{
+	    while (pv.read() == null){
+            patience -= 1;
+	           if (patience < 0) {
+	              throw "Timeout connecting to PV";
+	         }
+	    }
+	    Value = PVUtil.getDouble(pv);
+	}
+	catch (e) { logger.warning("Can't connect to PV: "+e.toString()); }
+        PVFactory.releasePV(pv);
+      logger.info("Dest: "+Value.toString());
+      }
+
+     logger.info("Done.");
+     widget.setPropertyValue("enabled",1);
+
+
+
+
+
+
+
+]]></text>
+          </script>
+          <description>Execute Script</description>
+        </action>
+      </actions>
+      <text>Write</text>
+      <x>180</x>
+      <y>75</y>
+      <width>80</width>
+      <height>25</height>
+      <tooltip>$(actions)</tooltip>
+      <show_confirm_dialog>true</show_confirm_dialog>
+      <confirm_message>This will overwrite all HI value for CABTR sensors! Continue?</confirm_message>
+    </widget>
+    <widget type="action_button" version="3.0.0">
+      <name>Action Button_5</name>
+      <actions>
+        <action type="execute">
+          <script file="EmbeddedJs">
+            <text><![CDATA[
+
+/* Embedded javascript */
+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;
+ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil;
+
+
+
+CABTR_ComboBox_Length = 30;
+
+
+ch_widget = ScriptUtil.findWidgetByName(widget, "CABTR_ComboBox")
+
+     logger.info("Started.");
+     widget.setPropertyValue("enabled",0);
+
+
+
+	PVName = "loc://CABTR_LO";
+	SetValue = -1;
+        patience = 100000000;
+	pv = PVFactory.getPV(PVName);
+	try{
+	    while (pv.read() == null){
+            patience -= 1;
+	           if (patience < 0) {
+	              throw "Timeout connecting to PV";
+	         }
+	    }
+	    SetValue = PVUtil.getDouble(pv);
+	}
+	catch (e) { logger.warning("Can't connect to PV: "+e.toString()); }
+        PVFactory.releasePV(pv);
+      logger.info("Source: "+SetValue.toString());
+
+      for(var i=0; i<CABTR_ComboBox_Length; i++) 
+      {
+
+	PVName = ch_widget.getPropertyValue("items["+i.toString()+"]")+":P_Limit_LO";
+	Value = -1;
+        patience = 100000000;
+	pv = PVFactory.getPV(PVName);
+	try{
+	    while (pv.read() == null){
+            patience -= 1;
+	           if (patience < 0) {
+	              throw "Timeout connecting to PV";
+	         }
+	    }
+	    Value = PVUtil.getDouble(pv);
+	}
+	catch (e) { logger.warning("Can't connect to PV: "+e.toString()); }
+        PVFactory.releasePV(pv);
+      logger.info("Dest: "+Value.toString());
+      }
+
+     logger.info("Done.");
+     widget.setPropertyValue("enabled",1);
+
+
+
+
+
+
+
+]]></text>
+          </script>
+          <description>Execute Script</description>
+        </action>
+      </actions>
+      <text>Write</text>
+      <x>180</x>
+      <y>105</y>
+      <width>80</width>
+      <height>25</height>
+      <tooltip>$(actions)</tooltip>
+      <show_confirm_dialog>true</show_confirm_dialog>
+      <confirm_message>This will overwrite all LO value for CABTR sensors! Continue?</confirm_message>
+    </widget>
+    <widget type="action_button" version="3.0.0">
+      <name>Action Button_6</name>
+      <actions>
+        <action type="execute">
+          <script file="EmbeddedJs">
+            <text><![CDATA[
+
+/* Embedded javascript */
+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;
+ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil;
+
+
+
+CABTR_ComboBox_Length = 30;
+
+
+ch_widget = ScriptUtil.findWidgetByName(widget, "CABTR_ComboBox")
+
+     logger.info("Started.");
+     widget.setPropertyValue("enabled",0);
+
+
+
+	PVName = "loc://CABTR_LOLO";
+	SetValue = -1;
+        patience = 100000000;
+	pv = PVFactory.getPV(PVName);
+	try{
+	    while (pv.read() == null){
+            patience -= 1;
+	           if (patience < 0) {
+	              throw "Timeout connecting to PV";
+	         }
+	    }
+	    SetValue = PVUtil.getDouble(pv);
+	}
+	catch (e) { logger.warning("Can't connect to PV: "+e.toString()); }
+        PVFactory.releasePV(pv);
+      logger.info("Source: "+SetValue.toString());
+
+      for(var i=0; i<CABTR_ComboBox_Length; i++) 
+      {
+
+	PVName = ch_widget.getPropertyValue("items["+i.toString()+"]")+":P_Limit_LOLO";
+	Value = -1;
+        patience = 100000000;
+	pv = PVFactory.getPV(PVName);
+	try{
+	    while (pv.read() == null){
+            patience -= 1;
+	           if (patience < 0) {
+	              throw "Timeout connecting to PV";
+	         }
+	    }
+	    Value = PVUtil.getDouble(pv);
+	}
+	catch (e) { logger.warning("Can't connect to PV: "+e.toString()); }
+        PVFactory.releasePV(pv);
+      logger.info("Dest: "+Value.toString());
+      }
+
+     logger.info("Done.");
+     widget.setPropertyValue("enabled",1);
+
+
+
+
+
+
+
+]]></text>
+          </script>
+          <description>Execute Script</description>
+        </action>
+      </actions>
+      <text>Write</text>
+      <x>180</x>
+      <y>135</y>
+      <width>80</width>
+      <height>25</height>
+      <tooltip>$(actions)</tooltip>
+      <show_confirm_dialog>true</show_confirm_dialog>
+      <confirm_message>This will overwrite all LOLO value for CABTR sensors! Continue?</confirm_message>
+    </widget>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>Monitor ONE CABTR</name>
+    <y>81</y>
+    <width>333</width>
+    <height>340</height>
+    <widget type="combo" version="2.0.0">
+      <name>CABTR_ComboBox</name>
+      <pv_name>loc://CABTR_Selector&lt;VString&gt;</pv_name>
+      <x>9</x>
+      <y>48</y>
+      <width>273</width>
+      <height>60</height>
+      <actions>
+      </actions>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <items>
+        <item>TS2-010CRM:Cryo-TE-001</item>
+        <item>TS2-010CRM:Cryo-TE-002</item>
+        <item>TS2-010CRM:Cryo-TE-003</item>
+        <item>TS2-010CRM:Cryo-TE-007</item>
+        <item>TS2-010CRM:Cryo-TE-008</item>
+        <item>TS2-010CRM:Cryo-TE-009</item>
+        <item>TS2-010CRM:Cryo-TE-010</item>
+        <item>TS2-010CRM:Cryo-TE-011</item>
+        <item>TS2-010CRM:Cryo-TE-012</item>
+        <item>TS2-010CRM:Cryo-TE-013</item>
+        <item>TS2-010CRM:Cryo-TE-014</item>
+        <item>TS2-010CRM:Cryo-TE-015</item>
+        <item>TS2-010CRM:Cryo-TE-018</item>
+        <item>TS2-010CRM:Cryo-TE-019</item>
+        <item>TS2-010CRM:Cryo-TE-020</item>
+        <item>TS2-010CRM:Cryo-TE-021</item>
+        <item>TS2-010CRM:Cryo-TE-022</item>
+        <item>TS2-010CRM:Cryo-TE-023</item>
+        <item>TS2-010CRM:Cryo-TE-024</item>
+        <item>TS2-010CRM:Cryo-TE-028</item>
+        <item>TS2-010CRM:Cryo-TE-029</item>
+        <item>TS2-010CRM:Cryo-TE-030</item>
+        <item>TS2-010CRM:Cryo-TE-031</item>
+        <item>TS2-010CRM:Cryo-TE-032</item>
+        <item>TS2-010CRM:Cryo-TE-033</item>
+        <item>TS2-010CRM:Cryo-TE-034</item>
+        <item>TS2-010CRM:Cryo-TE-038</item>
+        <item>TS2-010CRM:Cryo-TE-039</item>
+        <item>TS2-010CRM:Cryo-TE-041</item>
+        <item>TS2-010CRM:Cryo-TE-042</item>
+      </items>
+      <items_from_pv>false</items_from_pv>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>LBL_CABTR_2</name>
+      <text>Select one sensor</text>
+      <x>9</x>
+      <y>9</y>
+      <width>273</width>
+      <height>28</height>
+      <font>
+        <font family="Source Sans Pro" style="BOLD_ITALIC" size="21.0">
+        </font>
+      </font>
+      <foreground_color>
+        <color name="HEADER-TEXT" red="0" green="0" blue="0">
+        </color>
+      </foreground_color>
+      <vertical_alignment>1</vertical_alignment>
+      <wrap_words>false</wrap_words>
+    </widget>
+    <widget type="rectangle" version="2.0.0">
+      <name>Rect_Limits_Ttile</name>
+      <x>6</x>
+      <y>128</y>
+      <width>279</width>
+      <height>57</height>
+      <line_width>0</line_width>
+      <background_color>
+        <color name="GROUP-BORDER" red="150" green="155" blue="151">
+        </color>
+      </background_color>
+      <corner_width>10</corner_width>
+      <corner_height>10</corner_height>
+    </widget>
+    <widget type="rectangle" version="2.0.0">
+      <name>Rect_Limits_Back</name>
+      <x>6</x>
+      <y>158</y>
+      <width>279</width>
+      <height>124</height>
+      <line_width>2</line_width>
+      <line_color>
+        <color name="GROUP-BORDER" red="150" green="155" blue="151">
+        </color>
+      </line_color>
+      <background_color>
+        <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+        </color>
+      </background_color>
+      <corner_height>10</corner_height>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>CABTR_TU_FB_HIHI</name>
+      <pv_name>TS2-010CRM:Cryo-TE-001:FB_Limit_HIHI</pv_name>
+      <x>180</x>
+      <y>161</y>
+      <width>80</width>
+      <height>25</height>
+      <precision>2</precision>
+      <vertical_alignment>1</vertical_alignment>
+      <tooltip>Feedback value HIHI</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>CABTR_TU_FB_HIGH</name>
+      <pv_name>TS2-010CRM:Cryo-TE-001:FB_Limit_HI</pv_name>
+      <x>180</x>
+      <y>191</y>
+      <width>80</width>
+      <height>25</height>
+      <precision>2</precision>
+      <vertical_alignment>1</vertical_alignment>
+      <tooltip>Feedback value HIGH</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>CABTR_TU_FB_LOW</name>
+      <pv_name>TS2-010CRM:Cryo-TE-001:FB_Limit_LO</pv_name>
+      <x>180</x>
+      <y>221</y>
+      <width>80</width>
+      <height>25</height>
+      <precision>2</precision>
+      <vertical_alignment>1</vertical_alignment>
+      <tooltip>Feedback value LOW</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>CABTR_TU_FB_LOLO</name>
+      <pv_name>TS2-010CRM:Cryo-TE-001:FB_Limit_LOLO</pv_name>
+      <x>180</x>
+      <y>251</y>
+      <width>80</width>
+      <height>25</height>
+      <precision>2</precision>
+      <vertical_alignment>1</vertical_alignment>
+      <tooltip>Feedback value LOLO</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="spinner" version="2.0.0">
+      <name>CABTR_INP_HIHI</name>
+      <pv_name>TS2-010CRM:Cryo-TE-001:P_Limit_HIHI</pv_name>
+      <x>80</x>
+      <y>161</y>
+      <width>90</width>
+      <height>25</height>
+      <format>0</format>
+      <precision>2</precision>
+      <tooltip>Alarm HIHI</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="spinner" version="2.0.0">
+      <name>CABTR_INP_HIGH</name>
+      <pv_name>TS2-010CRM:Cryo-TE-001:P_Limit_HI</pv_name>
+      <x>80</x>
+      <y>191</y>
+      <width>90</width>
+      <height>25</height>
+      <format>0</format>
+      <precision>2</precision>
+      <tooltip>Warning HIGH</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="spinner" version="2.0.0">
+      <name>CABTR_INP_LOW</name>
+      <pv_name>TS2-010CRM:Cryo-TE-001:P_Limit_LO</pv_name>
+      <x>80</x>
+      <y>221</y>
+      <width>90</width>
+      <height>25</height>
+      <format>0</format>
+      <precision>2</precision>
+      <tooltip>Warning LOW</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="spinner" version="2.0.0">
+      <name>CABTR_INP_LOLO</name>
+      <pv_name>TS2-010CRM:Cryo-TE-001:P_Limit_LOLO</pv_name>
+      <x>80</x>
+      <y>251</y>
+      <width>90</width>
+      <height>25</height>
+      <format>0</format>
+      <precision>2</precision>
+      <tooltip>Alarm LOLO</tooltip>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>LB_HIHI</name>
+      <text>HIHI:</text>
+      <x>20</x>
+      <y>163</y>
+      <width>50</width>
+      <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_HIGH</name>
+      <text>HIGH:</text>
+      <x>20</x>
+      <y>193</y>
+      <width>50</width>
+      <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_LOW</name>
+      <text>LOW:</text>
+      <x>20</x>
+      <y>223</y>
+      <width>50</width>
+      <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_LOLO</name>
+      <text>LOLO:</text>
+      <x>20</x>
+      <y>253</y>
+      <width>50</width>
+      <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>CABTR_LB_Limits_Title</name>
+      <class>HEADER2</class>
+      <text>TS2-010CDL:Cryo-TE-001</text>
+      <x>7</x>
+      <y>128</y>
+      <width>278</width>
+      <height>31</height>
+      <font use_class="true">
+        <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0">
+        </font>
+      </font>
+      <foreground_color>
+        <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+        </color>
+      </foreground_color>
+      <background_color use_class="true">
+        <color name="Background" red="220" green="225" blue="221">
+        </color>
+      </background_color>
+      <transparent use_class="true">true</transparent>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/TS2_main.bob b/NON-APPROVED/TS2/ts2-cryomodule/TS2_main.bob
index 3cf0f41a748ffb95d49aa2dff4f54eecb3e3d04c..f1281eb560bedc5f0661a9dde1b840fbbb944cd4 100644
--- a/NON-APPROVED/TS2/ts2-cryomodule/TS2_main.bob
+++ b/NON-APPROVED/TS2/ts2-cryomodule/TS2_main.bob
@@ -839,7 +839,7 @@
   </widget>
   <widget type="embedded" version="2.0.0">
     <name>Analog_TRANSMITTER_OnlyText_Vertical_BlockIcon_51</name>
-    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_OnlyText_Horizontal_Transparent.bob</file>
+    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_CABTR_Temperature_OnlyText_Horizontal.bob</file>
     <macros>
       <WIDDev>TE</WIDDev>
       <WIDDis>Cryo</WIDDis>
@@ -855,7 +855,7 @@
   </widget>
   <widget type="embedded" version="2.0.0">
     <name>Analog_TRANSMITTER_OnlyText_Vertical_BlockIcon_52</name>
-    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_OnlyText_Horizontal_Transparent.bob</file>
+    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_CABTR_Temperature_OnlyText_Horizontal.bob</file>
     <macros>
       <WIDDev>TE</WIDDev>
       <WIDDis>Cryo</WIDDis>
@@ -871,7 +871,7 @@
   </widget>
   <widget type="embedded" version="2.0.0">
     <name>Analog_TRANSMITTER_OnlyText_Vertical_BlockIcon_53</name>
-    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_OnlyText_Horizontal_Transparent.bob</file>
+    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_CABTR_Temperature_OnlyText_Horizontal.bob</file>
     <macros>
       <WIDDev>TE</WIDDev>
       <WIDDis>Cryo</WIDDis>
@@ -951,7 +951,7 @@
   </widget>
   <widget type="embedded" version="2.0.0">
     <name>Analog_TRANSMITTER_OnlyText_Vertical_BlockIcon_56</name>
-    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_OnlyText_Vertical_Compact.bob</file>
+    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_LM510_OnlyText_Vertical_Compact.bob</file>
     <macros>
       <WIDDev>LT</WIDDev>
       <WIDDis>Cryo</WIDDis>
@@ -967,7 +967,7 @@
   </widget>
   <widget type="embedded" version="2.0.0">
     <name>Analog_TRANSMITTER_OnlyText_Vertical_BlockIcon_57</name>
-    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_OnlyText_Vertical_Compact.bob</file>
+    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_LM510_OnlyText_Vertical_Compact.bob</file>
     <macros>
       <WIDDev>LT</WIDDev>
       <WIDDis>Cryo</WIDDis>
@@ -1594,7 +1594,7 @@
   </widget>
   <widget type="embedded" version="2.0.0">
     <name>AnalogTransmitter_BlockIcon_Vacuum_OnlyText_Vertical_1</name>
-    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_OnlyText_Vertical_Compact.bob</file>
+    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure_phoebustest/AnalogTransmitter_BlockIcon_OnlyText_Vertical_Compact.bob</file>
     <macros>
       <WIDDev>PT</WIDDev>
       <WIDDis>Cryo</WIDDis>
@@ -3132,7 +3132,7 @@
   </widget>
   <widget type="embedded" version="2.0.0">
     <name>Analog_TRANSMITTER_OnlyText_Vertical_BlockIcon_78</name>
-    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_CernoxTemperature_OnlyText_Horizontal_Transparent.bob</file>
+    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_CABTR_Temperature_OnlyText_Horizontal.bob</file>
     <macros>
       <WIDDev>TE</WIDDev>
       <WIDDis>Cryo</WIDDis>
@@ -3148,7 +3148,7 @@
   </widget>
   <widget type="embedded" version="2.0.0">
     <name>Analog_TRANSMITTER_OnlyText_Vertical_BlockIcon_79</name>
-    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_CernoxTemperature_OnlyText_Horizontal_Transparent.bob</file>
+    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_CABTR_Temperature_OnlyText_Horizontal.bob</file>
     <macros>
       <WIDDev>TE</WIDDev>
       <WIDDis>Cryo</WIDDis>
@@ -3164,7 +3164,7 @@
   </widget>
   <widget type="embedded" version="2.0.0">
     <name>Analog_TRANSMITTER_OnlyText_Vertical_BlockIcon_80</name>
-    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_CernoxTemperature_OnlyText_Horizontal_Transparent.bob</file>
+    <file>../../ICS_OPI_LIBRARY/DeviceTypes/AnalogMeasure/AnalogTransmitter_BlockIcon_CABTR_Temperature_OnlyText_Horizontal.bob</file>
     <macros>
       <WIDDev>TE</WIDDev>
       <WIDDis>Cryo</WIDDis>
@@ -3180,7 +3180,7 @@
   </widget>
   <widget type="label" version="2.0.0">
     <name>Label_20</name>
-    <text>version 2019-11-22 10:00</text>
+    <text>version 2020-02-05 10:00</text>
     <x>2287</x>
     <y>1303</y>
     <width>197</width>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Biphasic_Line.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Biphasic_Line.bob
new file mode 100644
index 0000000000000000000000000000000000000000..ec7e3c125f6f96313bce0c411a41c57dc611da79
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Biphasic_Line.bob
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Display</name>
+  <width>920</width>
+  <height>700</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>Titlebar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>920</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Title</name>
+    <class>TITLE</class>
+    <text>CM Biphasic Line Temperatures</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>610</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="databrowser" version="2.0.0">
+    <name>Data Browser</name>
+    <file>CM_Biphasic_Line_eclipse.plt</file>
+    <y>50</y>
+    <width>920</width>
+    <height>650</height>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Biphasic_Line.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Biphasic_Line.plt
new file mode 100644
index 0000000000000000000000000000000000000000..05e06357066510687d3407d2f49ce0f348cd3b79
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Biphasic_Line.plt
@@ -0,0 +1,216 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databrowser>
+  <title></title>
+  <show_toolbar>true</show_toolbar>
+  <update_period>3.0</update_period>
+  <scroll_step>5</scroll_step>
+  <scroll>true</scroll>
+  <start>-8 hours</start>
+  <end>now</end>
+  <archive_rescale>STAGGER</archive_rescale>
+  <foreground>
+    <red>0</red>
+    <green>0</green>
+    <blue>0</blue>
+  </foreground>
+  <background>
+    <red>255</red>
+    <green>255</green>
+    <blue>255</blue>
+  </background>
+  <title_font>Liberation Sans|20.0|1</title_font>
+  <label_font>Liberation Sans|14.0|1</label_font>
+  <scale_font>Liberation Sans|12.0|0</scale_font>
+  <legend_font>Liberation Sans|14.0|0</legend_font>
+  <axes>
+    <axis>
+      <visible>true</visible>
+      <name>Value 1</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>2.6</min>
+      <max>26.400000000000002</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+  </axes>
+  <annotations>
+  </annotations>
+  <pvlist>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-010:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-010:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-020:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-020:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>127</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-030:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-030:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>127</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-007:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-007:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>127</red>
+        <green>63</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-008:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-008:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>127</green>
+        <blue>63</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-009:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-009:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>63</red>
+        <green>0</green>
+        <blue>127</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-002:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-002:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>127</red>
+        <green>127</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+  </pvlist>
+</databrowser>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Biphasic_Line_eclipse.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Biphasic_Line_eclipse.plt
new file mode 100644
index 0000000000000000000000000000000000000000..0a7049d08cfeb72c296f2fef016fc4358eacf519
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Biphasic_Line_eclipse.plt
@@ -0,0 +1,328 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<databrowser>
+    <title></title>
+    <save_changes>true</save_changes>
+    <show_legend>true</show_legend>
+    <show_toolbar>true</show_toolbar>
+    <grid>true</grid>
+    <scroll>true</scroll>
+    <update_period>3.0</update_period>
+    <scroll_step>5</scroll_step>
+    <start>-0 days -4 hours -0.0 seconds</start>
+    <end>now</end>
+    <archive_rescale>NONE</archive_rescale>
+    <foreground>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+    </foreground>
+    <background>
+        <red>229</red>
+        <green>229</green>
+        <blue>229</blue>
+    </background>
+    <title_font>Liberation Sans|20|1</title_font>
+    <label_font>Liberation Sans|14|1</label_font>
+    <scale_font>Liberation Sans|12|0</scale_font>
+    <legend_font>Liberation Sans|14|0</legend_font>
+    <axes>
+        <axis>
+            <visible>true</visible>
+            <name>Temperature (K)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>4.485</min>
+            <max>18.015</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 1</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>6.131</min>
+            <max>10.069</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 2</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>5.729500000000001</min>
+            <max>8.6005</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 3</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>5.508</min>
+            <max>9.952</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 4</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>5.748</min>
+            <max>10.192</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 5</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>5.5365</min>
+            <max>10.8935</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 6</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>10.6725</min>
+            <max>17.6575</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+    </axes>
+    <annotations>
+    </annotations>
+    <pvlist>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-010:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-010:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-020:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-020:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-030:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-030:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-007:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-007:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>127</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-008:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-008:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>127</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-009:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-009:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>127</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-002:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-002:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+    </pvlist>
+</databrowser>
\ No newline at end of file
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_CTS.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_CTS.bob
new file mode 100644
index 0000000000000000000000000000000000000000..c5b0849c4fa4475052ad6a50bee050d9ec78e254
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_CTS.bob
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Display</name>
+  <width>920</width>
+  <height>700</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>Titlebar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>920</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Title</name>
+    <class>TITLE</class>
+    <text>Cold Tuning System Temperatures</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>570</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="databrowser" version="2.0.0">
+    <name>Data Browser</name>
+    <file>CM_CTS_eclipse.plt</file>
+    <y>50</y>
+    <width>920</width>
+    <height>650</height>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_CTS.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_CTS.plt
new file mode 100644
index 0000000000000000000000000000000000000000..1e57fcc25dd523b0716a34750937f74c5d7cdd26
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_CTS.plt
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databrowser>
+  <title></title>
+  <show_toolbar>true</show_toolbar>
+  <update_period>3.0</update_period>
+  <scroll_step>5</scroll_step>
+  <scroll>true</scroll>
+  <start>-8 hours</start>
+  <end>now</end>
+  <archive_rescale>STAGGER</archive_rescale>
+  <foreground>
+    <red>0</red>
+    <green>0</green>
+    <blue>0</blue>
+  </foreground>
+  <background>
+    <red>255</red>
+    <green>255</green>
+    <blue>255</blue>
+  </background>
+  <title_font>Liberation Sans|20.0|1</title_font>
+  <label_font>Liberation Sans|14.0|1</label_font>
+  <scale_font>Liberation Sans|12.0|0</scale_font>
+  <legend_font>Liberation Sans|14.0|0</legend_font>
+  <axes>
+    <axis>
+      <visible>true</visible>
+      <name>Value 1</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>-20.0</min>
+      <max>1100.0</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+  </axes>
+  <annotations>
+  </annotations>
+  <pvlist>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-018:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-018:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-028:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-028:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-038:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-038:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-048:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-048:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>127</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+  </pvlist>
+</databrowser>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_CTS_eclipse.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_CTS_eclipse.plt
new file mode 100644
index 0000000000000000000000000000000000000000..73fb9e5b2a8113b1f218fe6f8bed4b7c41832df6
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_CTS_eclipse.plt
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<databrowser>
+    <title></title>
+    <save_changes>true</save_changes>
+    <show_legend>true</show_legend>
+    <show_toolbar>true</show_toolbar>
+    <grid>true</grid>
+    <scroll>true</scroll>
+    <update_period>3.0</update_period>
+    <scroll_step>5</scroll_step>
+    <start>-0 days -4 hours -0.0 seconds</start>
+    <end>now</end>
+    <archive_rescale>NONE</archive_rescale>
+    <foreground>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+    </foreground>
+    <background>
+        <red>229</red>
+        <green>229</green>
+        <blue>229</blue>
+    </background>
+    <title_font>Liberation Sans|20|1</title_font>
+    <label_font>Liberation Sans|14|1</label_font>
+    <scale_font>Liberation Sans|12|0</scale_font>
+    <legend_font>Liberation Sans|14|0</legend_font>
+    <axes>
+        <axis>
+            <visible>true</visible>
+            <name>Temperature (K)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>70.05250000000001</min>
+            <max>78.13749999999999</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 1</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>74.504</min>
+            <max>75.736</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 2</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>76.5095</min>
+            <max>77.8405</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 3</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>70.3675</min>
+            <max>71.5225</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+    </axes>
+    <annotations>
+    </annotations>
+    <pvlist>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-018:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-018:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-028:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-028:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-038:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-038:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-048:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-048:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>127</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+    </pvlist>
+</databrowser>
\ No newline at end of file
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Cavity_Fill.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Cavity_Fill.bob
new file mode 100644
index 0000000000000000000000000000000000000000..128f042db59303540c55d42e966e39c6e6bb9e02
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Cavity_Fill.bob
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Display</name>
+  <width>920</width>
+  <height>700</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>Titlebar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>920</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Title</name>
+    <class>TITLE</class>
+    <text>Cavity &amp; Fill Line Temperatures</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>570</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="databrowser" version="2.0.0">
+    <name>Data Browser</name>
+    <file>CM_Cavity_Fill_eclipse.plt</file>
+    <y>50</y>
+    <width>920</width>
+    <height>650</height>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Cavity_Fill.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Cavity_Fill.plt
new file mode 100644
index 0000000000000000000000000000000000000000..c06bb727d9378ae0d1cd4c2fc2ef8b839b701fa8
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Cavity_Fill.plt
@@ -0,0 +1,216 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databrowser>
+  <title></title>
+  <show_toolbar>true</show_toolbar>
+  <update_period>3.0</update_period>
+  <scroll_step>5</scroll_step>
+  <scroll>true</scroll>
+  <start>-8 hours</start>
+  <end>now</end>
+  <archive_rescale>STAGGER</archive_rescale>
+  <foreground>
+    <red>0</red>
+    <green>0</green>
+    <blue>0</blue>
+  </foreground>
+  <background>
+    <red>255</red>
+    <green>255</green>
+    <blue>255</blue>
+  </background>
+  <title_font>Liberation Sans|20.0|1</title_font>
+  <label_font>Liberation Sans|14.0|1</label_font>
+  <scale_font>Liberation Sans|12.0|0</scale_font>
+  <legend_font>Liberation Sans|14.0|0</legend_font>
+  <axes>
+    <axis>
+      <visible>true</visible>
+      <name>Value 1</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>-6.2</min>
+      <max>85.80000000000001</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+  </axes>
+  <annotations>
+  </annotations>
+  <pvlist>
+    <pv>
+      <display_name>TS2-010CDL:Cryo-TE-82311:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CDL:Cryo-TE-82311:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CDL:Cryo-TE-82305:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CDL:Cryo-TE-82305:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-019:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-019:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-029:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-029:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>127</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-039:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-039:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>127</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-049:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-049:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-003:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-003:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+  </pvlist>
+</databrowser>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Cavity_Fill_eclipse.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Cavity_Fill_eclipse.plt
new file mode 100644
index 0000000000000000000000000000000000000000..8034c34263188d39fd21cd16d86d7b6e15d47000
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Cavity_Fill_eclipse.plt
@@ -0,0 +1,260 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<databrowser>
+    <title></title>
+    <save_changes>true</save_changes>
+    <show_legend>true</show_legend>
+    <show_toolbar>true</show_toolbar>
+    <grid>true</grid>
+    <scroll>true</scroll>
+    <update_period>3.0</update_period>
+    <scroll_step>5</scroll_step>
+    <start>-0 days -4 hours -0.0 seconds</start>
+    <end>now</end>
+    <archive_rescale>NONE</archive_rescale>
+    <foreground>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+    </foreground>
+    <background>
+        <red>229</red>
+        <green>229</green>
+        <blue>229</blue>
+    </background>
+    <title_font>Liberation Sans|20|1</title_font>
+    <label_font>Liberation Sans|14|1</label_font>
+    <scale_font>Liberation Sans|12|0</scale_font>
+    <legend_font>Liberation Sans|14|0</legend_font>
+    <axes>
+        <axis>
+            <visible>true</visible>
+            <name>Temperature (K)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>0.975</min>
+            <max>12.525</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 1</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>1.226</min>
+            <max>7.914000000000001</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 2</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>4.4255</min>
+            <max>8.4845</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+    </axes>
+    <annotations>
+    </annotations>
+    <pvlist>
+        <pv>
+            <display_name>TS2-010CDL:Cryo-TE-82311:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CDL:Cryo-TE-82311:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CDL:Cryo-TE-82305:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CDL:Cryo-TE-82305:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-019:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-019:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-029:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-029:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>127</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-039:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-039:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>127</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-049:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-049:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>127</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-003:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-003:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+    </pvlist>
+</databrowser>
\ No newline at end of file
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Cold.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Cold.bob
new file mode 100644
index 0000000000000000000000000000000000000000..e1e9f9dd933e485460a4cd4d9ff1d30fb2077ce6
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Cold.bob
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Display</name>
+  <width>920</width>
+  <height>700</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>Titlebar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>920</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Title</name>
+    <class>TITLE</class>
+    <text>Cavity Coupler [Cold] Temperatures</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>630</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="databrowser" version="2.0.0">
+    <name>Data Browser</name>
+    <file>CM_FPC_Cold_eclipse.plt</file>
+    <y>50</y>
+    <width>920</width>
+    <height>650</height>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Cold.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Cold.plt
new file mode 100644
index 0000000000000000000000000000000000000000..a6f13e61b3f67ed97a0c334256cb04b57818671b
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Cold.plt
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databrowser>
+  <title></title>
+  <show_toolbar>true</show_toolbar>
+  <update_period>3.0</update_period>
+  <scroll_step>5</scroll_step>
+  <scroll>true</scroll>
+  <start>-1 hours</start>
+  <end>now</end>
+  <archive_rescale>STAGGER</archive_rescale>
+  <foreground>
+    <red>0</red>
+    <green>0</green>
+    <blue>0</blue>
+  </foreground>
+  <background>
+    <red>255</red>
+    <green>255</green>
+    <blue>255</blue>
+  </background>
+  <title_font>Liberation Sans|20.0|1</title_font>
+  <label_font>Liberation Sans|14.0|1</label_font>
+  <scale_font>Liberation Sans|12.0|0</scale_font>
+  <legend_font>Liberation Sans|14.0|0</legend_font>
+  <axes>
+    <axis>
+      <visible>true</visible>
+      <name>Value 1</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>-2.0</min>
+      <max>21.5</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+  </axes>
+  <annotations>
+  </annotations>
+  <pvlist>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-012:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-012:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-022:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-022:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-032:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-032:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-042:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-042:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>127</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+  </pvlist>
+</databrowser>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Cold_eclipse.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Cold_eclipse.plt
new file mode 100644
index 0000000000000000000000000000000000000000..04d92e337be5e5b68c0cbc1a3f626dc6b1faab9c
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Cold_eclipse.plt
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<databrowser>
+    <title></title>
+    <save_changes>true</save_changes>
+    <show_legend>true</show_legend>
+    <show_toolbar>true</show_toolbar>
+    <grid>true</grid>
+    <scroll>true</scroll>
+    <update_period>3.0</update_period>
+    <scroll_step>5</scroll_step>
+    <start>-0 days -4 hours -0.0 seconds</start>
+    <end>now</end>
+    <archive_rescale>NONE</archive_rescale>
+    <foreground>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+    </foreground>
+    <background>
+        <red>229</red>
+        <green>229</green>
+        <blue>229</blue>
+    </background>
+    <title_font>Liberation Sans|20|1</title_font>
+    <label_font>Liberation Sans|14|1</label_font>
+    <scale_font>Liberation Sans|12|0</scale_font>
+    <legend_font>Liberation Sans|14|0</legend_font>
+    <axes>
+        <axis>
+            <visible>true</visible>
+            <name>Temperature (K)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>-1.0450000000000002</min>
+            <max>21.945000000000004</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 1</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>-2.5450000000000004</min>
+            <max>53.44500000000001</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+    </axes>
+    <annotations>
+    </annotations>
+    <pvlist>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-012:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-012:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-022:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-022:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-032:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-032:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-042:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-042:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>127</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+    </pvlist>
+</databrowser>
\ No newline at end of file
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Warm.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Warm.bob
new file mode 100644
index 0000000000000000000000000000000000000000..268e5cde5073f713ca98246c3185d4fd7efd7264
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Warm.bob
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Display</name>
+  <width>920</width>
+  <height>700</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>Titlebar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>920</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Title</name>
+    <class>TITLE</class>
+    <text>Cavity Coupler [Warm] Temperatures</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>620</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="databrowser" version="2.0.0">
+    <name>Data Browser</name>
+    <file>CM_FPC_Warm_eclipse.plt</file>
+    <y>50</y>
+    <width>920</width>
+    <height>650</height>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Warm.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Warm.plt
new file mode 100644
index 0000000000000000000000000000000000000000..e96ea09ae079e9a8f8414386e58433e378c26aed
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Warm.plt
@@ -0,0 +1,432 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databrowser>
+  <title></title>
+  <show_toolbar>true</show_toolbar>
+  <update_period>3.0</update_period>
+  <scroll_step>5</scroll_step>
+  <scroll>true</scroll>
+  <start>-8 hours</start>
+  <end>now</end>
+  <archive_rescale>STAGGER</archive_rescale>
+  <foreground>
+    <red>0</red>
+    <green>0</green>
+    <blue>0</blue>
+  </foreground>
+  <background>
+    <red>255</red>
+    <green>255</green>
+    <blue>255</blue>
+  </background>
+  <title_font>Liberation Sans|20.0|1</title_font>
+  <label_font>Liberation Sans|14.0|1</label_font>
+  <scale_font>Liberation Sans|12.0|0</scale_font>
+  <legend_font>Liberation Sans|14.0|0</legend_font>
+  <axes>
+    <axis>
+      <visible>true</visible>
+      <name>Value 1</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>-30.0</min>
+      <max>323.0</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+  </axes>
+  <annotations>
+  </annotations>
+  <pvlist>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-013:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-013:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-023:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-023:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-033:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-033:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-043:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-043:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>127</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-014:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-014:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>127</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-024:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-024:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>127</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-034:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-034:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-044:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-044:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-015:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-015:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-025:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-025:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>127</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-035:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-035:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>127</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-045:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-045:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>127</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-011:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-011:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>127</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-021:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-021:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>127</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-031:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-031:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>127</red>
+        <green>63</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-041:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-041:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>127</green>
+        <blue>63</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+  </pvlist>
+</databrowser>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Warm_eclipse.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Warm_eclipse.plt
new file mode 100644
index 0000000000000000000000000000000000000000..82f9af1ba4c91666877cb7bd248030721bd77df1
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_FPC_Warm_eclipse.plt
@@ -0,0 +1,468 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<databrowser>
+    <title></title>
+    <save_changes>true</save_changes>
+    <show_legend>true</show_legend>
+    <show_toolbar>true</show_toolbar>
+    <grid>true</grid>
+    <scroll>true</scroll>
+    <update_period>3.0</update_period>
+    <scroll_step>5</scroll_step>
+    <start>-0 days -4 hours -0.0 seconds</start>
+    <end>now</end>
+    <archive_rescale>NONE</archive_rescale>
+    <foreground>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+    </foreground>
+    <background>
+        <red>229</red>
+        <green>229</green>
+        <blue>229</blue>
+    </background>
+    <title_font>Liberation Sans|20|1</title_font>
+    <label_font>Liberation Sans|14|1</label_font>
+    <scale_font>Liberation Sans|12|0</scale_font>
+    <legend_font>Liberation Sans|14|0</legend_font>
+    <axes>
+        <axis>
+            <visible>true</visible>
+            <name>Temperature (K)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>-14.700000000000001</min>
+            <max>308.7</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 1</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>-2.5450000000000004</min>
+            <max>53.44500000000001</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+    </axes>
+    <annotations>
+    </annotations>
+    <pvlist>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-013:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-013:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-023:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-023:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-033:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-033:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-043:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-043:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>127</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-014:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-014:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>127</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-024:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-024:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>127</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-034:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-034:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-044:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-044:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-015:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-015:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-025:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-025:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>127</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-035:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-035:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>127</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-045:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-045:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>127</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-011:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-011:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>127</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-021:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-021:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>127</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-031:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-031:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>127</red>
+                <green>63</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-041:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-041:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>127</green>
+                <blue>63</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+    </pvlist>
+</databrowser>
\ No newline at end of file
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_JT_HX.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_JT_HX.bob
new file mode 100644
index 0000000000000000000000000000000000000000..f21227f9688cbeda5d2a961b033db47f8c6234b1
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_JT_HX.bob
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Display</name>
+  <width>920</width>
+  <height>700</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>Titlebar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>920</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Title</name>
+    <class>TITLE</class>
+    <text>JT and Heat Exchanger Temperatures</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>640</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="databrowser" version="2.0.0">
+    <name>Data Browser</name>
+    <file>CM_JT_HX_eclipse.plt</file>
+    <y>50</y>
+    <width>920</width>
+    <height>650</height>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_JT_HX.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_JT_HX.plt
new file mode 100644
index 0000000000000000000000000000000000000000..077d64ce26f51c2d6dca7a178b867e28942ed789
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_JT_HX.plt
@@ -0,0 +1,216 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databrowser>
+  <title></title>
+  <show_toolbar>true</show_toolbar>
+  <update_period>3.0</update_period>
+  <scroll_step>5</scroll_step>
+  <scroll>true</scroll>
+  <start>-8 hours</start>
+  <end>now</end>
+  <archive_rescale>STAGGER</archive_rescale>
+  <foreground>
+    <red>0</red>
+    <green>0</green>
+    <blue>0</blue>
+  </foreground>
+  <background>
+    <red>255</red>
+    <green>255</green>
+    <blue>255</blue>
+  </background>
+  <title_font>Liberation Sans|20.0|1</title_font>
+  <label_font>Liberation Sans|14.0|1</label_font>
+  <scale_font>Liberation Sans|12.0|0</scale_font>
+  <legend_font>Liberation Sans|14.0|0</legend_font>
+  <axes>
+    <axis>
+      <visible>true</visible>
+      <name>Value 1</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>-100.0</min>
+      <max>1100.0</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+  </axes>
+  <annotations>
+  </annotations>
+  <pvlist>
+    <pv>
+      <display_name>TS2-010CDL:Cryo-TE-82306:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CDL:Cryo-TE-82306:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CDL:Cryo-TE-82312:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CDL:Cryo-TE-82312:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-091:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-091:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-092:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-092:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>127</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-093:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-093:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>127</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-094:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-094:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>127</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-001:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-001:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+  </pvlist>
+</databrowser>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_JT_HX_eclipse.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_JT_HX_eclipse.plt
new file mode 100644
index 0000000000000000000000000000000000000000..a2df6fbc326085f789c285468db3ac29cb936704
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_JT_HX_eclipse.plt
@@ -0,0 +1,243 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<databrowser>
+    <title></title>
+    <save_changes>true</save_changes>
+    <show_legend>true</show_legend>
+    <show_toolbar>true</show_toolbar>
+    <grid>true</grid>
+    <scroll>true</scroll>
+    <update_period>3.0</update_period>
+    <scroll_step>5</scroll_step>
+    <start>-0 days -4 hours -0.0 seconds</start>
+    <end>now</end>
+    <archive_rescale>NONE</archive_rescale>
+    <foreground>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+    </foreground>
+    <background>
+        <red>229</red>
+        <green>229</green>
+        <blue>229</blue>
+    </background>
+    <title_font>Liberation Sans|20|1</title_font>
+    <label_font>Liberation Sans|14|1</label_font>
+    <scale_font>Liberation Sans|12|0</scale_font>
+    <legend_font>Liberation Sans|14|0</legend_font>
+    <axes>
+        <axis>
+            <visible>true</visible>
+            <name>Temperature (K)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>3.54</min>
+            <max>37.86000000000001</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 1</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>-2.5450000000000004</min>
+            <max>53.44500000000001</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+    </axes>
+    <annotations>
+    </annotations>
+    <pvlist>
+        <pv>
+            <display_name>TS2-010CDL:Cryo-TE-82306:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CDL:Cryo-TE-82306:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CDL:Cryo-TE-82312:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CDL:Cryo-TE-82312:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-091:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-091:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-092:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-092:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>127</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-093:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-093:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>127</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-094:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-094:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>127</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-001:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-001:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+    </pvlist>
+</databrowser>
\ No newline at end of file
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Level.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Level.bob
new file mode 100644
index 0000000000000000000000000000000000000000..1ba49faa7feb2399092a452f125314724a00b270
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Level.bob
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Display</name>
+  <width>920</width>
+  <height>700</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>Titlebar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>920</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Title</name>
+    <class>TITLE</class>
+    <text>CM He Level Sensors</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>590</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="tabs" version="2.0.0">
+    <name>Tabs</name>
+    <tabs>
+      <tab>
+        <name>Plot</name>
+        <children>
+          <widget type="databrowser" version="2.0.0">
+            <name>Data Browser</name>
+            <file>CM_Levels_eclipse.plt</file>
+            <y>1</y>
+            <width>920</width>
+            <height>610</height>
+          </widget>
+        </children>
+      </tab>
+      <tab>
+        <name>Description</name>
+        <children>
+          <widget type="picture" version="2.0.0">
+            <name>Picture</name>
+            <file>Levels.png</file>
+            <y>1</y>
+            <width>918</width>
+            <height>610</height>
+          </widget>
+        </children>
+      </tab>
+    </tabs>
+    <y>50</y>
+    <width>920</width>
+    <height>650</height>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Levels.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Levels.plt
new file mode 100644
index 0000000000000000000000000000000000000000..00365dbae4e7cadaa0e98800032b6707aae4d0a9
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Levels.plt
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databrowser>
+  <title></title>
+  <show_toolbar>true</show_toolbar>
+  <update_period>3.0</update_period>
+  <scroll_step>5</scroll_step>
+  <scroll>true</scroll>
+  <start>-8 hours</start>
+  <end>now</end>
+  <archive_rescale>STAGGER</archive_rescale>
+  <foreground>
+    <red>0</red>
+    <green>0</green>
+    <blue>0</blue>
+  </foreground>
+  <background>
+    <red>255</red>
+    <green>255</green>
+    <blue>255</blue>
+  </background>
+  <title_font>Liberation Sans|20.0|1</title_font>
+  <label_font>Liberation Sans|14.0|1</label_font>
+  <scale_font>Liberation Sans|12.0|0</scale_font>
+  <legend_font>Liberation Sans|14.0|0</legend_font>
+  <axes>
+    <axis>
+      <visible>true</visible>
+      <name>Value 1</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>-9.0</min>
+      <max>94.0</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+  </axes>
+  <annotations>
+  </annotations>
+  <pvlist>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-LT-001:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-LT-001:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-LT-002:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-LT-002:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+  </pvlist>
+</databrowser>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Levels_eclipse.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Levels_eclipse.plt
new file mode 100644
index 0000000000000000000000000000000000000000..9be74815becd9473af0ea61269b28b7375546411
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Levels_eclipse.plt
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<databrowser>
+    <title></title>
+    <save_changes>true</save_changes>
+    <show_legend>true</show_legend>
+    <show_toolbar>true</show_toolbar>
+    <grid>true</grid>
+    <scroll>true</scroll>
+    <update_period>3.0</update_period>
+    <scroll_step>5</scroll_step>
+    <start>-0 days -4 hours -0.0 seconds</start>
+    <end>now</end>
+    <archive_rescale>NONE</archive_rescale>
+    <foreground>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+    </foreground>
+    <background>
+        <red>229</red>
+        <green>229</green>
+        <blue>229</blue>
+    </background>
+    <title_font>Liberation Sans|20|1</title_font>
+    <label_font>Liberation Sans|14|1</label_font>
+    <scale_font>Liberation Sans|12|0</scale_font>
+    <legend_font>Liberation Sans|14|0</legend_font>
+    <axes>
+        <axis>
+            <visible>true</visible>
+            <name>Level (%)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>-2.8950000000000005</min>
+            <max>60.79500000000001</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 1</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>-2.5450000000000004</min>
+            <max>53.44500000000001</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+    </axes>
+    <annotations>
+    </annotations>
+    <pvlist>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-LT-001:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-LT-001:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-LT-002:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-LT-002:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+    </pvlist>
+</databrowser>
\ No newline at end of file
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Pressures.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Pressures.bob
new file mode 100644
index 0000000000000000000000000000000000000000..767c868341a59ddb03d24f8fbfc473775385d8f3
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Pressures.bob
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Display</name>
+  <width>920</width>
+  <height>700</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>Titlebar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>920</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Title</name>
+    <class>TITLE</class>
+    <text>Internal CM Pressures</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>680</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="databrowser" version="2.0.0">
+    <name>Data Browser</name>
+    <file>CM_Pressures_eclipse.plt</file>
+    <y>50</y>
+    <width>920</width>
+    <height>650</height>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Pressures.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Pressures.plt
new file mode 100644
index 0000000000000000000000000000000000000000..02dc5db1e3ff7e246007ca5bf83e1b34b5993261
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Pressures.plt
@@ -0,0 +1,161 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databrowser>
+  <title></title>
+  <show_toolbar>true</show_toolbar>
+  <update_period>3.0</update_period>
+  <scroll_step>5</scroll_step>
+  <scroll>true</scroll>
+  <start>-8 hours</start>
+  <end>now</end>
+  <archive_rescale>STAGGER</archive_rescale>
+  <foreground>
+    <red>0</red>
+    <green>0</green>
+    <blue>0</blue>
+  </foreground>
+  <background>
+    <red>255</red>
+    <green>255</green>
+    <blue>255</blue>
+  </background>
+  <title_font>Liberation Sans|20.0|1</title_font>
+  <label_font>Liberation Sans|14.0|1</label_font>
+  <scale_font>Liberation Sans|12.0|0</scale_font>
+  <legend_font>Liberation Sans|14.0|0</legend_font>
+  <axes>
+    <axis>
+      <visible>true</visible>
+      <name>Value 1</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>-1.36</min>
+      <max>3.56</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+    <axis>
+      <visible>true</visible>
+      <name>Value 2</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>-40.0</min>
+      <max>2420.0</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+  </axes>
+  <annotations>
+  </annotations>
+  <pvlist>
+    <pv>
+      <display_name>TS2-010CDL:Cryo-PT-82301:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CDL:Cryo-PT-82301:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-PT-002:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-PT-002:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-PT-003:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-PT-003:MeasValue</name>
+      <axis>1</axis>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-PT-004:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-PT-004:MeasValue</name>
+      <axis>1</axis>
+      <color>
+        <red>255</red>
+        <green>127</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+  </pvlist>
+</databrowser>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Pressures_eclipse.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Pressures_eclipse.plt
new file mode 100644
index 0000000000000000000000000000000000000000..7d5ceb6a885c7a797565e00a8f74ec3d47306cde
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Pressures_eclipse.plt
@@ -0,0 +1,185 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<databrowser>
+    <title></title>
+    <save_changes>true</save_changes>
+    <show_legend>true</show_legend>
+    <show_toolbar>true</show_toolbar>
+    <grid>true</grid>
+    <scroll>true</scroll>
+    <update_period>3.0</update_period>
+    <scroll_step>5</scroll_step>
+    <start>-0 days -4 hours -0.0 seconds</start>
+    <end>now</end>
+    <archive_rescale>NONE</archive_rescale>
+    <foreground>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+    </foreground>
+    <background>
+        <red>229</red>
+        <green>229</green>
+        <blue>229</blue>
+    </background>
+    <title_font>Liberation Sans|20|1</title_font>
+    <label_font>Liberation Sans|14|1</label_font>
+    <scale_font>Liberation Sans|12|0</scale_font>
+    <legend_font>Liberation Sans|14|0</legend_font>
+    <axes>
+        <axis>
+            <visible>true</visible>
+            <name>Pressure (Bar)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>2.4952</min>
+            <max>3.5907999999999998</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>true</visible>
+            <name>Pressure (mbar)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>1080.9289999999999</min>
+            <max>1089.5310000000002</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>true</visible>
+            <name>Value 2</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>29.965000000000003</min>
+            <max>103.335</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+    </axes>
+    <annotations>
+    </annotations>
+    <pvlist>
+        <pv>
+            <display_name>TS2-010CDL:Cryo-PT-82301:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CDL:Cryo-PT-82301:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-PT-002:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-PT-002:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-PT-003:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-PT-003:MeasValue</name>
+            <axis>1</axis>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-PT-004:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-PT-004:MeasValue</name>
+            <axis>2</axis>
+            <color>
+                <red>255</red>
+                <green>127</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+    </pvlist>
+</databrowser>
\ No newline at end of file
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Thermal_Shields.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Thermal_Shields.bob
new file mode 100644
index 0000000000000000000000000000000000000000..a51ac505e8a9810f85ca4d7e1902049677fd2796
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Thermal_Shields.bob
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Shields</name>
+  <width>920</width>
+  <height>700</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>Titlebar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>920</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Title</name>
+    <class>TITLE</class>
+    <text>CM Thermal Shield Circuits</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>610</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="databrowser" version="2.0.0">
+    <name>ShieldsTrends</name>
+    <file>CM_Thermal_Shields_eclipse.plt</file>
+    <y>50</y>
+    <width>920</width>
+    <height>650</height>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Thermal_Shields.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Thermal_Shields.plt
new file mode 100644
index 0000000000000000000000000000000000000000..e4bb99e4140d284e5a744db43ebbf6cc9866ae7d
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Thermal_Shields.plt
@@ -0,0 +1,305 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databrowser>
+  <title></title>
+  <show_toolbar>true</show_toolbar>
+  <update_period>3.0</update_period>
+  <scroll_step>5</scroll_step>
+  <scroll>true</scroll>
+  <start>-6 hours</start>
+  <end>now</end>
+  <archive_rescale>STAGGER</archive_rescale>
+  <foreground>
+    <red>0</red>
+    <green>0</green>
+    <blue>0</blue>
+  </foreground>
+  <background>
+    <red>255</red>
+    <green>255</green>
+    <blue>255</blue>
+  </background>
+  <title_font>Liberation Sans|20.0|1</title_font>
+  <label_font>Liberation Sans|14.0|1</label_font>
+  <scale_font>Liberation Sans|12.0|0</scale_font>
+  <legend_font>Liberation Sans|14.0|0</legend_font>
+  <axes>
+    <axis>
+      <visible>true</visible>
+      <name>Value 1</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>-4.7</min>
+      <max>65.60000000000001</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+    <axis>
+      <visible>true</visible>
+      <name>Value 2</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>13.36</min>
+      <max>15.4</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+  </axes>
+  <annotations>
+  </annotations>
+  <pvlist>
+    <pv>
+      <display_name>CrS-TICP:Cryo-TE-31491:Val</display_name>
+      <visible>true</visible>
+      <name>CrS-TICP:Cryo-TE-31491:Val</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CDL:Cryo-TE-82313:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CDL:Cryo-TE-82313:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CDL:Cryo-TE-82360:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CDL:Cryo-TE-82360:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-064:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-064:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>127</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-068:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-068:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>127</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-TE-069:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-TE-069:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>127</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CDL:Cryo-TE-82365:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CDL:Cryo-TE-82365:MeasValue</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>CrS-TICP:Cryo-TE-31492:Val</display_name>
+      <visible>true</visible>
+      <name>CrS-TICP:Cryo-TE-31492:Val</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-PT-061:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-PT-061:MeasValue</name>
+      <axis>1</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CDL:Cryo-PT-82360:MeasValue</display_name>
+      <visible>true</visible>
+      <name>TS2-010CDL:Cryo-PT-82360:MeasValue</name>
+      <axis>1</axis>
+      <color>
+        <red>127</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+  </pvlist>
+</databrowser>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Thermal_Shields_eclipse.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Thermal_Shields_eclipse.plt
new file mode 100644
index 0000000000000000000000000000000000000000..9e949cd236febe60346acf96d69ee3785e35f71b
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Thermal_Shields_eclipse.plt
@@ -0,0 +1,318 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<databrowser>
+    <title></title>
+    <save_changes>true</save_changes>
+    <show_legend>true</show_legend>
+    <show_toolbar>true</show_toolbar>
+    <grid>true</grid>
+    <scroll>true</scroll>
+    <update_period>3.0</update_period>
+    <scroll_step>5</scroll_step>
+    <start>-0 days -4 hours -0.0 seconds</start>
+    <end>now</end>
+    <archive_rescale>NONE</archive_rescale>
+    <foreground>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+    </foreground>
+    <background>
+        <red>229</red>
+        <green>229</green>
+        <blue>229</blue>
+    </background>
+    <title_font>Liberation Sans|20|1</title_font>
+    <label_font>Liberation Sans|14|1</label_font>
+    <scale_font>Liberation Sans|12|0</scale_font>
+    <legend_font>Liberation Sans|14|0</legend_font>
+    <axes>
+        <axis>
+            <visible>true</visible>
+            <name>Temperature (K)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>33.45</min>
+            <max>63.150000000000006</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>true</visible>
+            <name>Pressure (Bar)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>13.807599999999999</min>
+            <max>14.0364</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+    </axes>
+    <annotations>
+    </annotations>
+    <pvlist>
+        <pv>
+            <display_name>CrS-TICP:Cryo-TE-31491:Val</display_name>
+            <visible>true</visible>
+            <name>CrS-TICP:Cryo-TE-31491:Val</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>127</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CDL:Cryo-TE-82313:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CDL:Cryo-TE-82313:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>165</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CDL:Cryo-TE-82360:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CDL:Cryo-TE-82360:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-064:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-064:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>128</red>
+                <green>0</green>
+                <blue>128</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-068:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-068:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>97</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-TE-069:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-TE-069:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>170</red>
+                <green>121</green>
+                <blue>65</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CDL:Cryo-TE-82365:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CDL:Cryo-TE-82365:MeasValue</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>CrS-TICP:Cryo-TE-31492:Val</display_name>
+            <visible>true</visible>
+            <name>CrS-TICP:Cryo-TE-31492:Val</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>64</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-PT-061:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-PT-061:MeasValue</name>
+            <axis>1</axis>
+            <color>
+                <red>0</red>
+                <green>198</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CDL:Cryo-PT-82360:MeasValue</display_name>
+            <visible>true</visible>
+            <name>TS2-010CDL:Cryo-PT-82360:MeasValue</name>
+            <axis>1</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>127</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+    </pvlist>
+</databrowser>
\ No newline at end of file
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Trends.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Trends.bob
new file mode 100644
index 0000000000000000000000000000000000000000..310169bce32db4895ffe9533e23fca4bddecf340
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Trends.bob
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>CMTrends</name>
+  <width>100</width>
+  <height>330</height>
+  <widget type="action_button" version="3.0.0">
+    <name>btn_Shield</name>
+    <actions>
+      <action type="open_display">
+        <file>CM_Thermal_Shields.bob</file>
+        <target>standalone</target>
+        <description>Shield</description>
+      </action>
+    </actions>
+    <y>30</y>
+    <tooltip>$(actions): Opern panel with T and P sensors on the thermal shield circuits</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>btn_Valves</name>
+    <actions>
+      <action type="open_display">
+        <file>CM_Valves.bob</file>
+        <target>standalone</target>
+        <description>He Valves</description>
+      </action>
+    </actions>
+    <y>60</y>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>btn_Level</name>
+    <actions>
+      <action type="open_display">
+        <file>CM_Level.bob</file>
+        <target>standalone</target>
+        <description>He Level</description>
+      </action>
+    </actions>
+    <y>90</y>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>btn_Pressure</name>
+    <actions>
+      <action type="open_display">
+        <file>CM_Pressures.bob</file>
+        <target>standalone</target>
+        <description>He Pressures</description>
+      </action>
+    </actions>
+    <y>120</y>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>btn_Cavities</name>
+    <actions>
+      <action type="open_display">
+        <file>CM_Cavity_Fill.bob</file>
+        <target>standalone</target>
+        <description>Cavities</description>
+      </action>
+    </actions>
+    <y>150</y>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>btn_2phase</name>
+    <actions>
+      <action type="open_display">
+        <file>CM_Biphasic_Line.bob</file>
+        <target>standalone</target>
+        <description>Biphasic</description>
+      </action>
+    </actions>
+    <y>180</y>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>btn_JT_HX</name>
+    <actions>
+      <action type="open_display">
+        <file>CM_JT_HX.bob</file>
+        <target>standalone</target>
+        <description>JT &amp; HX</description>
+      </action>
+    </actions>
+    <y>210</y>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>btn_CTS</name>
+    <actions>
+      <action type="open_display">
+        <file>CM_CTS.bob</file>
+        <target>standalone</target>
+        <description>CTS</description>
+      </action>
+    </actions>
+    <y>240</y>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>btn_Coupler_hot</name>
+    <actions>
+      <action type="open_display">
+        <file>CM_FPC_Warm.bob</file>
+        <target>standalone</target>
+        <description>Coupler W</description>
+      </action>
+    </actions>
+    <y>270</y>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>btn_Coupler_cold</name>
+    <actions>
+      <action type="open_display">
+        <file>CM_FPC_Cold.bob</file>
+        <target>standalone</target>
+        <description>Coupler C</description>
+      </action>
+    </actions>
+    <y>300</y>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Label</name>
+    <text>CM Trends</text>
+    <y>5</y>
+    <font>
+      <font family="Source Sans Pro" style="BOLD" size="16.0">
+      </font>
+    </font>
+    <horizontal_alignment>1</horizontal_alignment>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Valves.bob b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Valves.bob
new file mode 100644
index 0000000000000000000000000000000000000000..e10c01ffcd43c71fc53f7a67dc222270f703acdb
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Valves.bob
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Display</name>
+  <width>920</width>
+  <height>700</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>Titlebar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>920</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Title</name>
+    <class>TITLE</class>
+    <text>Cavity Circuit - Valve Positions</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>660</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="databrowser" version="2.0.0">
+    <name>Data Browser</name>
+    <file>CM_Valves_eclipse.plt</file>
+    <y>50</y>
+    <width>920</width>
+    <height>650</height>
+  </widget>
+</display>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Valves.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Valves.plt
new file mode 100644
index 0000000000000000000000000000000000000000..1e1b019b52a4d15e63144478ebe8a5d9ba3dfc42
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Valves.plt
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databrowser>
+  <title></title>
+  <show_toolbar>true</show_toolbar>
+  <update_period>3.0</update_period>
+  <scroll_step>5</scroll_step>
+  <scroll>true</scroll>
+  <start>-8 hours</start>
+  <end>now</end>
+  <archive_rescale>STAGGER</archive_rescale>
+  <foreground>
+    <red>0</red>
+    <green>0</green>
+    <blue>0</blue>
+  </foreground>
+  <background>
+    <red>255</red>
+    <green>255</green>
+    <blue>255</blue>
+  </background>
+  <title_font>Liberation Sans|20.0|1</title_font>
+  <label_font>Liberation Sans|14.0|1</label_font>
+  <scale_font>Liberation Sans|12.0|0</scale_font>
+  <legend_font>Liberation Sans|14.0|0</legend_font>
+  <axes>
+    <axis>
+      <visible>true</visible>
+      <name>Value 1</name>
+      <use_axis_name>false</use_axis_name>
+      <use_trace_names>true</use_trace_names>
+      <right>false</right>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <min>-10.0</min>
+      <max>110.0</max>
+      <grid>false</grid>
+      <autoscale>false</autoscale>
+      <log_scale>false</log_scale>
+    </axis>
+  </axes>
+  <annotations>
+  </annotations>
+  <pvlist>
+    <pv>
+      <display_name>TS2-010CDL:Cryo-CV-82303:ValvePosition</display_name>
+      <visible>true</visible>
+      <name>TS2-010CDL:Cryo-CV-82303:ValvePosition</name>
+      <axis>0</axis>
+      <color>
+        <red>255</red>
+        <green>0</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-CV-001:ValvePosition</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-CV-001:ValvePosition</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>255</green>
+        <blue>0</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+    <pv>
+      <display_name>TS2-010CRM:Cryo-CV-002:ValvePosition</display_name>
+      <visible>true</visible>
+      <name>TS2-010CRM:Cryo-CV-002:ValvePosition</name>
+      <axis>0</axis>
+      <color>
+        <red>0</red>
+        <green>0</green>
+        <blue>255</blue>
+      </color>
+      <trace_type>AREA</trace_type>
+      <linewidth>2</linewidth>
+      <line_style>SOLID</line_style>
+      <point_type>NONE</point_type>
+      <point_size>2</point_size>
+      <waveform_index>0</waveform_index>
+      <period>0.0</period>
+      <ring_size>5000</ring_size>
+      <request>OPTIMIZED</request>
+      <archive>
+        <name>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</name>
+        <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+      </archive>
+    </pv>
+  </pvlist>
+</databrowser>
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Valves_eclipse.plt b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Valves_eclipse.plt
new file mode 100644
index 0000000000000000000000000000000000000000..1c4f9e4829c7771ebc152325907a1318d67f3839
--- /dev/null
+++ b/NON-APPROVED/TS2/ts2-cryomodule/trends/CM_Valves_eclipse.plt
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<databrowser>
+    <title></title>
+    <save_changes>true</save_changes>
+    <show_legend>true</show_legend>
+    <show_toolbar>true</show_toolbar>
+    <grid>true</grid>
+    <scroll>true</scroll>
+    <update_period>3.0</update_period>
+    <scroll_step>5</scroll_step>
+    <start>-0 days -4 hours -0.0 seconds</start>
+    <end>now</end>
+    <archive_rescale>NONE</archive_rescale>
+    <foreground>
+        <red>0</red>
+        <green>0</green>
+        <blue>0</blue>
+    </foreground>
+    <background>
+        <red>229</red>
+        <green>229</green>
+        <blue>229</blue>
+    </background>
+    <title_font>Liberation Sans|20|1</title_font>
+    <label_font>Liberation Sans|14|1</label_font>
+    <scale_font>Liberation Sans|12|0</scale_font>
+    <legend_font>Liberation Sans|14|0</legend_font>
+    <axes>
+        <axis>
+            <visible>true</visible>
+            <name>Position (%)</name>
+            <use_axis_name>true</use_axis_name>
+            <use_trace_names>false</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>4.25</min>
+            <max>104.35000000000001</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+        <axis>
+            <visible>false</visible>
+            <name>Value 1</name>
+            <use_axis_name>false</use_axis_name>
+            <use_trace_names>true</use_trace_names>
+            <right>false</right>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <min>-2.5450000000000004</min>
+            <max>53.44500000000001</max>
+            <grid>false</grid>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+        </axis>
+    </axes>
+    <annotations>
+    </annotations>
+    <pvlist>
+        <pv>
+            <display_name>TS2-010CDL:Cryo-CV-82303:ValvePosition</display_name>
+            <visible>true</visible>
+            <name>TS2-010CDL:Cryo-CV-82303:ValvePosition</name>
+            <axis>0</axis>
+            <color>
+                <red>255</red>
+                <green>0</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-CV-001:ValvePosition</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-CV-001:ValvePosition</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>255</green>
+                <blue>0</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+        <pv>
+            <display_name>TS2-010CRM:Cryo-CV-002:ValvePosition</display_name>
+            <visible>true</visible>
+            <name>TS2-010CRM:Cryo-CV-002:ValvePosition</name>
+            <axis>0</axis>
+            <color>
+                <red>0</red>
+                <green>0</green>
+                <blue>255</blue>
+            </color>
+            <trace_type>AREA</trace_type>
+            <linewidth>2</linewidth>
+            <line_style>SOLID</line_style>
+            <point_type>NONE</point_type>
+            <point_size>2</point_size>
+            <waveform_index>0</waveform_index>
+            <period>0.0</period>
+            <ring_size>5000</ring_size>
+            <request>RAW</request>
+            <archive>
+                <name>ESS Archiver</name>
+                <url>pbraw://archiver-01.tn.esss.lu.se:17668/retrieval</url>
+                <key>1</key>
+            </archive>
+        </pv>
+    </pvlist>
+</databrowser>
\ No newline at end of file
diff --git a/NON-APPROVED/TS2/ts2-cryomodule/trends/Levels.png b/NON-APPROVED/TS2/ts2-cryomodule/trends/Levels.png
new file mode 100644
index 0000000000000000000000000000000000000000..b81c5ada4729056eede2fdbe2ccd31ca351e9b96
Binary files /dev/null and b/NON-APPROVED/TS2/ts2-cryomodule/trends/Levels.png differ