From b6e6f326bec206ca19fbac87cc392c3e723533b0 Mon Sep 17 00:00:00 2001 From: Emilio Asensi <emilio.asensiconejero@esss.se> Date: Tue, 18 Aug 2020 15:53:14 +0200 Subject: [PATCH] Filter signals in OPI for test --- NON-APPROVED/TS2/ts2-cryomodule/TS2_main2.bob | 88 ++++++++++++++++++- 1 file changed, 87 insertions(+), 1 deletion(-) diff --git a/NON-APPROVED/TS2/ts2-cryomodule/TS2_main2.bob b/NON-APPROVED/TS2/ts2-cryomodule/TS2_main2.bob index f1d1e88a..76c7770e 100755 --- a/NON-APPROVED/TS2/ts2-cryomodule/TS2_main2.bob +++ b/NON-APPROVED/TS2/ts2-cryomodule/TS2_main2.bob @@ -3407,7 +3407,7 @@ </widget> <widget type="label" version="2.0.0"> <name>Label_20</name> - <text>version 2020-07-31 15:00</text> + <text>version 2020-08-18 16:00</text> <x>2287</x> <y>1303</y> <width>197</width> @@ -3605,4 +3605,90 @@ <height>50</height> <resize>1</resize> </widget> + <widget type="label" version="2.0.0"> + <name>PID_CV01 filter time</name> + <text>PID_CV01 filter time (s)</text> + <x>2171</x> + <y>628</y> + <width>183</width> + <height>29</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.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> + <tooltip>Device name</tooltip> + </widget> + <widget type="textentry" version="3.0.0"> + <name>WID_FilterTime</name> + <pv_name>TS2-010CDL:Cryo-PID-EH01:PID_Color</pv_name> + <x>2359</x> + <y>636</y> + <width>59</width> + <height>15</height> + <background_color> + <color name="Read_Background" red="230" green="235" blue="232"> + </color> + </background_color> + <precision>0</precision> + <show_units>false</show_units> + <border_alarm_sensitive>false</border_alarm_sensitive> + <border_width>1</border_width> + <border_color> + <color name="GRAY-BORDER" red="121" green="121" blue="121"> + </color> + </border_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LT001 filter time</name> + <text>LT001 DAQ filter time (s)</text> + <x>2178</x> + <y>605</y> + <width>177</width> + <height>29</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.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> + <tooltip>Device name</tooltip> + </widget> + <widget type="textentry" version="3.0.0"> + <name>WID_FilterTimeLT</name> + <pv_name>TS2-010CDL:Cryo-PID-EH02:PID_Color</pv_name> + <x>2359</x> + <y>613</y> + <width>59</width> + <height>15</height> + <background_color> + <color name="Read_Background" red="230" green="235" blue="232"> + </color> + </background_color> + <precision>0</precision> + <show_units>false</show_units> + <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> </display> -- GitLab