Skip to content

Commit

Permalink
op/Boy: Clean up the color definition
Browse files Browse the repository at this point in the history
Remove all the MEDM or other color definitions.
Keep only red, green, blue
  • Loading branch information
tboegi committed May 20, 2024
1 parent b548037 commit 001df18
Show file tree
Hide file tree
Showing 28 changed files with 1,328 additions and 1,328 deletions.
30 changes: 15 additions & 15 deletions ethercatmcExApp/op/Boy/ethercatmcaxisExpert-ecmc.opi
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_1</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>STOP</off_label>
<on_color>
Expand Down Expand Up @@ -124,7 +124,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_5</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>JOGR</off_label>
<on_color>
Expand Down Expand Up @@ -196,7 +196,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_6</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>JOGF</off_label>
<on_color>
Expand Down Expand Up @@ -325,7 +325,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_14</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>ErrRst</off_label>
<on_color>
Expand Down Expand Up @@ -702,7 +702,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_18</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>lls</off_label>
<on_color>
Expand Down Expand Up @@ -761,7 +761,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_19</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>hls</off_label>
<on_color>
Expand Down Expand Up @@ -1141,7 +1141,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_12</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>movn</off_label>
<on_color>
Expand Down Expand Up @@ -1200,7 +1200,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_13</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>dmov</off_label>
<on_color>
Expand Down Expand Up @@ -1259,7 +1259,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_15</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>err</off_label>
<on_color>
Expand Down Expand Up @@ -1318,7 +1318,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_16</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>miss</off_label>
<on_color>
Expand Down Expand Up @@ -1377,7 +1377,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_14</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>lvio</off_label>
<on_color>
Expand Down Expand Up @@ -1560,7 +1560,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_17</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>alarm</off_label>
<off_state></off_state>
Expand Down Expand Up @@ -1973,7 +1973,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_11</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>DIR</off_label>
<on_color>
Expand Down Expand Up @@ -2888,7 +2888,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_10</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>UEIP</off_label>
<on_color>
Expand Down Expand Up @@ -3791,7 +3791,7 @@ $(pv_value)</tooltip>
<height>24</height>
<name>LED Template_51</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>pw</off_label>
<on_color>
Expand Down
30 changes: 15 additions & 15 deletions ethercatmcExApp/op/Boy/ethercatmcaxisExpert-pils-ptp.opi
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_1</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>STOP</off_label>
<on_color>
Expand Down Expand Up @@ -453,7 +453,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_5</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>JOGR</off_label>
<on_color>
Expand Down Expand Up @@ -525,7 +525,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_6</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>JOGF</off_label>
<on_color>
Expand Down Expand Up @@ -654,7 +654,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_14</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>ErrRst</off_label>
<on_color>
Expand Down Expand Up @@ -1031,7 +1031,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_18</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>lls</off_label>
<on_color>
Expand Down Expand Up @@ -1090,7 +1090,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_19</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>hls</off_label>
<on_color>
Expand Down Expand Up @@ -1470,7 +1470,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_12</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>movn</off_label>
<on_color>
Expand Down Expand Up @@ -1529,7 +1529,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_13</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>dmov</off_label>
<on_color>
Expand Down Expand Up @@ -1588,7 +1588,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_15</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>err</off_label>
<on_color>
Expand Down Expand Up @@ -1647,7 +1647,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_16</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>miss</off_label>
<on_color>
Expand Down Expand Up @@ -1706,7 +1706,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_14</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>lvio</off_label>
<on_color>
Expand Down Expand Up @@ -1889,7 +1889,7 @@ $(pv_value)</tooltip>
<height>40</height>
<name>LED Template_17</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>alarm</off_label>
<off_state></off_state>
Expand Down Expand Up @@ -2302,7 +2302,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_11</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>DIR</off_label>
<on_color>
Expand Down Expand Up @@ -3217,7 +3217,7 @@ $(pv_value)</tooltip>
<labels_from_pv>false</labels_from_pv>
<name>Boolean Button Template_10</name>
<off_color>
<color name="IO PV OFF" red="149" green="125" blue="71" />
<color red="149" green="125" blue="71" />
</off_color>
<off_label>UEIP</off_label>
<on_color>
Expand Down Expand Up @@ -4120,7 +4120,7 @@ $(pv_value)</tooltip>
<height>24</height>
<name>LED Template_51</name>
<off_color>
<color name="IO PV OFF" red="77" green="77" blue="77" />
<color red="77" green="77" blue="77" />
</off_color>
<off_label>pw</off_label>
<on_color>
Expand Down
Loading

0 comments on commit 001df18

Please sign in to comment.