-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5517d7d
commit 61581d0
Showing
4 changed files
with
682 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<display version="2.0.0"> | ||
<name>ScriptMotorReload</name> | ||
<x>663</x> | ||
<y>227</y> | ||
<width>220</width> | ||
<height>75</height> | ||
<background_color> | ||
<color red="187" green="187" blue="187"> | ||
</color> | ||
</background_color> | ||
<grid_visible>false</grid_visible> | ||
<grid_step_x>5</grid_step_x> | ||
<widget type="rectangle" version="2.0.0"> | ||
<name>rectangle #6</name> | ||
<width>250</width> | ||
<height>25</height> | ||
<line_color> | ||
<color red="39" green="84" blue="141"> | ||
</color> | ||
</line_color> | ||
<background_color> | ||
<color red="39" green="84" blue="141"> | ||
</color> | ||
</background_color> | ||
</widget> | ||
<widget type="action_button" version="3.0.0"> | ||
<name>message button #9</name> | ||
<actions> | ||
<action type="write_pv"> | ||
<pv_name>$(P)$(PORT):ScriptReload</pv_name> | ||
<value>1</value> | ||
<description>Write</description> | ||
</action> | ||
</actions> | ||
<pv_name>$(P)$(PORT):ScriptReload</pv_name> | ||
<text>Reload $(PORT)</text> | ||
<x>10</x> | ||
<y>35</y> | ||
<width>200</width> | ||
<background_color> | ||
<color red="60" green="180" blue="32"> | ||
</color> | ||
</background_color> | ||
</widget> | ||
<widget type="rectangle" version="2.0.0"> | ||
<name>rectangle #12</name> | ||
<x>-7</x> | ||
<y>-7</y> | ||
<width>257</width> | ||
<height>32</height> | ||
<line_color> | ||
<color red="0" green="0" blue="0"> | ||
</color> | ||
</line_color> | ||
<background_color> | ||
<color red="0" green="0" blue="0"> | ||
</color> | ||
</background_color> | ||
<transparent>true</transparent> | ||
</widget> | ||
<widget type="label" version="2.0.0"> | ||
<name>text #15</name> | ||
<text>Script Motor Reload</text> | ||
<x>5</x> | ||
<y>3</y> | ||
<width>200</width> | ||
<font> | ||
<font family="Liberation Sans" style="REGULAR" size="16.0"> | ||
</font> | ||
</font> | ||
<foreground_color> | ||
<color red="255" green="255" blue="255"> | ||
</color> | ||
</foreground_color> | ||
<auto_size>true</auto_size> | ||
</widget> | ||
</display> |
101 changes: 101 additions & 0 deletions
101
scriptMotorApp/op/edl/autoconvert/ScriptMotorReload.edl
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,101 @@ | ||
4 0 1 | ||
beginScreenProperties | ||
major 4 | ||
minor 0 | ||
release 1 | ||
x 663 | ||
y 227 | ||
w 220 | ||
h 75 | ||
font "helvetica-medium-r-18.0" | ||
ctlFont "helvetica-bold-r-10.0" | ||
btnFont "helvetica-medium-r-18.0" | ||
fgColor rgb 0 0 0 | ||
bgColor rgb 47872 47872 47872 | ||
textColor rgb 0 0 0 | ||
ctlFgColor1 rgb 64256 62208 18944 | ||
ctlFgColor2 rgb 60928 46592 11008 | ||
ctlBgColor1 rgb 52480 24832 0 | ||
ctlBgColor2 rgb 65280 45056 65280 | ||
topShadowColor rgb 44544 19968 48128 | ||
botShadowColor rgb 13312 13056 34304 | ||
showGrid | ||
snapToGrid | ||
gridSize 4 | ||
endScreenProperties | ||
|
||
# (Rectangle) | ||
object activeRectangleClass | ||
beginObjectProperties | ||
major 4 | ||
minor 0 | ||
release 0 | ||
x 0 | ||
y 0 | ||
w 249 | ||
h 24 | ||
lineColor rgb 9984 21504 36096 | ||
fill | ||
fillColor rgb 9984 21504 36096 | ||
lineWidth 0 | ||
endObjectProperties | ||
|
||
# (Rectangle) | ||
object activeRectangleClass | ||
beginObjectProperties | ||
major 4 | ||
minor 0 | ||
release 0 | ||
x -6 | ||
y -6 | ||
w 254 | ||
h 29 | ||
lineColor rgb 0 0 0 | ||
fillColor rgb 0 0 0 | ||
lineWidth 3 | ||
endObjectProperties | ||
|
||
# (Static Text) | ||
object activeXTextClass | ||
beginObjectProperties | ||
major 4 | ||
minor 1 | ||
release 1 | ||
x 5 | ||
y 3 | ||
w 200 | ||
h 20 | ||
font "helvetica-medium-r-14.0" | ||
fgColor rgb 65280 65280 65280 | ||
bgColor index 3 | ||
useDisplayBg | ||
value { | ||
"Script Motor Reload" | ||
} | ||
endObjectProperties | ||
|
||
# (Message Button) | ||
object activeMessageButtonClass | ||
beginObjectProperties | ||
major 4 | ||
minor 0 | ||
release 0 | ||
x 10 | ||
y 35 | ||
w 200 | ||
h 30 | ||
fgColor rgb 0 0 0 | ||
onColor rgb 15360 46080 8192 | ||
offColor rgb 15360 46080 8192 | ||
topShadowColor rgb 65280 65280 65280 | ||
botShadowColor rgb 0 0 0 | ||
controlPv "$(P)$(PORT):ScriptReload" | ||
pressValue "1" | ||
releaseValue | ||
onLabel "Reload $(PORT)" | ||
offLabel "Reload $(PORT)" | ||
3d | ||
useEnumNumeric | ||
font "helvetica-medium-r-18.0" | ||
endObjectProperties | ||
|
Oops, something went wrong.