Skip to content
Snippets Groups Projects
Commit 064c3c21 authored by Emilio Asensi's avatar Emilio Asensi
Browse files

TS2 main page version 2

parent 2120c9c8
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<display version="2.0.0">
<name>Night button</name>
<width>135</width>
<height>60</height>
<background_color>
<color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
</color>
</background_color>
<widget type="led" version="2.0.0">
<name>EH42_led</name>
<pv_name>TS2-010CRM:Cryo-EH-042:OpMode_Auto</pv_name>
<x>10</x>
<y>35</y>
<off_color>
<color name="BACKGROUND" red="220" green="225" blue="221">
</color>
</off_color>
<on_color>
<color name="ON" red="70" green="255" blue="70">
</color>
</on_color>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button_4</name>
<actions execute_as_one="true">
<action type="write_pv">
<pv_name>TS2-010CDL:Cryo-CV-82303:Cmd_Manual</pv_name>
<value>1</value>
<description>CV-82303 Manual</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-011:Cmd_Manual</pv_name>
<value>1</value>
<description>EH 11 Manual</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-012:Cmd_Manual</pv_name>
<value>1</value>
<description>EH 12 Manual</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-021:Cmd_Manual</pv_name>
<value>1</value>
<description>EH 21 Manual</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-022:Cmd_Manual</pv_name>
<value>1</value>
<description>EH 22 Manual</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-031:Cmd_Manual</pv_name>
<value>1</value>
<description>EH 31 Manual</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-032:Cmd_Manual</pv_name>
<value>1</value>
<description>EH 32 Manual</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-041:Cmd_Manual</pv_name>
<value>1</value>
<description>EH 41 Manual</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-042:Cmd_Manual</pv_name>
<value>1</value>
<description>EH 42 Manual</description>
</action>
</actions>
<text>Day Mode</text>
<x>35</x>
<font>
<font family="Source Sans Pro" style="BOLD" size="16.0">
</font>
</font>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button_5</name>
<actions execute_as_one="true">
<action type="write_pv">
<pv_name>TS2-010CDL:Cryo-CV-82303:Cmd_Auto</pv_name>
<value>1</value>
<description>CV-82303 Auto</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-011:Cmd_Auto</pv_name>
<value>1</value>
<description>EH 11 Auto</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-012:Cmd_Auto</pv_name>
<value>1</value>
<description>EH 12 Auto</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-021:Cmd_Auto</pv_name>
<value>1</value>
<description>EH 21 Auto</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-022:Cmd_Auto</pv_name>
<value>1</value>
<description>EH 22 Auto</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-031:Cmd_Auto</pv_name>
<value>1</value>
<description>EH 31 Auto</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-032:Cmd_Auto</pv_name>
<value>1</value>
<description>EH 32 Auto</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-041:Cmd_Auto</pv_name>
<value>1</value>
<description>EH 41 Auto</description>
</action>
<action type="write_pv">
<pv_name>TS2-010CRM:Cryo-EH-042:Cmd_Auto</pv_name>
<value>1</value>
<description>EH 42 Auto</description>
</action>
</actions>
<text>Night Mode</text>
<x>35</x>
<y>30</y>
<font>
<font family="Source Sans Pro" style="BOLD" size="16.0">
</font>
</font>
<tooltip>$(actions)</tooltip>
</widget>
</display>
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
<name>010</name> <name>010</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>010</IDX> <IDX>010</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 010</description> <description>Open 010</description>
</action> </action>
</actions> </actions>
...@@ -45,12 +45,12 @@ ...@@ -45,12 +45,12 @@
<name>011</name> <name>011</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>011</IDX> <IDX>011</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 011</description> <description>Open 011</description>
</action> </action>
</actions> </actions>
...@@ -80,12 +80,12 @@ ...@@ -80,12 +80,12 @@
<name>012</name> <name>012</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>012</IDX> <IDX>012</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 012</description> <description>Open 012</description>
</action> </action>
</actions> </actions>
...@@ -115,12 +115,12 @@ ...@@ -115,12 +115,12 @@
<name>013</name> <name>013</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>013</IDX> <IDX>013</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 013</description> <description>Open 013</description>
</action> </action>
</actions> </actions>
...@@ -150,12 +150,12 @@ ...@@ -150,12 +150,12 @@
<name>020</name> <name>020</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>020</IDX> <IDX>020</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 020</description> <description>Open 020</description>
</action> </action>
</actions> </actions>
...@@ -185,12 +185,12 @@ ...@@ -185,12 +185,12 @@
<name>021</name> <name>021</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>021</IDX> <IDX>021</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 021</description> <description>Open 021</description>
</action> </action>
</actions> </actions>
...@@ -220,12 +220,12 @@ ...@@ -220,12 +220,12 @@
<name>022</name> <name>022</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>022</IDX> <IDX>022</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 022</description> <description>Open 022</description>
</action> </action>
</actions> </actions>
...@@ -255,12 +255,12 @@ ...@@ -255,12 +255,12 @@
<name>023</name> <name>023</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>023</IDX> <IDX>023</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 023</description> <description>Open 023</description>
</action> </action>
</actions> </actions>
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
<name>030</name> <name>030</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>030</IDX> <IDX>030</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
...@@ -327,12 +327,12 @@ ...@@ -327,12 +327,12 @@
<name>031</name> <name>031</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>031</IDX> <IDX>031</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 031</description> <description>Open 031</description>
</action> </action>
</actions> </actions>
...@@ -363,12 +363,12 @@ ...@@ -363,12 +363,12 @@
<name>032</name> <name>032</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>032</IDX> <IDX>032</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 032</description> <description>Open 032</description>
</action> </action>
</actions> </actions>
...@@ -399,12 +399,12 @@ ...@@ -399,12 +399,12 @@
<name>033</name> <name>033</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>033</IDX> <IDX>033</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 033</description> <description>Open 033</description>
</action> </action>
</actions> </actions>
...@@ -435,12 +435,12 @@ ...@@ -435,12 +435,12 @@
<name>040</name> <name>040</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>040</IDX> <IDX>040</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 040</description> <description>Open 040</description>
</action> </action>
</actions> </actions>
...@@ -470,12 +470,12 @@ ...@@ -470,12 +470,12 @@
<name>041</name> <name>041</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>041</IDX> <IDX>041</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 041</description> <description>Open 041</description>
</action> </action>
</actions> </actions>
...@@ -506,12 +506,12 @@ ...@@ -506,12 +506,12 @@
<name>042</name> <name>042</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>042</IDX> <IDX>042</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 042</description> <description>Open 042</description>
</action> </action>
</actions> </actions>
...@@ -542,12 +542,12 @@ ...@@ -542,12 +542,12 @@
<name>043</name> <name>043</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>043</IDX> <IDX>043</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 043</description> <description>Open 043</description>
</action> </action>
</actions> </actions>
...@@ -578,12 +578,12 @@ ...@@ -578,12 +578,12 @@
<name>060</name> <name>060</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>060</IDX> <IDX>060</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 060</description> <description>Open 060</description>
</action> </action>
</actions> </actions>
...@@ -614,12 +614,12 @@ ...@@ -614,12 +614,12 @@
<name>061</name> <name>061</name>
<actions> <actions>
<action type="open_display"> <action type="open_display">
<file>../../ess-opis # noqa 204/NON-APPROVED/TS2/ts2-tdk-lambda/ps.bob</file> <file>ps.bob</file>
<macros> <macros>
<IDX>061</IDX> <IDX>061</IDX>
<TDK>$(TDK_PREFIX)-$(IDX)</TDK> <TDK>$(TDK_PREFIX)-$(IDX)</TDK>
</macros> </macros>
<target>tab</target> <target>standalone</target>
<description>Open 061</description> <description>Open 061</description>
</action> </action>
</actions> </actions>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment