diff --git a/NON-APPROVED/ts2-pss/esos.bob b/NON-APPROVED/ts2-pss/esos.bob
index d0c170c39e4749a437e0dd9abef14e859d1a5def..a6718c23467297292c8a36edbdfa7950b8765712 100644
--- a/NON-APPROVED/ts2-pss/esos.bob
+++ b/NON-APPROVED/ts2-pss/esos.bob
@@ -33,6 +33,7 @@
     <y>3</y>
     <width>68</width>
     <height>68</height>
+    <visible>false</visible>
     <font>
       <font family="Source Sans Pro" style="BOLD" size="24.0">
       </font>
diff --git a/NON-APPROVED/ts2-pss/rad.bob b/NON-APPROVED/ts2-pss/rad.bob
index 3b80b97e82826956846f307bad02abb3e31a8998..83465b2ebe52b73630d49fd103f854693a6cb12a 100644
--- a/NON-APPROVED/ts2-pss/rad.bob
+++ b/NON-APPROVED/ts2-pss/rad.bob
@@ -51,10 +51,7 @@
     <name>Action Button</name>
     <actions>
       <action type="open_display">
-        <file>ODH_Expert_Monit.bob</file>
-        <macros>
-          <R>$(IDX)</R>
-        </macros>
+        <file>rad_faceplate.bob</file>
         <target>standalone</target>
         <description>Open Faceplate</description>
       </action>
diff --git a/NON-APPROVED/ts2-pss/rad_faceplate.bob b/NON-APPROVED/ts2-pss/rad_faceplate.bob
new file mode 100644
index 0000000000000000000000000000000000000000..d096d33b71b78235d9bd1682d0a8a3510d26a415
--- /dev/null
+++ b/NON-APPROVED/ts2-pss/rad_faceplate.bob
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>RAD Monitor #$(R_IDX)</name>
+  <width>300</width>
+  <height>170</height>
+  <widget type="group" version="2.0.0">
+    <name>Monitors Panel</name>
+    <x>10</x>
+    <y>10</y>
+    <width>280</width>
+    <height>150</height>
+    <style>3</style>
+    <widget type="rectangle" version="2.0.0">
+      <name>BGGrey03-titlebar_1</name>
+      <width>280</width>
+      <height>150</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>BGGrey03-title</name>
+      <text>$(AREA) Radiation Monitor #$(R_IDX)</text>
+      <width>280</width>
+      <height>50</height>
+      <font>
+        <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>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="group" version="2.0.0">
+      <name>Monitor</name>
+      <x>10</x>
+      <y>50</y>
+      <width>260</width>
+      <height>90</height>
+      <style>3</style>
+      <transparent>true</transparent>
+      <widget type="rectangle" version="2.0.0">
+        <name>BGGrey03-background_1</name>
+        <width>260</width>
+        <height>90</height>
+        <line_width>0</line_width>
+        <background_color>
+          <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+          </color>
+        </background_color>
+        <corner_width>5</corner_width>
+        <corner_height>5</corner_height>
+      </widget>
+      <widget type="group" version="2.0.0">
+        <name>Signals</name>
+        <x>10</x>
+        <y>10</y>
+        <width>240</width>
+        <height>70</height>
+        <style>3</style>
+        <widget type="led" version="2.0.0">
+          <name>RM$(R_IDX)HighRad</name>
+          <pv_name>$(P):RM$(R_IDX)HighRad</pv_name>
+          <x>24</x>
+          <y>10</y>
+          <off_color>
+            <color name="LED-RED-OFF" red="110" green="101" blue="90">
+            </color>
+          </off_color>
+          <on_color>
+            <color name="LED-RED-ON" red="255" green="60" blue="46">
+            </color>
+          </on_color>
+        </widget>
+        <widget type="label" version="2.0.0">
+          <name>LB_HighRad</name>
+          <text>High Radiation</text>
+          <x>72</x>
+          <y>10</y>
+          <vertical_alignment>1</vertical_alignment>
+        </widget>
+        <widget type="led" version="2.0.0">
+          <name>RM$(R_IDX)Fault</name>
+          <pv_name>$(P):RM$(R_IDX)Fault</pv_name>
+          <x>24</x>
+          <y>40</y>
+          <off_color>
+            <color name="LED-RED-OFF" red="110" green="101" blue="90">
+            </color>
+          </off_color>
+          <on_color>
+            <color name="LED-RED-ON" red="255" green="60" blue="46">
+            </color>
+          </on_color>
+        </widget>
+        <widget type="label" version="2.0.0">
+          <name>LB_RMFault</name>
+          <text>Monitor Fault</text>
+          <x>72</x>
+          <y>40</y>
+          <width>160</width>
+          <vertical_alignment>1</vertical_alignment>
+        </widget>
+      </widget>
+    </widget>
+  </widget>
+</display>