Skip to content

Commit 2b2096a

Browse files
authored
Merge pull request #1784 from ISISComputingGroup/ticket7814_inter_inclinometer
add inclinometer reading
2 parents 4136835 + a871e14 commit 2b2096a

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

0 commit comments

Comments
 (0)