-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpid_plot_readback.adl
More file actions
executable file
·169 lines (168 loc) · 1.69 KB
/
pid_plot_readback.adl
File metadata and controls
executable file
·169 lines (168 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
file {
name="/home/beams/MWYMAN/sandbox/std/stdApp/op/adl/pid_plot_readback.adl"
version=030111
}
display {
object {
x=596
y=273
width=600
height=480
}
clr=14
bclr=4
cmap=""
gridSpacing=5
gridOn=0
snapToGrid=0
}
"color map" {
ncolors=65
colors {
ffffff,
ececec,
dadada,
c8c8c8,
bbbbbb,
aeaeae,
9e9e9e,
919191,
858585,
787878,
696969,
5a5a5a,
464646,
2d2d2d,
000000,
00d800,
1ebb00,
339900,
2d7f00,
216c00,
fd0000,
de1309,
be190b,
a01207,
820400,
5893ff,
597ee1,
4b6ec7,
3a5eab,
27548d,
fbf34a,
f9da3c,
eeb62b,
e19015,
cd6100,
ffb0ff,
d67fe2,
ae4ebc,
8b1a96,
610a75,
a4aaff,
8793e2,
6a73c1,
4d52a4,
343386,
c7bb6d,
b79d5c,
a47e3c,
7d5627,
58340f,
99ffff,
73dfff,
4ea5f9,
2a63e4,
0a00b8,
ebf1b5,
d4db9d,
bbc187,
a6a462,
8b8239,
73ff6b,
52da3b,
3cb420,
289315,
1a7309,
}
}
"strip chart" {
object {
x=1
y=1
width=600
height=400
}
plotcom {
title="$(P)$(PID) setpoint and readback"
clr=14
bclr=4
}
period=30.000000
pen[0] {
chan="$(P)$(PID).VAL"
clr=20
limits {
}
}
pen[1] {
chan="$(P)$(PID).CVAL"
clr=54
limits {
}
}
}
"text entry" {
object {
x=191
y=418
width=100
height=20
}
control {
chan="$(P)$(PID).HOPR"
clr=14
bclr=51
}
limits {
}
}
"text entry" {
object {
x=191
y=443
width=100
height=20
}
control {
chan="$(P)$(PID).LOPR"
clr=14
bclr=51
}
limits {
}
}
text {
object {
x=21
y=443
width=160
height=20
}
"basic attribute" {
clr=14
}
textix="Display miniumum"
}
text {
object {
x=21
y=418
width=160
height=20
}
"basic attribute" {
clr=14
}
textix="Display maxiumum"
}