Skip to content

Commit

Permalink
Fix shutter-1.opi: Remove the EGU field
Browse files Browse the repository at this point in the history
Remove the .EGU field, caused by a bad line in the Makefile

Changes to be committed:
    modified:   ethercatmcExApp/op/Boy/shutter-1.opi
    modified:   ethercatmcExApp/op/Boy/tools/Makefile
  • Loading branch information
tboegi committed Apr 26, 2024
1 parent 10142f5 commit 41d916c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 103 deletions.
102 changes: 0 additions & 102 deletions ethercatmcExApp/op/Boy/shutter-1.opi
Original file line number Diff line number Diff line change
Expand Up @@ -1177,106 +1177,4 @@ $(pv_value)</tooltip>
$(pv_value)</tooltip>
<x>72</x>
</widget>
<widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0">
<border_alarm_sensitive>false</border_alarm_sensitive>
<visible>true</visible>
<vertical_alignment>1</vertical_alignment>
<show_units>false</show_units>
<wuid>39872d87:13e14015f61:d21</wuid>
<auto_size>false</auto_size>
<rotation_angle>0.0</rotation_angle>
<scripts />
<height>12</height>
<name>Text Update</name>
<forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
<scale_options>
<width_scalable>true</width_scalable>
<height_scalable>true</height_scalable>
<keep_wh_ratio>false</keep_wh_ratio>
</scale_options>
<format_type>1</format_type>
<precision_from_pv>true</precision_from_pv>
<transparent>false</transparent>
<pv_name>$(P)$(M1).EGU</pv_name>
<background_color>
<color name="Gray_3" red="200" green="200" blue="200" />
</background_color>
<foreground_color>
<color name="ioc_read_fg" red="10" green="0" blue="184" />
</foreground_color>
<widget_type>Text Update</widget_type>
<enabled>true</enabled>
<text>######</text>
<backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
<precision>0</precision>
<font>
<fontdata fontName="Sans" height="8" style="0" />
</font>
<width>116</width>
<border_style>0</border_style>
<rules />
<pv_value />
<border_width>1</border_width>
<border_color>
<color red="0" green="128" blue="255" />
</border_color>
<horizontal_alignment>1</horizontal_alignment>
<actions hook="false" hook_all="false" />
<y>48</y>
<wrap_words>false</wrap_words>
<tooltip>$(pv_name)
$(pv_value)</tooltip>
<x>0</x>
</widget>
<widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0">
<border_alarm_sensitive>false</border_alarm_sensitive>
<visible>true</visible>
<vertical_alignment>1</vertical_alignment>
<show_units>false</show_units>
<wuid>39872d87:13e14015f61:d26</wuid>
<auto_size>false</auto_size>
<rotation_angle>0.0</rotation_angle>
<scripts />
<height>17</height>
<name>Text Update</name>
<forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
<scale_options>
<width_scalable>true</width_scalable>
<height_scalable>true</height_scalable>
<keep_wh_ratio>false</keep_wh_ratio>
</scale_options>
<format_type>1</format_type>
<precision_from_pv>true</precision_from_pv>
<transparent>false</transparent>
<pv_name>$(P)$(M1).RBV</pv_name>
<background_color>
<color name="Gray_3" red="200" green="200" blue="200" />
</background_color>
<foreground_color>
<color name="ioc_read_fg" red="10" green="0" blue="184" />
</foreground_color>
<widget_type>Text Update</widget_type>
<enabled>true</enabled>
<text>######</text>
<backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
<precision>0</precision>
<font>
<fontdata fontName="Sans" height="13" style="0" />
</font>
<width>94</width>
<border_style>0</border_style>
<rules />
<pv_value />
<border_width>1</border_width>
<border_color>
<color red="0" green="128" blue="255" />
</border_color>
<horizontal_alignment>1</horizontal_alignment>
<actions hook="false" hook_all="false" />
<y>61</y>
<wrap_words>false</wrap_words>
<tooltip>$(pv_name)
$(pv_value)</tooltip>
<x>11</x>
</widget>
</display>
2 changes: 1 addition & 1 deletion ethercatmcExApp/op/Boy/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ AUXBITS_PTPERRORSTATUS="15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0"
./genExpertWithAuxBits.sh $@ ethercatmcStatusWord1802 $(AUXBITS_STATUSWORD)

../shutter-1.opi: $(DEPENDENCIES_FOR_SHUTTER_OPI)
./genMotorShutter.sh $@ pils shutter 1 x 1
./genMotorShutter.sh $@ pils shutter s

../IOC.opi: Makefile genIOC.sh IOC*.*
./genIOC.sh ../IOC.opi IOC
Expand Down

0 comments on commit 41d916c

Please sign in to comment.