Skip to content

Commit a871e14

Browse files
committed
add inclinometer reading
1 parent ce8afa8 commit a871e14

File tree

1 file changed

+95
-2
lines changed

1 file changed

+95
-2
lines changed

base/uk.ac.stfc.isis.ibex.opis/resources/inter_beckhoff_params.opi

Lines changed: 95 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<foreground_color>
235235
<color name="ISIS_OPI_Foreground" red="192" green="192" blue="192" />
236236
</foreground_color>
237-
<height>235</height>
237+
<height>259</height>
238238
<lock_children>false</lock_children>
239239
<macros>
240240
<include_parent_macros>true</include_parent_macros>
@@ -1117,6 +1117,99 @@ $(pv_value)</tooltip>
11171117
<x>210</x>
11181118
<y>128</y>
11191119
</widget>
1120+
<widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
1121+
<actions hook="false" hook_all="false" />
1122+
<auto_size>false</auto_size>
1123+
<background_color>
1124+
<color name="ISIS_Label_Background" red="240" green="240" blue="240" />
1125+
</background_color>
1126+
<border_color>
1127+
<color name="ISIS_Border" red="0" green="0" blue="0" />
1128+
</border_color>
1129+
<border_style>0</border_style>
1130+
<border_width>1</border_width>
1131+
<enabled>true</enabled>
1132+
<font>
1133+
<opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">ISIS_Label_NEW</opifont.name>
1134+
</font>
1135+
<foreground_color>
1136+
<color name="ISIS_Standard_Text" red="0" green="0" blue="0" />
1137+
</foreground_color>
1138+
<height>20</height>
1139+
<horizontal_alignment>2</horizontal_alignment>
1140+
<name>Label_2</name>
1141+
<rules />
1142+
<scale_options>
1143+
<width_scalable>true</width_scalable>
1144+
<height_scalable>true</height_scalable>
1145+
<keep_wh_ratio>false</keep_wh_ratio>
1146+
</scale_options>
1147+
<scripts />
1148+
<show_scrollbar>false</show_scrollbar>
1149+
<text>INCLINOMETER_ANGLE:</text>
1150+
<tooltip></tooltip>
1151+
<transparent>false</transparent>
1152+
<vertical_alignment>1</vertical_alignment>
1153+
<visible>true</visible>
1154+
<widget_type>Label</widget_type>
1155+
<width>187</width>
1156+
<wrap_words>true</wrap_words>
1157+
<wuid>1b9e8df3:195a8acee6d:-7f4c</wuid>
1158+
<x>12</x>
1159+
<y>197</y>
1160+
</widget>
1161+
<widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
1162+
<actions hook="false" hook_all="false" />
1163+
<alarm_pulsing>false</alarm_pulsing>
1164+
<auto_size>false</auto_size>
1165+
<backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
1166+
<background_color>
1167+
<color name="ISIS_Label_Background" red="240" green="240" blue="240" />
1168+
</background_color>
1169+
<border_alarm_sensitive>true</border_alarm_sensitive>
1170+
<border_color>
1171+
<color name="ISIS_Border" red="0" green="0" blue="0" />
1172+
</border_color>
1173+
<border_style>0</border_style>
1174+
<border_width>1</border_width>
1175+
<enabled>true</enabled>
1176+
<font>
1177+
<opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">ISIS_Value_NEW</opifont.name>
1178+
</font>
1179+
<forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
1180+
<foreground_color>
1181+
<color name="ISIS_Standard_Text" red="0" green="0" blue="0" />
1182+
</foreground_color>
1183+
<format_type>0</format_type>
1184+
<height>20</height>
1185+
<horizontal_alignment>0</horizontal_alignment>
1186+
<name>Text Update_6</name>
1187+
<precision>0</precision>
1188+
<precision_from_pv>true</precision_from_pv>
1189+
<pv_name>$(PV_ROOT)INCLINOMETER_ANGLE</pv_name>
1190+
<pv_value />
1191+
<rotation_angle>0.0</rotation_angle>
1192+
<rules />
1193+
<scale_options>
1194+
<width_scalable>true</width_scalable>
1195+
<height_scalable>true</height_scalable>
1196+
<keep_wh_ratio>false</keep_wh_ratio>
1197+
</scale_options>
1198+
<scripts />
1199+
<show_units>true</show_units>
1200+
<text>######</text>
1201+
<tooltip>$(pv_name)
1202+
$(pv_value)</tooltip>
1203+
<transparent>true</transparent>
1204+
<vertical_alignment>1</vertical_alignment>
1205+
<visible>true</visible>
1206+
<widget_type>Text Update</widget_type>
1207+
<width>85</width>
1208+
<wrap_words>false</wrap_words>
1209+
<wuid>1b9e8df3:195a8acee6d:-7f44</wuid>
1210+
<x>210</x>
1211+
<y>197</y>
1212+
</widget>
11201213
</widget>
11211214
<widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
11221215
<actions hook="false" hook_all="false" />
@@ -1561,7 +1654,7 @@ $(pv_value)</tooltip>
15611654
<foreground_color>
15621655
<color name="ISIS_OPI_Foreground" red="192" green="192" blue="192" />
15631656
</foreground_color>
1564-
<height>397</height>
1657+
<height>421</height>
15651658
<lock_children>false</lock_children>
15661659
<macros>
15671660
<include_parent_macros>true</include_parent_macros>

0 commit comments

Comments
 (0)