Skip to content

Commit 38ed1ed

Browse files
Changed numImagesCounter->RBV, and titles of graphs
1 parent 06476fd commit 38ed1ed

File tree

2 files changed

+107
-25
lines changed

2 files changed

+107
-25
lines changed

example-synoptic/b23-services/synoptic/techui-support/bob/ADAravis/ADAravis_summary.bob

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--Saved on 2025-12-02 08:19:52 by uns32131-->
2+
<!--Saved on 2025-12-04 07:31:41 by uns32131-->
33
<display version="2.0.0">
44
<name>Camera Screen</name>
55
<width>860</width>
@@ -692,27 +692,6 @@
692692
</color>
693693
</border_color>
694694
</widget>
695-
<widget type="textentry" version="3.0.0">
696-
<name>Num Images</name>
697-
<pv_name>$(P):CAM:NumImages</pv_name>
698-
<x>140</x>
699-
<y>125</y>
700-
<width>235</width>
701-
<font>
702-
<font family="Arial" style="REGULAR" size="14.0">
703-
</font>
704-
</font>
705-
<background_color>
706-
<color red="255" green="255" blue="255">
707-
</color>
708-
</background_color>
709-
<horizontal_alignment>1</horizontal_alignment>
710-
<border_width>1</border_width>
711-
<border_color>
712-
<color red="184" green="195" blue="223">
713-
</color>
714-
</border_color>
715-
</widget>
716695
<widget type="textentry" version="3.0.0">
717696
<name>NumImages</name>
718697
<pv_name>$(P):CAM:NumImages_RBV</pv_name>
@@ -897,6 +876,27 @@
897876
</color>
898877
</background_color>
899878
</widget>
879+
<widget type="textupdate" version="2.0.0">
880+
<name>ArrayCounter_RBV_1</name>
881+
<pv_name>$(P):CAM:NumImagesCounter_RBV</pv_name>
882+
<x>140</x>
883+
<y>125</y>
884+
<width>235</width>
885+
<font>
886+
<font family="Arial" style="REGULAR" size="14.0">
887+
</font>
888+
</font>
889+
<background_color>
890+
<color red="184" green="195" blue="223">
891+
</color>
892+
</background_color>
893+
<horizontal_alignment>1</horizontal_alignment>
894+
<vertical_alignment>1</vertical_alignment>
895+
<border_color>
896+
<color red="196" green="196" blue="196">
897+
</color>
898+
</border_color>
899+
</widget>
900900
</widget>
901901
<widget type="group" version="3.0.0">
902902
<name>STAT</name>

example-synoptic/b23-services/synoptic/techui-support/bob/ADAravis/ProfileCursorGraphs.bob

Lines changed: 85 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--Saved on 2025-12-02 07:51:54 by uns32131-->
2+
<!--Saved on 2025-12-04 07:34:23 by uns32131-->
33
<display version="2.0.0">
44
<name>Profile Cursor</name>
5-
<width>990</width>
6-
<height>570</height>
5+
<width>620</width>
6+
<height>594</height>
77
<background_color>
88
<color name="Read_Background" red="240" green="240" blue="240">
99
</color>
@@ -16,6 +16,47 @@
1616
<name>X/Y Plot</name>
1717
<width>620</width>
1818
<height>295</height>
19+
<x_axis>
20+
<title>Counts</title>
21+
<autoscale>false</autoscale>
22+
<log_scale>false</log_scale>
23+
<minimum>0.0</minimum>
24+
<maximum>100.0</maximum>
25+
<show_grid>false</show_grid>
26+
<title_font>
27+
<font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0">
28+
</font>
29+
</title_font>
30+
<scale_font>
31+
<font name="Default" family="Liberation Sans" style="REGULAR" size="14.0">
32+
</font>
33+
</scale_font>
34+
<visible>true</visible>
35+
</x_axis>
36+
<y_axes>
37+
<y_axis>
38+
<title>Pixels</title>
39+
<autoscale>false</autoscale>
40+
<log_scale>false</log_scale>
41+
<minimum>0.0</minimum>
42+
<maximum>100.0</maximum>
43+
<show_grid>false</show_grid>
44+
<title_font>
45+
<font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0">
46+
</font>
47+
</title_font>
48+
<scale_font>
49+
<font name="Default" family="Liberation Sans" style="REGULAR" size="14.0">
50+
</font>
51+
</scale_font>
52+
<on_right>false</on_right>
53+
<visible>true</visible>
54+
<color>
55+
<color name="Text" red="0" green="0" blue="0">
56+
</color>
57+
</color>
58+
</y_axis>
59+
</y_axes>
1960
<traces>
2061
<trace>
2162
<name>$(traces[0].y_pv)</name>
@@ -41,6 +82,47 @@
4182
<y>299</y>
4283
<width>620</width>
4384
<height>295</height>
85+
<x_axis>
86+
<title>Counts</title>
87+
<autoscale>false</autoscale>
88+
<log_scale>false</log_scale>
89+
<minimum>0.0</minimum>
90+
<maximum>100.0</maximum>
91+
<show_grid>false</show_grid>
92+
<title_font>
93+
<font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0">
94+
</font>
95+
</title_font>
96+
<scale_font>
97+
<font name="Default" family="Liberation Sans" style="REGULAR" size="14.0">
98+
</font>
99+
</scale_font>
100+
<visible>true</visible>
101+
</x_axis>
102+
<y_axes>
103+
<y_axis>
104+
<title>Pixels</title>
105+
<autoscale>false</autoscale>
106+
<log_scale>false</log_scale>
107+
<minimum>0.0</minimum>
108+
<maximum>100.0</maximum>
109+
<show_grid>false</show_grid>
110+
<title_font>
111+
<font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0">
112+
</font>
113+
</title_font>
114+
<scale_font>
115+
<font name="Default" family="Liberation Sans" style="REGULAR" size="14.0">
116+
</font>
117+
</scale_font>
118+
<on_right>false</on_right>
119+
<visible>true</visible>
120+
<color>
121+
<color name="Text" red="0" green="0" blue="0">
122+
</color>
123+
</color>
124+
</y_axis>
125+
</y_axes>
44126
<traces>
45127
<trace>
46128
<name>$(traces[0].y_pv)</name>

0 commit comments

Comments
 (0)