Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 8 additions & 32 deletions stdApp/op/adl/pid_plot_readback.adl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

file {
name="j:\epics\R3.13.1\share\stdApp\op\adl\pid_plot_readback.adl"
version=020306
name="/home/beams/MWYMAN/sandbox/std/stdApp/op/adl/pid_plot_readback.adl"
version=030111
}
display {
object {
x=476
y=530
x=596
y=273
width=600
height=480
}
Expand Down Expand Up @@ -103,10 +103,14 @@ display {
pen[0] {
chan="$(P)$(PID).VAL"
clr=20
limits {
}
}
pen[1] {
chan="$(P)$(PID).CVAL"
clr=54
limits {
}
}
}
"text entry" {
Expand Down Expand Up @@ -163,31 +167,3 @@ text {
}
textix="Display maxiumum"
}
"related display" {
object {
x=313
y=443
width=103
height=20
}
display[0] {
label="Plot"
name="pid_plot_readback.adl"
args="P=$(P), PID=$(PID)"
policy="replace display"
}
clr=14
bclr=4
}
text {
object {
x=334
y=417
width=60
height=20
}
"basic attribute" {
clr=14
}
textix="Replot"
}
52 changes: 13 additions & 39 deletions stdApp/op/bob/autoconvert/pid_plot_readback.bob
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Saved on 2026-02-20 16:08:18 by mwyman-->
<display version="2.0.0">
<name>pid_plot_readback</name>
<x>476</x>
<y>530</y>
<x>596</x>
<y>273</y>
<width>600</width>
<height>480</height>
<background_color>
Expand All @@ -11,7 +12,7 @@
</background_color>
<grid_visible>false</grid_visible>
<grid_step_x>5</grid_step_x>
<widget type="stripchart" version="2.0.0">
<widget type="stripchart" version="2.1.0">
<name>strip chart #6</name>
<x>1</x>
<y>1</y>
Expand All @@ -23,7 +24,7 @@
</background_color>
<title>$(P)$(PID) setpoint and readback</title>
<show_toolbar>false</show_toolbar>
<time_range>30 second</time_range>
<start>30 second</start>
<y_axes>
<y_axis>
<title></title>
Expand All @@ -33,6 +34,10 @@
<maximum>100.0</maximum>
<show_grid>false</show_grid>
<visible>true</visible>
<color>
<color name="Text" red="0" green="0" blue="0">
</color>
</color>
</y_axis>
</y_axes>
<traces>
Expand Down Expand Up @@ -67,7 +72,7 @@
</traces>
</widget>
<widget type="textentry" version="3.0.0">
<name>text entry #11</name>
<name>text entry #13</name>
<pv_name>$(P)$(PID).HOPR</pv_name>
<x>191</x>
<y>418</y>
Expand All @@ -84,7 +89,7 @@
<border_alarm_sensitive>false</border_alarm_sensitive>
</widget>
<widget type="textentry" version="3.0.0">
<name>text entry #15</name>
<name>text entry #17</name>
<pv_name>$(P)$(PID).LOPR</pv_name>
<x>191</x>
<y>443</y>
Expand All @@ -101,7 +106,7 @@
<border_alarm_sensitive>false</border_alarm_sensitive>
</widget>
<widget type="label" version="2.0.0">
<name>text #19</name>
<name>text #21</name>
<text>Display miniumum</text>
<x>21</x>
<y>443</y>
Expand All @@ -113,7 +118,7 @@
<auto_size>true</auto_size>
</widget>
<widget type="label" version="2.0.0">
<name>text #22</name>
<name>text #24</name>
<text>Display maxiumum</text>
<x>21</x>
<y>418</y>
Expand All @@ -124,35 +129,4 @@
</font>
<auto_size>true</auto_size>
</widget>
<widget type="action_button" version="3.0.0">
<name>related display #25</name>
<actions>
<action type="open_display">
<file>pid_plot_readback.opi</file>
<target>replace</target>
<description>Plot</description>
</action>
</actions>
<text></text>
<x>313</x>
<y>443</y>
<width>103</width>
<height>20</height>
<background_color>
<color red="187" green="187" blue="187">
</color>
</background_color>
</widget>
<widget type="label" version="2.0.0">
<name>text #28</name>
<text>Replot</text>
<x>334</x>
<y>417</y>
<width>60</width>
<font>
<font family="Liberation Sans" style="REGULAR" size="16.0">
</font>
</font>
<auto_size>true</auto_size>
</widget>
</display>
Loading
Loading