Skip to content

Commit

Permalink
Minor fixes to change text widgets from decimal to string; DTYP and E…
Browse files Browse the repository at this point in the history
…GU we not displaying correctly in Phoebus
  • Loading branch information
MarkRivers committed May 18, 2023
1 parent 3b2e523 commit c3d6c6e
Show file tree
Hide file tree
Showing 5 changed files with 1,190 additions and 1,186 deletions.
31 changes: 17 additions & 14 deletions motorApp/op/adl/motorx_all.adl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

file {
name="/home/oxygen/MOONEY/epics/synApps/support/motor/motorApp/op/adl/motorx_all.adl"
version=030107
name="/home/epics/support/motor/motorApp/op/adl/motorx_all.adl"
version=030117
}
display {
object {
x=188
y=29
y=31
width=450
height=875
}
Expand Down Expand Up @@ -87,6 +87,17 @@ display {
1a7309,
}
}
rectangle {
object {
x=0
y=0
width=450
height=26
}
"basic attribute" {
clr=1
}
}
rectangle {
object {
x=80
Expand Down Expand Up @@ -597,6 +608,7 @@ text {
clr=14
bclr=1
}
format="string"
limits {
}
}
Expand Down Expand Up @@ -1237,17 +1249,6 @@ text {
textix="SET"
align="horiz. centered"
}
rectangle {
object {
x=0
y=0
width=450
height=26
}
"basic attribute" {
clr=1
}
}
"text entry" {
object {
x=0
Expand All @@ -1260,6 +1261,7 @@ rectangle {
clr=54
bclr=1
}
format="string"
limits {
}
}
Expand Down Expand Up @@ -1306,6 +1308,7 @@ text {
bclr=1
}
align="horiz. centered"
format="string"
limits {
}
}
Expand Down
Loading

0 comments on commit c3d6c6e

Please sign in to comment.