-
Notifications
You must be signed in to change notification settings - Fork 0
/
Camera_quick.bob
411 lines (411 loc) · 10.4 KB
/
Camera_quick.bob
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<?xml version="1.0" encoding="UTF-8"?>
<display version="2.0.0">
<name>Camera Quick</name>
<width>480</width>
<height>720</height>
<widget type="label" version="2.0.0">
<name>Label</name>
<class>SECTION</class>
<text>Camera</text>
<width>360</width>
<height>31</height>
<font use_class="true">
<font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0">
</font>
</font>
<foreground_color use_class="true">
<color name="Text" red="0" green="0" blue="0">
</color>
</foreground_color>
<transparent use_class="true">true</transparent>
</widget>
<widget type="label" version="2.0.0">
<name>Label_1</name>
<text>Acquisition</text>
<x>10</x>
<y>20</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_2</name>
<text>Image mode</text>
<x>10</x>
<y>50</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_3</name>
<text>Trigger mode</text>
<x>10</x>
<y>80</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_4</name>
<text>Nb images</text>
<x>10</x>
<y>110</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_5</name>
<text>Nb exposures</text>
<x>10</x>
<y>140</y>
</widget>
<widget type="textentry" version="3.0.0">
<pv_name>$(P)$(R)NumExposures</pv_name>
<x>130</x>
<y>140</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_6</name>
<text>Exposures</text>
<x>10</x>
<y>170</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_7</name>
<text>Images</text>
<x>10</x>
<y>200</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_10</name>
<text>FrameRate</text>
<x>10</x>
<y>230</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_12</name>
<text>Acquire period</text>
<x>10</x>
<y>260</y>
</widget>
<widget type="textentry" version="3.0.0">
<name>Text Entry_24</name>
<pv_name>$(P)$(R)AcquirePeriod</pv_name>
<x>130</x>
<y>260</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_14</name>
<text>Gain</text>
<x>10</x>
<y>380</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_15</name>
<text>Offset</text>
<x>10</x>
<y>410</y>
</widget>
<widget type="textentry" version="3.0.0">
<name>Text Entry_42</name>
<pv_name>$(P)$(R)Gain</pv_name>
<x>130</x>
<y>380</y>
</widget>
<widget type="textentry" version="3.0.0">
<name>Text Entry_45</name>
<pv_name>$(P)$(R)GC_BlackLevel</pv_name>
<x>130</x>
<y>410</y>
</widget>
<widget type="combo" version="2.0.0">
<name>Combo Box_1</name>
<pv_name>$(P)$(R)ImageMode</pv_name>
<x>130</x>
<y>50</y>
<height>20</height>
</widget>
<widget type="combo" version="2.0.0">
<name>Combo Box_2</name>
<pv_name>$(P)$(R)TriggerMode</pv_name>
<x>130</x>
<y>80</y>
<height>20</height>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button</name>
<actions>
<action type="write_pv">
<pv_name>$(P)$(R)Acquire</pv_name>
<value>1</value>
<description>WritePV</description>
</action>
</actions>
<pv_name>$(P)$(R)Acquire</pv_name>
<text>Start</text>
<x>130</x>
<y>20</y>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button_1</name>
<actions>
<action type="write_pv">
<pv_name>$(P)$(R)Acquire</pv_name>
<value>0</value>
<description>WritePV</description>
</action>
</actions>
<text>Stop</text>
<x>250</x>
<y>20</y>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="combo" version="2.0.0">
<name>Combo Box_3</name>
<pv_name>$(P)$(R)FrameRateEnable</pv_name>
<x>130</x>
<y>230</y>
<height>20</height>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update</name>
<pv_name>$(P)$(R)NumImages_RBV</pv_name>
<x>250</x>
<y>110</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_1</name>
<pv_name>$(P)$(R)Acquire_RBV</pv_name>
<x>370</x>
<y>20</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_2</name>
<pv_name>$(P)$(R)TriggerMode_RBV</pv_name>
<x>250</x>
<y>80</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_3</name>
<pv_name>$(P)$(R)ImageMode_RBV</pv_name>
<x>250</x>
<y>50</y>
</widget>
<widget type="textentry" version="3.0.0">
<pv_name>$(P)$(R)NumImages</pv_name>
<x>130</x>
<y>110</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_4</name>
<pv_name>$(P)$(R)NumImagesCounter_RBV</pv_name>
<x>250</x>
<y>200</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_5</name>
<pv_name>$(P)$(R)NumExposuresCounter_RBV</pv_name>
<x>250</x>
<y>170</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_6</name>
<pv_name>$(P)$(R)NumExposures_RBV</pv_name>
<x>250</x>
<y>140</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_7</name>
<pv_name>$(P)$(R)AcquirePeriod_RBV</pv_name>
<x>250</x>
<y>260</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_9</name>
<pv_name>$(P)$(R)FrameRateEnable_RBV</pv_name>
<x>250</x>
<y>230</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_10</name>
<pv_name>$(P)$(R)GC_BlackLevel_RBV</pv_name>
<x>250</x>
<y>410</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_11</name>
<pv_name>$(P)$(R)Gain_RBV</pv_name>
<x>250</x>
<y>380</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_16</name>
<text>Data Type</text>
<x>10</x>
<y>440</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_13</name>
<pv_name>$(P)$(R)GC_PixelFormat</pv_name>
<x>250</x>
<y>440</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_17</name>
<text>Size X</text>
<x>10</x>
<y>470</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_14</name>
<pv_name>$(P)$(R)SizeX_RBV</pv_name>
<x>250</x>
<y>470</y>
</widget>
<widget type="combo" version="2.0.0">
<name>Combo Box_4</name>
<pv_name>$(P)$(R)PixelFormat</pv_name>
<x>130</x>
<y>440</y>
<height>20</height>
</widget>
<widget type="label" version="2.0.0">
<name>Label_18</name>
<text>Size Y</text>
<x>10</x>
<y>500</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_15</name>
<pv_name>$(P)$(R)SizeY_RBV</pv_name>
<x>250</x>
<y>500</y>
</widget>
<widget type="textentry" version="3.0.0">
<name>Text Entry_48</name>
<pv_name>$(P)$(R)SizeX</pv_name>
<x>130</x>
<y>470</y>
</widget>
<widget type="textentry" version="3.0.0">
<name>Text Entry_49</name>
<pv_name>$(P)$(R)SizeY</pv_name>
<x>130</x>
<y>500</y>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button_2</name>
<actions>
<action type="open_display">
<file>PGR_Blackfly_23S6M-features_1.bob</file>
<target>tab</target>
<description>Open Display</description>
</action>
</actions>
<text>Export mode 1</text>
<x>10</x>
<y>530</y>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button_3</name>
<actions>
<action type="open_display">
<file>PGR_Blackfly_23S6M-features_3.bob</file>
<target>tab</target>
<description>Open Display</description>
</action>
</actions>
<text>Export mode 3</text>
<x>250</x>
<y>530</y>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button_4</name>
<actions>
<action type="open_display">
<file>PGR_Blackfly_23S6M-features_2.bob</file>
<target>tab</target>
<description>Open Display</description>
</action>
</actions>
<text>Export mode 2</text>
<x>130</x>
<y>530</y>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button_5</name>
<actions>
<action type="open_display">
<file>PGR_Blackfly_23S6M-features_4.bob</file>
<target>tab</target>
<description>Open Display</description>
</action>
</actions>
<text>Export mode 4</text>
<x>370</x>
<y>530</y>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="label" version="2.0.0">
<name>Label_21</name>
<text>Exposure time</text>
<x>10</x>
<y>320</y>
</widget>
<widget type="label" version="2.0.0">
<name>Label_24</name>
<text>Gain Mode</text>
<x>10</x>
<y>350</y>
</widget>
<widget type="combo" version="2.0.0">
<name>Combo Box_5</name>
<pv_name>$(P)$(R)GainAuto</pv_name>
<x>130</x>
<y>350</y>
<height>20</height>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_21</name>
<pv_name>$(P)$(R)GainAuto_RBV</pv_name>
<x>250</x>
<y>350</y>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_22</name>
<pv_name>$(P)$(R)GC_ExposureAuto</pv_name>
<x>250</x>
<y>290</y>
</widget>
<widget type="combo" version="2.0.0">
<name>Combo Box_7</name>
<pv_name>$(P)$(R)ExposureAuto</pv_name>
<x>130</x>
<y>290</y>
<height>20</height>
</widget>
<widget type="label" version="2.0.0">
<name>Label_25</name>
<text>Exposure mode</text>
<x>10</x>
<y>290</y>
</widget>
<widget type="textentry" version="3.0.0">
<name>Text Entry_26</name>
<pv_name>$(P)$(R)AcquireTime</pv_name>
<x>130</x>
<y>320</y>
<format>1</format>
<precision>6</precision>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_23</name>
<pv_name>$(P)$(R)GC_ExposureTime_RBV</pv_name>
<x>250</x>
<y>320</y>
<format>1</format>
<precision>6</precision>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Update_24</name>
<pv_name>$(P)$(R)FrameRate_RBV</pv_name>
<x>360</x>
<y>230</y>
</widget>
</display>