Newer
Older
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
<!DOCTYPE browser>
<?xml-stylesheet href="./browser.css" ?>
<!-- Opzioni per il root element `browser':
*
* - title="titolo": indica il titolo della main window;
*
* - palette_style="fermi | elettra | .. altro", imposta la palette dell'interfaccia;
*
* - icon="file.png", opzionale, imposta l'icona nel vassoio di sistema. Esiste gia` un'icona predefinita;
*
* - fontAutoDecrease="yes|true" attiva lo scalamento automatico dei font degli elementi dell'albero.
* Se la proprieta` e` a yes o true, ogni livello avra` un font di un punto piu` piccolo del
* suo genitore.
* Se la proprieta` non e` indicata, ovvero impostata a un valore diverso da true o yes, i
* font non sono scalati discendendo nell'albero;
*
* - fontSize="numero_intero": puo` essere indicato in ogni elemento (cartella o elemento semplice) e
* forza il font dell'elemento e dei suoi figli, nel caso esso rappresenti una cartella.
* L'opzione possiede priorita` sull'indicazione fontAutoDecrease="yes";
*
* - defaultFontSize="numero_intero": indica la grandezza del font di partenza, che viene impostato
* sull'elemento radice. Esso verra` scalato di un punto alla volta quando si discende nell'albero
* se l'opzione fontAutoDecrease="yes" e` attivata;
*
-->
<!-- Opzioni per le cartelle:
*
* - folded="yes|no": alla partenza l'albero presenta la cartella chiusa (yes) oppure aperta (no);
*
* - envpath="/path/to/executables/": indica il percorso in cui i figli della cartella cercheranno
* i file eseguibili indicati nella proprieta` "exename=";
* Questa opzione e` volutamente non disponibile negli elementi senza figli;
* Negli elementi semplici, senza figli, e` invece disponibile l'opzione
* `path="percorso/specifico"', che specifica un percorso particolare per l'elemento,
* che sostituira` l'envpath del genitore.
*
* - executable="yes|no": se impostata a yes, va indicata anche la proprieta` exename="programma" e
* la cartella, quando viene doppiamente cliccata, esegue un programma.
*
* - treeColor="colore": indica un colore di sfondo da usare per la cartella stessa e i suoi figli.
* I colori sono per ora rappresentati da parole chiave come
* "pColor, ptbColor, bColor, btsColor, srColor.."
*
-->
<!-- Opzioni per gli elementi semplici (senza figli)
*
* - exename="nomeProgramma parametri linea di comando": associa all'elemento il comando specificato;
*
* - executable="yes|no": rende effettivamente eseguibile l'elemento (analogamente a quanto avviene per
* le cartelle);
*
* - path="percorso/specifico/per/elemento", sovrascrive l'envpath eventualmente specificato in una
* delle cartelle genitore.
*
-->
<!-- Per informazioni: mailto:giacomo.strangolino@elettra.trieste.it;
* qtbrowser is (C) 2007- 2008 Giacomo Strangolino [delleceste@gmail.com] per Elettra - Sincrotrone Trieste
* http://www.giacomos.it
*
-->
<browser title="EIS-TIMEX Browser" palette_style="fermi" fontAutoDecrease="yes" defaultFontSize="14" icon="/runtime/share/icons/fermi_systray.png">
<folder folded="no" envpath="/home/timex/devel/panels/bin">
<title>EIS-TIMEX</title>
<description>Browser for the EIS-TIMEX applications</description>
<element path="/usr/local/tango-9.3.3/bin" exename="jive" executable="yes">
<title>Jive</title>
<description>Jive</description>
</element>
<description>Check EIS-TIMEX devices</description>
<element path="/usr/local/tango-9.3.3/bin" exename="astor" executable="yes">
<title>Astor</title>
<description>Astor</description>
</element>
<element path="/home/timex/.bin" exename="firefox.sh http://breakwater.esce.elettra.trieste.it/TIMEX/" executable="yes">
<title>TIMEX help</title>
<description>TIMEX help</description>
</element>
<element path="/opt/kde3/bin/" exename="kate -s config /home/timex/devel/panels/etc/timex.xml" executable="yes">
<title>Configuration Files</title>
<description>Configuration of the files</description>
</element>
<element exename="fermistatus-gui" executable="yes">
<title>FERMI status</title>
<description>FERMI status</description>
</element>
<element exename="supergap4users-gui f/felmaster4users/fel01 fel01/magnet/dispersive_magnet_fel01.01" executable="yes">
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
<title>Supergap for users</title>
<description>control of FEL harmonic, polarization, etc... for beamlines</description>
</element>
<element exename="bldispersivemagnet fel01/magnet/dispersive_magnet_fel01.01" executable="yes">
<title>Dispersive magnet FEL01</title>
</element>
<element exename="pp.py" executable="yes">
<title>Pump and Probe command</title>
</element>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>EIS-TIMEX DAQ</title>
<description>EIS-TIMEX Data Acquisition panels</description>
<element path="/home/timex/devel/panels/bin" exename="start_daq_panel.sh" executable="yes">
<title>EIS-TIMEX Experiment</title>
<description>EIS-TIMEX Data Acquisition Panel</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="pvcam_panel.sh" executable="yes">
<title>PIXIS CCD panel</title>
<description>Princeton Pixis CCD control panel</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="andorcam_panel.sh" executable="yes">
<title>Andor Ikon CCD</title>
<description>Andor Ikon DonkiCCD panel.</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="multi_Data_Viewer timex" executable="yes">
<title>Multi data viewer</title>
<description>EIS-TIMEX Multi data viewer utility</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="donkiPlot" executable="yes">
<title>DonkiPlot - Data Viewer</title>
<description>Multi data viewer utility</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="caen_config ec-tmx-ehf-01/v1720/1000000" executable="yes">
<title>CAEN configuration panel 1</title>
<description>Configuration of the CAEN digitizer 1</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="caen_config timex/daq/v1761.01" executable="yes">
<title>CAEN configuration panel 2</title>
<description>Configuration of the CAEN digitizer 2</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="donkiCCD_panel.sh" executable="yes">
<title>Guest CCD</title>
<description>Guest CCD DonkiCCD panel.</description>
</element>
<element path="/home/timex/devel/panels/src/AmptekMCA" exename="amptekControl.py timex/daq/amptek_mca" executable="yes">
<title>Amptek SDD</title>
<description>Amptek SDD control panel.</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="shutter_control timex/laser/rt_shutter.01 SLU_Fast_Shutter" executable="yes">
<title>SLU Fast Shutter</title>
<description>SLU Fast Shutter panel</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="shutter_control timex/laser/rt_shutter.02 FEL_Fast_Shutter" executable="yes">
<title>FEL Fast Shutter</title>
<description>FEL Fast Shutter panel</description>
</element>
<!--
<element path ="/home/timex/devel/panels/bin" exename="donkimage" executable="yes">
<title>DonkImage</title>
<description>Data Analysis.</description>
</element>
<element path ="/usr/local/bin" exename="spyder" executable="yes">
<title>Spyder</title>
<description>Data Analysis.</description>
</element>
<element path ="/home/timex/devel/panels/bin" exename="scan_daq_gui timex/daq/sync_scan_daq timex/scan/fermiscan_motors X Y" executable="yes">
<title>Scanning DAQ</title>
<description>Acquire data and perform a scan through axis X and Y.</description>
</element>
<element path ="/home/timex/devel/panels/bin" exename="dynattr_avg_view breakwater.esce:10000/ldm/post_daq/results" executable="yes">
<title>DAQ AVARAGE VIEW</title>
<description>View the average values saved on HDF5.</description>
</element>
-->
</folder>
<folder folded="yes">
<title>Seed Laser for Users</title>
<element path="/home/timex/devel/panels/bin" exename="user_laser_delay_sync slu/utils/delay_sync" executable="yes">
<title>User Laser Delay Sync</title>
</element>
<element path="/runtime/bin" exename="motion_controller timex/motors/trls_slu_timex.01" executable="yes">
<title>User Laser Delay Control</title>
</element>
<element path="/runtime/bin" exename="motion_controller timex/motor/trls_slu_timex.03" executable="yes">
<title>User Laser Delay 03 Control</title>
</element>
<element path="/runtime/bin" exename="motion_controller slu/motor/trls_slu.05" executable="yes">
<title>User Laser Delay Control (Totem)</title>
</element>
<element path="/runtime/bin" exename="gentec_energymeter timex/energy_meter/ems_timex.01" executable="yes">
<title>Gentec Energy Meter 1</title>
</element>
<element path="/runtime/bin" exename="gentec_energymeter timex/energy_meter/ems_timex.02" executable="yes">
<title>Gentec Energy Meter 2</title>
</element>
<element path="/runtime/bin" exename="laserpss" executable="yes">
<title>User Laser Access Control</title>
</element>
<element path="/home/timex/devel/panels/src/autoConfigPanel" exename="tmxLauncher.sh laser_motors" executable="yes">
<title>Laser Box Motors</title>
</element>
<element path="/home/timex/devel/panels/bin/slusourcemonitor" exename="slusourcemonitor.py" executable="yes">
<title>SLU Source Monitor</title>
</element>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>Feedback</title>
<description>Seed User Laser feedback</description>
<element path="/runtime/bin" exename="ftfmaster timex/slu/rtltf_timex.01 -title TIMEX_slu_feedback --laser" executable="yes">
<title>Virtual Sample Feedback</title>
<description>Virtual Sample Feedback</description>
</element>
<element path="/runtime/bin" exename="slutiptilt timex/piezo/tiptilt_timex.01" executable="yes">
<title>RT TipTilt 1</title>
<description>RT TipTilt 1</description>
</element>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>Standa Motors</title>
<description>Standa Motors</description>
<element path="/runtime/bin" exename="standa8smc1 timex/laser/trls_tmx.01" executable="yes">
<title>Controller 1 trls 1</title>
<description>Controller 1 trls 1</description>
</element>
<element path="/runtime/bin" exename="standa8smc1 timex/laser/trls_tmx.02" executable="yes">
<title>Controller 1 trls 2</title>
<description>Controller 1 trls 2</description>
</element>
<element path="/runtime/bin" exename="standa8smc1 timex/laser/trls_tmx.03" executable="yes">
<title>Controller 1 trls 3</title>
<description>Controller 1 trls 3</description>
</element>
<element path="/runtime/bin" exename="standa8smc1 timex/laser/trls_tmx.04" executable="yes">
<title>Controller 1 trls 4</title>
<description>Controller 1 trls 4</description>
</element>
<element path="/runtime/bin" exename="standa8smc1 timex/laser/rots_tmx.01" executable="yes">
<title>Controller 2 rots 1</title>
<description>Controller 2 rots 1</description>
</element>
<element path="/runtime/bin" exename="standa8smc1 timex/laser/rots_tmx.02" executable="yes">
<title>Controller 2 rots 2</title>
<description>Controller 2 rots 2</description>
</element>
<element path="/runtime/bin" exename="standa8smc1 timex/laser/rots_tmx.03" executable="yes">
<title>Controller 2 rots 3</title>
<description>Controller 2 rots 3</description>
</element>
<element path="/runtime/bin" exename="standa8smc1 timex/laser/trls_tmx.05" executable="yes">
<title>Controller 2 trls 5</title>
<description>Controller 2 trls 5</description>
</element>
<element path="/runtime/bin" exename="standa8smc1 timex/motor/trls_tmx.05" executable="yes">
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
<title> SLU trls 3</title>
<description>Controller 2 trls 5</description>
</element>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>Smaract Motors</title>
<description>Smaract VacuumMotors</description>
<element path="/home/timex/devel/panels/src/autoConfigPanel" exename="tmxLauncher.sh vacuum_motors" executable="yes">
<title>Wide angle mirror</title>
</element>
<!--element path="/home/timex/devel/panels/bin" exename="MotorPanel timex/motors/sa1" executable="yes">
<title>Rotary positioner 1</title>
<description>TIMEX rotary positioner axis 1</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="MotorPanel timex/motors/sa2" executable="yes">
<title>Rotary positioner 2</title>
<description>TIMEX rotary positioner axis 2</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="MotorPanel timex/motors/sa3" executable="yes">
<title>Linear positioner 1</title>
<description>TIMEX linear positioner</description>
</element-->
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>Precision mirror 1</title>
<description>Linear positioner and mirror holder</description>
<element path="/home/timex/devel/panels/bin" exename="MotorPanel timex/motors/sa7" executable="yes">
<title>Position</title>
<description>SmarAct linear positioner SLC-2490</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="motorne timex/motors/sa8" executable="yes">
<title>Vertical pointing</title>
<description>SmarAct mirror holder STT-25.4</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="motorne timex/motors/sa9" executable="yes">
<title>Horizontal pointing</title>
<description>SmarAct mirror holder STT-25.4</description>
</element>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>Precision mirror 2</title>
<description>Two encoderless piezomotors</description>
<element path="/home/timex/devel/panels/bin" exename="motorne timex/motors/sa10" executable="yes">
<title>Vertical pointing</title>
<description>SmarAct STT-25.4</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="motorne timex/motors/sa11" executable="yes">
<title>Horizontal pointing</title>
<description>SmarAct STT-25.4</description>
</element>
</folder>
</folder>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>EIS-TIMEX Tools</title>
<description>EIS-TIMEX Generic tools</description>
<element path="/home/timex/devel/panels/src/autoConfigPanel" exename="tmxLauncher.sh synoptic" executable="yes">
<title>TIMEX Synoptic</title>
</element>
<element path="/home/timex/devel/panels/bin" exename="genericScan /home/timex/devel/panels/etc/genericScanTIMEX.ini" executable="yes">
<title>Scan Tool</title>
</element>
<element path="/home/timex/devel/panels/bin" exename="DonkiChartit" executable="yes">
<title>Multi Chart Viewer</title>
</element>
<element path="/home/timex/devel/panels/bin" exename="timex_manipulator_mngr srv-tmx-srf:20000/timex/manipulator/manager srv-tmx-srf:20000/timex/manipulator/focus_plane" executable="yes">
<title>Manipulator manager</title>
<description>EIS-TIMEX Manipulator Positioner</description>
</element>
<!--
<element path="/home/timex/devel/panels/bin" exename="timex_telemicro_mngr timex/telemicro/manager timex/motors/trlsz_tlmicro_exp_tmx.01 timex/motors/rotx_tlmicro_exp_tmx.01 timex/motors/roty_tlmicro_exp_tmx.01 timex/motors/01" executable="yes">
<title>Telemicro manager</title>
<description>EIS-TIMEX telemicro Positioner</description>
</element>
-->
<element path="/home/timex/devel/panels/bin" exename="timex_telemicro_mngr timex/telemicro/manager timex/motors/trlsz_stage_tmx.01 timex/motors/rotx_stage_tmx.01 timex/motors/roty_stage_tmx.01 timex/motors/x_sample_timex.01" executable="yes">
<title>Telemicro manager</title>
<description>EIS-TIMEX telemicro Positioner</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="jitterPanel ec-tmx-ehf-01/v1720/1000000" executable="yes">
<title>CAEN Digitizer Jitter Compensation</title>
<description>CAEN Digitizer Jitter Compensation</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="ValueBookmarks_gui timex/filters/holder_mngr Filter_rod" executable="yes">
<title>Filter rod manager</title>
<description>TIMEX filters manager</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="ValueBookmarks_gui timex/filters/wheel_mngr Filter_wheel" executable="yes">
<title>Filter wheel manager</title>
<description>TIMEX filters manager</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="ValueBookmarks_gui timex/motors/circular_rail_mngr Circular_rail" executable="yes">
<title>Circular rail manager</title>
<description>Circular rail manager</description>
</element>
<element path="/home/timex/devel/panels/src/DONKILOG_PY" exename="donkiLog.py /home/timex/devel/panels/src/DONKILOG_PY/config/DonkiLog.ini" executable="yes">
<title>DonkiLOG</title>
<description>DonkiLOG application</description>
</element>
<element path="/home/timex/devel/panels/src/DONKILOG_PY/remote_panel" exename="donkilog_remote.py pcl-tmx-ehf-01 5556" executable="yes">
<title>DonkiLOG Remote Client</title>
<description>DonkiLOG remote client application</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="APC timex/pdu/pdu-tmx-ehf-01" executable="yes">
<title>APC plugs</title>
<description>APC</description>
</element>
<element path="/home/timex/devel/panels/src/autoConfigPanel" exename="tmxLauncher.sh tmx_motors" executable="yes">
<title>Timex Motor Manager</title>
</element>
<!--element exename="galilselector timex/mover1d/filters_exp_tmx.01 -title Filter_wheel" executable="yes">
<title>Filter wheel</title>
</element-->
<element path="/runtime/bin" exename="solar timex/diagnostics/spctm_timex.01" executable="yes">
<title>USB2000 (solar spectrum analyzer)</title>
<description>USB2000 (solar spectrum analyzer)</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="fel_decimation f/timing/rttrigger_sl.01 timex/daq/executer_exp_daq" executable="yes">
<title>FEL Decimation</title>
<description>FEL Decimation control panel</description>
</element>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>EIS-TIMEX Basler Cameras</title>
<description>EIS-TIMEX Basler Cameras</description>
<element path="/runtime/bin" exename="gigecam-gui timex/diagnostics/ccd_guest.01 ccd_guest.01 --calibration" executable="yes">
<title>Basler Guest #1</title>
</element>
<element path="/runtime/bin" exename="gigecam-gui timex/diagnostics/ccd_guest.02 ccd_guest.02 --calibration" executable="yes">
<title>Basler Guest #2</title>
</element>
<element path="/runtime/bin" exename="gigecam-gui timex/diagnostics/ccd_guest.03 ccd_guest.03 --calibration" executable="yes">
<title>Basler Guest #3</title>
</element>
<element path="/runtime/bin" exename="gigecam-gui timex/diagnostics/ccd_timex.01 ccd_timex.01 --calibration" executable="yes">
<title>Basler 1</title>
</element>
<element path="/runtime/bin" exename="gigecam-gui timex/diagnostics/ccd_timex.02 ccd_timex.02 --calibration" executable="yes">
<title>Basler 2</title>
</element>
<element path="/runtime/bin" exename="gigecam-gui timex/diagnostics/ccd_timex.03 ccd_timex.03 --calibration" executable="yes">
<title>Basler 3</title>
</element>
<element path="/runtime/bin" exename="gigecam-gui timex/diagnostics/ccd_timex.04 ccd_timex.04 --calibration" executable="yes">
<title>Basler 4</title>
</element>
<element path="/runtime/bin" exename="gigecam-gui timex/diagnostics/ccd_timex.05 ccd_timex.05 --calibration" executable="yes">
<title>Basler 5</title>
</element>
<element path="/runtime/bin" exename="gigecam-gui timex/diagnostics/ccd_timex.06 ccd_timex.06 --calibration" executable="yes">
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
<title>Basler 6</title>
</element>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>EIS-TIMEX Vacuum</title>
<description>EIS-TIMEX Vacuum panels</description>
<element path="/home/timex/devel/panels/bin" exename="tpg timex/vacuum/tpg_timex.01" executable="yes">
<title>TPG01</title>
<description>Read the pressure of the gauges.</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="tpg timex/vacuum/tpg_timex.02" executable="yes">
<title>TPG02</title>
<description>Read the pressure of the gauges.</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="valve timex/vacuum/vlv_tmx.01" executable="yes">
<title>Valve 01</title>
<description>Valve 01</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="valve timex/vacuum/vlv_tmx.02" executable="yes">
<title>Valve 02</title>
<description>Valve 02</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="valve timex/vacuum/vlv_tmx.03" executable="yes">
<title>Valve 03</title>
<description>Valve 03</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="valve timex/vacuum/vlv_tmx.04" executable="yes">
<title>Valve 04</title>
<description>Valve 04</description>
</element>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>EIS-TIMEX EVR</title>
<description>EIS-TIMEX Event Receiver Manager</description>
<element path="/home/timex/devel/panels/bin" exename="evr_channel_gui.new timex/evr/ch_" executable="yes">
<title>EVR channels control</title>
<description>Control the Event Receiver channels.</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="evr_channel_gui.new timex/evr/chB_" executable="yes">
<title>EVR 2 channels control</title>
<description>Control the Event Receiver channels.</description>
</element>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>WEST</title>
<description>Wide energy range spectrometer at EIS-TIMEX</description>
<element path="/home/timex/devel/panels/src/autoConfigPanel" exename="tmxLauncher.sh west_motors" executable="yes">
<title>Diffraction Grating Motors</title>
</element>
<!--element path="/home/timex/devel/panels/bin" exename="MotorPanel timex/motors/sa4" executable="yes">
<title>Diffraction Grating Angle (Yaw)</title>
<description>SmarAct rotary positioner SR-7021S</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="MotorPanel timex/motors/sa5" executable="yes">
<title>Diffraction Grating Pitch</title>
<description>SmarAct rotary positioner SGO-77.5DS</description>
</element>
<element path="/home/timex/devel/panels/bin" exename="MotorPanel timex/motors/sa6" executable="yes">
<title>Diffraction Grating Roll</title>
<description>SmarAct rotary positioner SGO-60.5DS</description>
</element-->
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>Iris</title>
<description>Iris diaphragm</description>
<element path="/home/timex/devel/panels/bin" exename="iris" executable="yes">
<title>Iris diaphragm</title>
<description>TIMEX iris diaphragm control</description>
</element>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>EIS-TIMEX Motors Expert</title>
<description>EIS-TIMEX Manipulator details</description>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/z_sample_timex.01 -title Manipulator_Z" executable="yes">
<title>Axis Z</title>
<description>Control Axis Z.</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/x_sample_timex.01 -title Manipulator_X" executable="yes">
<title>Axis X</title>
<description>Control Axis X.</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/y_sample_timex.01 -title Manipulator_Y" executable="yes">
<title>Axis Y</title>
<description>Control Axis Y.</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/phi_sample_timex.01 -title Manipulator_PHI" executable="yes">
<title>Axis PHI</title>
<description>Control Axis PHI.</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/theta_sample_timex.01 -title Manipulator_THETA" executable="yes">
<title>Axis THETA</title>
<description>Control Axis THETA.</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/trlsz_stage_tmx.01 -title Telemicro_ZOOM" executable="yes">
<title>TeleMicro ZOOM</title>
<description>Control TeleMicro ZOOM.</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/rotx_stage_tmx.01 -title Telemicro_TILTX" executable="yes">
<title>TeleMicro Tilt X</title>
<description>Control TeleMicro TILT X.</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/roty_stage_tmx.01 -title Telemicro_TILTY" executable="yes">
<title>TeleMicro Tilt Y</title>
<description>Control TeleMicro TILT Y.</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/trlsx_diag_exp_tmx.01 -title Filter_Rod" executable="yes">
<title>Filter Rod</title>
<description>Control Filter Rod</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/rots_tmx.01 -title Circular_Rail" executable="yes">
<title>Circular Rail</title>
<description>Control Circular Rail</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/filters_timex.01 -title Circular_Wheel" executable="yes">
<title>Filter Wheel</title>
<description>Control Filter Wheel</description>
</element>
</folder>
<folder folded="yes" exename="" executable="no" treeColor="pColor">
<title>Carley BT</title>
<element path="/home/timex/devel/panels/src/autoConfigPanel" exename="tmxLauncher.sh user_chamber_motors" executable="yes">
<title>User Chamber Manipulator</title>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/theta_user_chamber.01 -title User_Chamber_Theta" executable="yes">
<title>User Chamber Theta</title>
<description>User Chamber Theta</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/x_user_chamber.01 -title User_Chamber_X" executable="yes">
<title>User Chamber X</title>
<description>User Chamber X</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/y_user_chamber.01 -title User_Chamber_Y" executable="yes">
<title>User Chamber Y</title>
<description>User Chamber Y</description>
</element>
<element path="/runtime/bin" exename="galilaxis -e timex/motors/z_user_chamber.01 -title User_Chamber_Z" executable="yes">
<title>User Chamber Z</title>
<description>User Chamber Z</description>
</element>
<element path="/runtime/bin" exename="motion_controller timex/motor/trls_slu_timex.02 -title SLU_2nd_Delay" executable="yes">
<title>2nd Delay Control</title>
</element>
</folder>
</folder>
</browser>