Skip to content
Snippets Groups Projects
timex.xml 27.3 KiB
Newer Older
<!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>
Milan Prica's avatar
Milan Prica committed
		</element>
		<element path="/home/timex/devel/panels/taurus_panels/Terminator2" exename="Terminator.py /home/timex/devel/panels/taurus_panels/Terminator2/bl_conf/timex.ini" executable="yes">
			<title>Terminator</title>
			<description>Force kill any Timex device</description>
		</element>
Claudio Scafuri's avatar
Claudio Scafuri committed
		<folder folded="yes" envpath="/runtime/bin">
			<title>FERMI Status</title>
			<element exename="fermistatus-gui" executable="yes">
				<title>FERMI status</title>
				<description>FERMI status</description>
			</element>
Martin Scarcia's avatar
Martin Scarcia committed
			<element exename="supergap4users-gui srv-tango-srf-01:20000/f/felmaster4users/fel01 srv-tango-srf-01:20000/fel01/magnet/dispersive_magnet_fel01.01" executable="yes">
				<title>Supergap for users</title>
				<description>control of FEL harmonic, polarization, etc... for beamlines</description>
			</element>
Martin Scarcia's avatar
Martin Scarcia committed
			<element exename="bldispersivemagnet srv-tango-srf-01:20000/fel01/magnet/dispersive_magnet_fel01.01" executable="yes">
				<title>Dispersive magnet FEL01</title>
			</element>
		</folder>
		<element exename="python3 /home/timex/colf/felmon-a/FelMon2022.py" executable="yes">
		<title>FELMON (EH workstations Only)</title>
		</element>
		<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 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 path="/home/timex/devel/panels/bin" exename="donkiPlot" executable="yes">
				<title>DonkiPlot - Data Viewer</title>
				<description>Multi data viewer utility</description>
			</element>
			<element path="/runtime/bin" exename="caen-digitizer-gui 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="/runtime/bin" exename="caen-digitizer-gui 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 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>
		</folder>
		<folder folded="yes">
			<title>Seed Laser for Users</title>
			<element path="/runtime/bin" exename="user-laser-delay-sync-gui slu/utils/delay_sync" executable="yes">
				<title>User Laser Delay Sync</title>
			</element>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<element path="/runtime/bin" exename="motion_controller timex/motors/trls_slu_timex.01" executable="yes">
				<title>User Laser Delay Control</title>
			</element>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<element path="/runtime/bin" exename="motion_controller timex/motor/trls_slu_timex.03" executable="yes">
				<title>User Laser Delay 03 Control</title>
			</element>
Martin Scarcia's avatar
Martin Scarcia committed
			<element path="/runtime/bin" exename="motion_controller srv-tango-srf-01:20000/slu/motor/trls_slu.05" executable="yes">
				<title>User Laser Delay Control (Totem)</title>
			</element>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<element path="/runtime/bin" exename="gentec_energymeter timex/energy_meter/ems_timex.01" executable="yes">
				<title>Gentec Energy Meter 1</title>
			</element>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<element path="/runtime/bin" exename="gentec_energymeter timex/energy_meter/ems_timex.02" executable="yes">
				<title>Gentec Energy Meter 2</title>
			</element>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
				<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
				<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
				<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
				<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
				<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
				<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
				<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
				<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
				<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
				<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>
			</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 exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP.py timex/motors/sa1" executable="yes">
					<title>Rotary positioner 1</title>
					<description>TIMEX rotary positioner axis 1</description>
				</element>
				<element exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP.py timex/motors/sa2" executable="yes">
					<title>Rotary positioner 2</title>
					<description>TIMEX rotary positioner axis 2</description>
				</element>
				<element exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP.py timex/motors/sa3" executable="yes">
						<title>Linear positioner 1</title>
						<description>TIMEX linear positioner</description>
				</element-->	
				<folder folded="yes" exename="" executable="no" treeColor="pColor" envpath="">
					<title>Precision mirror 1</title>
					<description>Linear positioner and mirror holder</description>	
					<element exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP.py timex/motors/sa7" executable="yes">
							<title>Position</title>
							<description>SmarAct linear positioner SLC-2490</description>
					</element>
					<element exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP_NE.py timex/motors/sa8" executable="yes">
							<title>Vertical pointing</title>
							<description>SmarAct mirror holder STT-25.4</description>
					</element>
					<element exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP_NE.py 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" envpath="">
					<title>Precision mirror 2</title>
					<description>Two encoderless piezomotors</description>	
					<element exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP_NE.py timex/motors/sa10" executable="yes">
							<title>Vertical pointing</title>
							<description>SmarAct STT-25.4</description>
					</element>
					<element exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP_NE.py timex/motors/sa11" executable="yes">
							<title>Horizontal pointing</title>
							<description>SmarAct STT-25.4</description>
					</element>
				</folder>
				<element path="/home/timex/devel/panels/src/autoConfigPanel" exename="tmxLauncher.sh hollow_mirror" executable="yes">
					<title>Hollow steering mirror</title>
				</element>
			</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="/runtime/bin" exename="tmx-manipulator-gui timex/manipulator/manager timex/manipulator/focus_plane" executable="yes">
				<title>Manipulator manager</title>
				<description>EIS-TIMEX Manipulator Positioner</description>
			</element>
			<element path="/runtime/bin" exename="tmx-telemicro-gui 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="/runtime/bin" exename="caen-jitter-gui ec-tmx-ehf-01/v1720/1000000" executable="yes">
				<title>CAEN Digitizer Jitter Compensation</title>
				<description>CAEN Digitizer Jitter Compensation</description>
			</element>
			<element path="/runtime/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="/runtime/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="/runtime/bin" exename="valuebookmarks-gui timex/motors/circular_rail_mngr Circular_rail" executable="yes">
				<title>Circular rail manager</title>
				<description>Circular rail manager</description>
			</element>
Martin Scarcia's avatar
Martin Scarcia committed
			<element path="/home/timex/devel/panels/src/donkilog/src" exename="donkiLog.py /home/timex/devel/panels/src/donkilog/config/DonkiLog.ini" executable="yes">
				<title>DonkiLOG</title>
				<description>DonkiLOG application</description>
			</element>			
			<element path="/home/timex/devel/panels/src/donkilog_client" exename="donkilog_client-gui 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/src/autoConfigPanel" exename="autoConfigPanel.py /home/timex/devel/panels/etc/tmx_apc.xml" executable="yes">
				<title>APC plugs</title>
				<description>APC</description>
			<element path="/home/timex/devel/panels/src/autoConfigPanel" exename="tmxLauncher.sh tmx_motors" executable="yes">
				<title>Timex Motor Manager</title>
			</element>
			<element path="/home/timex/devel/panels/src/autoConfigPanel" exename="tmxLauncher.sh tmx_motors_old" executable="yes">
				<title>Timex Motor Manager Old</title>
			</element>
			<!--element exename="galilselector timex/mover1d/filters_exp_tmx.01 -title Filter_wheel" executable="yes">
				<title>Filter wheel</title>
			</element-->				
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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 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">
				<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="/runtime/bin" exename="tpg-gui timex/vacuum/tpg_timex.01" executable="yes">
				<title>TPG01</title>
				<description>Read the pressure of the gauges.</description>
			</element>	
			<element path="/runtime/bin" exename="tpg-gui timex/vacuum/tpg_timex.02" executable="yes">
				<title>TPG02</title>
				<description>Read the pressure of the gauges.</description>
			</element>			
			<element path="/runtime/bin" exename="valve-gui timex/vacuum/vlv_tmx.01" executable="yes">
				<title>Valve 01</title>
				<description>Valve 01</description>
			</element>
			<element path="/runtime/bin" exename="valve-gui timex/vacuum/vlv_tmx.02" executable="yes">
				<title>Valve 02</title>
				<description>Valve 02</description>
			</element>
			<element path="/runtime/bin" exename="valve-gui timex/vacuum/vlv_tmx.03" executable="yes">
				<title>Valve 03</title>
				<description>Valve 03</description>
			</element>
			<element path="/runtime/bin" exename="valve-gui 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="/runtime/bin" exename="evr-channel-gui timex/evr/ch_" executable="yes">
				<title>EVR channels control</title>
				<description>Control the Event Receiver channels.</description>
			</element>
			<element path="/runtime/bin" exename="evr-channel-gui 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 exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP.pytimex/motors/sa4" executable="yes">
					<title>Diffraction Grating Angle (Yaw)</title>
					<description>SmarAct rotary positioner SR-7021S</description>
			</element>
			<element exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP.py timex/motors/sa5" executable="yes">
					<title>Diffraction Grating Pitch</title>
					<description>SmarAct rotary positioner SGO-77.5DS</description>
			</element>
			<element exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/MotionControl/SAMP.py 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" envpath="">
			<title>Shamrock</title>
			<description>Shamrock spectrometer</description>
			<element executable="yes" exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/ShamrockVI/Shamrock.py timex/daq/shamrock_01">
				<title>Shamrock spectrometer</title>
				<description>Shamrock spectrometer control</description>
			</element>
		</folder>
		<folder folded="yes" exename="" executable="no" treeColor="pColor" envpath="">
			<title>Iris</title>
			<description>Iris diaphragm</description>
			<element executable="yes" exename="/usr/bin/env python -W ignore /home/timex/devel/panels/taurus_panels/Iris/Iris.py"> 
				<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>			
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
			<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>
	    
Claudio Scafuri's avatar
Claudio Scafuri committed
		<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
		<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
		<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
		<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>
Claudio Scafuri's avatar
Claudio Scafuri committed
		<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>
</browser>