Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding IOCNAME into mtr details page #1491

Merged
merged 2 commits into from
Oct 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 94 additions & 1 deletion base/uk.ac.stfc.isis.ibex.opis/resources/Motor/details.opi
Original file line number Diff line number Diff line change
Expand Up @@ -5360,7 +5360,7 @@ $(pv_value)</tooltip>
<foreground_color>
<color name="ISIS_OPI_Foreground" red="192" green="192" blue="192" />
</foreground_color>
<height>378</height>
<height>415</height>
<lock_children>false</lock_children>
<macros>
<include_parent_macros>true</include_parent_macros>
Expand Down Expand Up @@ -6694,6 +6694,99 @@ $(pv_value)</tooltip>
<x>140</x>
<y>21</y>
</widget>
<widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
<actions hook="false" hook_all="false" />
<auto_size>false</auto_size>
<background_color>
<color name="ISIS_Label_Background" red="240" green="240" blue="240" />
</background_color>
<border_color>
<color name="ISIS_Border" red="0" green="0" blue="0" />
</border_color>
<border_style>0</border_style>
<border_width>1</border_width>
<enabled>true</enabled>
<font>
<opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">ISIS_Label_NEW</opifont.name>
</font>
<foreground_color>
<color name="ISIS_Standard_Text" red="0" green="0" blue="0" />
</foreground_color>
<height>20</height>
<horizontal_alignment>0</horizontal_alignment>
<name>Label_20</name>
<rules />
<scale_options>
<width_scalable>true</width_scalable>
<height_scalable>true</height_scalable>
<keep_wh_ratio>false</keep_wh_ratio>
</scale_options>
<scripts />
<show_scrollbar>false</show_scrollbar>
<text>IOC:</text>
<tooltip></tooltip>
<transparent>false</transparent>
<vertical_alignment>1</vertical_alignment>
<visible>true</visible>
<widget_type>Label</widget_type>
<width>65</width>
<wrap_words>true</wrap_words>
<wuid>23c53e07:183d636a910:-7ebe</wuid>
<x>0</x>
<y>348</y>
</widget>
<widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
<actions hook="false" hook_all="false" />
<alarm_pulsing>false</alarm_pulsing>
<auto_size>false</auto_size>
<backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
<background_color>
<color name="ISIS_Label_Background" red="240" green="240" blue="240" />
</background_color>
<border_alarm_sensitive>true</border_alarm_sensitive>
<border_color>
<color name="ISIS_Border" red="0" green="0" blue="0" />
</border_color>
<border_style>0</border_style>
<border_width>1</border_width>
<enabled>true</enabled>
<font>
<opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">ISIS_Value_NEW</opifont.name>
</font>
<forecolor_alarm_sensitive>true</forecolor_alarm_sensitive>
<foreground_color>
<color name="ISIS_Standard_Text" red="0" green="0" blue="0" />
</foreground_color>
<format_type>0</format_type>
<height>20</height>
<horizontal_alignment>0</horizontal_alignment>
<name>Text Update_10</name>
<precision>0</precision>
<precision_from_pv>true</precision_from_pv>
<pv_name>$(M)_IOCNAME</pv_name>
<pv_value />
<rotation_angle>0.0</rotation_angle>
<rules />
<scale_options>
<width_scalable>true</width_scalable>
<height_scalable>true</height_scalable>
<keep_wh_ratio>false</keep_wh_ratio>
</scale_options>
<scripts />
<show_units>false</show_units>
<text>######</text>
<tooltip>$(pv_name)
$(pv_value)</tooltip>
<transparent>true</transparent>
<vertical_alignment>1</vertical_alignment>
<visible>true</visible>
<widget_type>Text Update</widget_type>
<width>92</width>
<wrap_words>false</wrap_words>
<wuid>23c53e07:183d636a910:-7ebd</wuid>
<x>142</x>
<y>348</y>
</widget>
</widget>
<widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
<actions hook="false" hook_all="false" />
Expand Down