-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
op/Boy: Have crate019 as ads and pils
Make one more main button to connect crate 019 with pils, having both pils and ads available.
- Loading branch information
Showing
3 changed files
with
137 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0"> | ||
<actions hook="false" hook_all="false"> | ||
<action type="OPEN_DISPLAY"> | ||
<path>motor-4-pils.opi</path> | ||
<macros> | ||
<include_parent_macros>true</include_parent_macros> | ||
<PREFIX>LabS-MCAG:MC-MCU-19:</PREFIX> | ||
<P>LabS-MCAG:MC-MCU-19:</P> | ||
<M1>m1</M1> | ||
<M2>m2</M2> | ||
<M3>m3</M3> | ||
<M4>m4</M4> | ||
</macros> | ||
<mode>1</mode> | ||
<description></description> | ||
</action> | ||
</actions> | ||
<alarm_pulsing>false</alarm_pulsing> | ||
<backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> | ||
<background_color> | ||
<color red="240" green="240" blue="240" /> | ||
</background_color> | ||
<border_alarm_sensitive>false</border_alarm_sensitive> | ||
<border_color> | ||
<color red="0" green="128" blue="255" /> | ||
</border_color> | ||
<border_style>0</border_style> | ||
<border_width>1</border_width> | ||
<enabled>true</enabled> | ||
<font> | ||
<opifont.name fontName=".SF NS Text" height="11" style="0" pixels="false">Default</opifont.name> | ||
</font> | ||
<forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> | ||
<foreground_color> | ||
<color red="0" green="0" blue="0" /> | ||
</foreground_color> | ||
<height>31</height> | ||
<image></image> | ||
<name>Action Button_2</name> | ||
<push_action_index>0</push_action_index> | ||
<pv_name></pv_name> | ||
<pv_value /> | ||
<rules /> | ||
<scale_options> | ||
<width_scalable>true</width_scalable> | ||
<height_scalable>true</height_scalable> | ||
<keep_wh_ratio>false</keep_wh_ratio> | ||
</scale_options> | ||
<scripts /> | ||
<style>0</style> | ||
<text>MC-MCU019-pils</text> | ||
<toggle_button>false</toggle_button> | ||
<tooltip>$(pv_name) | ||
$(pv_value)</tooltip> | ||
<visible>true</visible> | ||
<widget_type>Action Button</widget_type> | ||
<width>180</width> | ||
<wuid>656a2d8c:15258ee659a:-788d</wuid> | ||
<x>0</x> | ||
<y>0</y> | ||
</widget> |