| ID |
Date |
Author |
Status |
Type |
Category |
Important |
Subject |
Icon |
|
111
|
Wed Mar 12 17:26:49 2025 |
Entered by Nicolas Delerue from 80.119.21.73 on Wed Feb 19 13:59:11 2025 | | Problem | Timing |
|
RE: RE: Problème avec le DS SIM/SY/DEG.sim | |
Changement de DS effectué en accord avec la salle de contrôle. Problème résolu, cependant les DS ont mis beaucoup de temps à se charger.
| Entered by Nicolas Delerue from 80.119.21.73 on Wed Feb 19 13:59:11 2025 wrote: |
|
$ ls /data/shared/tangoscripts/DeviceServer/Calibrations/DS/SY
create_ds.sh ds_GeneRetard2_int.py ds_GeneRetard.py launch_ds_Freq.sh loop_create_ds.py
DS_GeneRetard ds_GeneRetard2.py fill_GeneRetard.py launch_ds_gene_retard_loc.sh
DS_GeneRetard2 ds_GeneRetard_float.py Freq launch_ds_gene_retard_new.sh
ds_GeneRetard2_float.py ds_GeneRetard_int.py Freq.py launch_ds_gene_retard.sh
On voit qu'il existe deux versions de ds_GeneRetard, l'une entière et l'autre flottante.
head -50 DS_GeneRetard montre la version de DS_GeneRetard dans tangoscript est la bonne (dtype=float).
$ cat launch_ds_gene_retard.sh
#!/bin/bash
PYTHON=/usr/bin/python
DIR=/data/shared/DS_CALC/gene_retard
$PYTHON $DIR/ds_GeneRetard.py DS_GENERETARD &
$PYTHON $DIR/ds_GeneRetard2.py DS_GENERETARD2 &
On voit que le script execute la version dans DS_CALC et non la version dans tangoscript.
Sur client5:
$ ps -aux | grep ds_Gene
operate+ 48899 0.0 0.1 1465728 118380 ? Sl Jan09 8:47 /usr/bin/python /data/shared/DS_CALC/gene_retard/ds_GeneRetard.py DS_GENERETARD
operate+ 50690 0.0 0.2 1959808 146012 ? Sl Jan09 44:33 /usr/bin/python /data/shared/tangoscripts/DeviceServer/Calibrations/DS/SY/ds_GeneRetard2.py DS_GENERETAR2
nicolas+ 54085 0.0 0.0 12780 952 pts/1 S+ 14:02 0:00 grep ds_Gene
On voit que la version de ds_GeneRetard.py qui s'execute est celle de /data/shared/DS_CALC/gene_retard/ et non celle de /data/shared/tangoscripts
Il faudrait l'arrêter et lancer la bonne version.
Sur client5 (à faire):
kill -9 48899
ps -aux | grep ds_Gene
cd /data/shared/tangoscripts/DeviceServer/Calibrations/DS/SY
ipython /data/shared/tangoscripts/DeviceServer/Calibrations/DS/SY/ds_GeneRetard.py DS_GENERETARD &
| Entered by Nicolas Delerue from 80.119.21.73 on Wed Feb 19 13:59:11 2025 wrote: |
|
Il y a un problème avec le DS SIM/SY/DEG.sim qui stock des valeurs entières au lieu de valeures décimales.
Le problème peut être caractérisé avec le code ci-dessous:
import PyTango
#We create the proxy
tango_synchro = PyTango.DeviceProxy("SIM/SY/DEG.sim")
#we read and printthe delay array
delay_array=tango_synchro.read_attribute("delay")
print(delay_array)
delay_array_val=delay_array.value
#we check one value and modify it to a non interger value and wrote it
print(delay_array_val[2*25+9])
delay_array_val[2*25+9]=42.5
tango_synchro.write_attribute("delay",delay_array_val)
#and read it again
delay_array_val=tango_synchro.read_attribute("delay").value
print(delay_array_val[2*25+9])
#try again
delay_array_val[2*25+9]=44.5
tango_synchro.write_attribute("delay",delay_array_val)
delay_array_val=tango_synchro.read_attribute("delay").value
print(delay_array_val[2*25+9])
|
|
|
|
40
|
Mon Mar 7 15:24:48 2022 |
Entered by Nicolas Delerue from 134.158.195.144 on Mon Mar 7 14:49:13 2022 | Under Process | Problem | Material |
|
RE: RE: Probleme ecran Synthe linac | |
*RST
SOUR:POW:POW?
-30
SOUR:POW:POW?
-30
FREQ:CW?
1000000000
FREQ:CW 2998550000
SOUR:POW:POW 18
SOUR:POW:POW?
18
FREQ:MODE?
CW
OUTP?
0
OUTP ON
OUTP?
1
| Entered by Nicolas Delerue from 134.158.195.144 on Mon Mar 7 14:49:13 2022 wrote: |
|
| Entered by Nicolas Delerue from 134.158.195.144 on Mon Mar 7 14:49:13 2022 wrote: |
|
L 'ecran du synthe linac ne fonctionne plus.
Il est possible de se connecter au synthe linac par telnet avec la commande suivante:
$ telnet synthe-b8 5025
Ensuite envoyer les commandes du manuel chapitre 7 page pdf 389.
|
Exemple:
FREQ:CW?
2998550000
SOUR:POW:POW?
18
|
|
|
125
|
Tue Jul 8 10:27:00 2025 |
ND, VC | | Problem | Timing |
|
RE: RE: Pb DEG4 (a nouveau) | |
Gen4, voie 1 => Gen1,voie2, RF Gun
Gen4, voie 2 => Gen1,voie3, Laser
Gen4, voie 6 => Gen1,voie4, RedPitaya
Gen4, voie 8 => Gen1,voie5, Salle de controle
Sauve en memoire 8 des DEG
| ND wrote: |
|
Les voies du DEG4 ont ete reportees sur le DEG1 qui a ete mis a 12.5Hz. Cela change la frequence de declenchement du klystron.
| ND wrote: |
|
La PLL du DEG4 a de nouveau delocké.
|
|
|
|
122
|
Thu Jul 3 16:50:37 2025 |
ND | Not Fixed | Problem | Timing |
|
RE: RE: Pb DEG 4 | |
Le DEG4 a ete baissé de quelques centimetres afin de laisser une circulation d'air entre DEG3 et DEG4. La temp'erature a déjà un peu baissé.
Ce midi 37C, maintenant 35C. Pour comparaison les autres sont a 33C.
| ND wrote: |
|
Si le probleme se reproduit, prendre une copie d'ecran ou une photo de la face avant.
| Vincent wrote: |
|
pB avec le DG 4
(malgré plusieurs reboot du chassis)
pilotage par IHM impossible (par la page propriétaire http://192.168.229.124/ c'est possible)
température DG de 36.6°C ( les autres sont à 32.6°C)
la pll du DG saute (hier soir impossible de le redémarrer)
il faudra peut etre contacter GreenField, et peut etre acheter un spare...
|
|
|
|
93
|
Tue May 21 14:42:17 2024 |
MO, MEK, KD, IC, ND | | Info | Timing |
|
RE: RE: Modification arivee RF/modulateur | |
Passage de Ctrl Klystron TTL2 de -11,5 a -12.5
| MO, MEK, KD, IC, ND wrote: |
|
Cela n'a pas l 'effet recherche! Annulation, retour a -9.3us
| MO, MEK, KD, IC, ND wrote: |
|
Suite discussion avec Maher et Mohamed:
Changement du retard "Linac trigger RF Gun (PA) de -9.3 a -8.5us
|
|
|
|
51
|
Thu Jun 22 10:01:17 2023 |
Entered by Nicolas Delerue from 134.158.88.175 on Mon Jun 19 13:59:47 2023 | New Solution | Info | Other |
|
RE: RE: Dephaseur piloté inséré | |
Le probleme de bruit semble regle. Dephaseur reinstalle.
| e frEntered by Nicolas Delerue from 134.158.88.175 on Mon Jun 19 13:59:47 2023 wrote: |
|
Le problème de bruit persiste. Le déphaseur a été retiré jusqu'à jeudi.
| Entered by Nicolas Delerue from 134.158.88.175 on Mon Jun 19 13:59:47 2023 wrote: |
|
Le déphaseur piloté à été remis dans la chaîne allant de la source RF anneau à la cavité.
Pour l'instant il n'est pas alimenté.
Des mesures de bruit et des tests de pilotage auront lieu jeudi.
|
|
|
|
110
|
Wed Feb 19 14:01:04 2025 |
Entered by Nicolas Delerue from 80.119.21.73 on Wed Feb 19 13:59:11 2025 | | Problem | Timing |
|
RE: Problème avec le DS SIM/SY/DEG.sim | |
$ ls /data/shared/tangoscripts/DeviceServer/Calibrations/DS/SY
create_ds.sh ds_GeneRetard2_int.py ds_GeneRetard.py launch_ds_Freq.sh loop_create_ds.py
DS_GeneRetard ds_GeneRetard2.py fill_GeneRetard.py launch_ds_gene_retard_loc.sh
DS_GeneRetard2 ds_GeneRetard_float.py Freq launch_ds_gene_retard_new.sh
ds_GeneRetard2_float.py ds_GeneRetard_int.py Freq.py launch_ds_gene_retard.sh
On voit qu'il existe deux versions de ds_GeneRetard, l'une entière et l'autre flottante.
head -50 DS_GeneRetard montre la version de DS_GeneRetard dans tangoscript est la bonne (dtype=float).
$ cat launch_ds_gene_retard.sh
#!/bin/bash
PYTHON=/usr/bin/python
DIR=/data/shared/DS_CALC/gene_retard
$PYTHON $DIR/ds_GeneRetard.py DS_GENERETARD &
$PYTHON $DIR/ds_GeneRetard2.py DS_GENERETARD2 &
On voit que le script execute la version dans DS_CALC et non la version dans tangoscript.
Sur client5:
$ ps -aux | grep ds_Gene
operate+ 48899 0.0 0.1 1465728 118380 ? Sl Jan09 8:47 /usr/bin/python /data/shared/DS_CALC/gene_retard/ds_GeneRetard.py DS_GENERETARD
operate+ 50690 0.0 0.2 1959808 146012 ? Sl Jan09 44:33 /usr/bin/python /data/shared/tangoscripts/DeviceServer/Calibrations/DS/SY/ds_GeneRetard2.py DS_GENERETAR2
nicolas+ 54085 0.0 0.0 12780 952 pts/1 S+ 14:02 0:00 grep ds_Gene
On voit que la version de ds_GeneRetard.py qui s'execute est celle de /data/shared/DS_CALC/gene_retard/ et non celle de /data/shared/tangoscripts
Il faudrait l'arrêter et lancer la bonne version.
Sur client5 (à faire):
kill -9 48899
ps -aux | grep ds_Gene
cd /data/shared/tangoscripts/DeviceServer/Calibrations/DS/SY
ipython /data/shared/tangoscripts/DeviceServer/Calibrations/DS/SY/ds_GeneRetard.py DS_GENERETARD &
| Entered by Nicolas Delerue from 80.119.21.73 on Wed Feb 19 13:59:11 2025 wrote: |
|
Il y a un problème avec le DS SIM/SY/DEG.sim qui stock des valeurs entières au lieu de valeures décimales.
Le problème peut être caractérisé avec le code ci-dessous:
import PyTango
#We create the proxy
tango_synchro = PyTango.DeviceProxy("SIM/SY/DEG.sim")
#we read and printthe delay array
delay_array=tango_synchro.read_attribute("delay")
print(delay_array)
delay_array_val=delay_array.value
#we check one value and modify it to a non interger value and wrote it
print(delay_array_val[2*25+9])
delay_array_val[2*25+9]=42.5
tango_synchro.write_attribute("delay",delay_array_val)
#and read it again
delay_array_val=tango_synchro.read_attribute("delay").value
print(delay_array_val[2*25+9])
#try again
delay_array_val[2*25+9]=44.5
tango_synchro.write_attribute("delay",delay_array_val)
delay_array_val=tango_synchro.read_attribute("delay").value
print(delay_array_val[2*25+9])
|
|
|
39
|
Mon Mar 7 14:54:58 2022 |
Entered by Nicolas Delerue from 134.158.195.144 on Mon Mar 7 14:49:13 2022 | Under Process | Problem | Material |
|
RE: Probleme ecran Synthe linac | |
| Entered by Nicolas Delerue from 134.158.195.144 on Mon Mar 7 14:49:13 2022 wrote: |
|
L 'ecran du synthe linac ne fonctionne plus.
Il est possible de se connecter au synthe linac par telnet avec la commande suivante:
$ telnet synthe-b8 5025
Ensuite envoyer les commandes du manuel chapitre 7 page pdf 389.
|
Exemple:
FREQ:CW?
2998550000
SOUR:POW:POW?
18
|
|
124
|
Tue Jul 8 10:18:24 2025 |
ND | | Problem | Timing |
|
RE: Pb DEG4 (a nouveau) | |
Les voies du DEG4 ont ete reportees sur le DEG1 qui a ete mis a 12.5Hz. Cela change la frequence de declenchement du klystron.
| ND wrote: |
|
La PLL du DEG4 a de nouveau delocké.
|
|
|
121
|
Thu Jul 3 13:44:53 2025 |
ND | Not Fixed | Problem | Timing |
|
RE: Pb DEG 4 | |
Si le probleme se reproduit, prendre une copie d'ecran ou une photo de la face avant.
| Vincent wrote: |
|
pB avec le DG 4
(malgré plusieurs reboot du chassis)
pilotage par IHM impossible (par la page propriétaire http://192.168.229.124/ c'est possible)
température DG de 36.6°C ( les autres sont à 32.6°C)
la pll du DG saute (hier soir impossible de le redémarrer)
il faudra peut etre contacter GreenField, et peut etre acheter un spare...
|
|
|
92
|
Tue May 21 14:23:32 2024 |
MO, MEK, KD, IC, ND | | Info | Timing |
|
RE: Modification arivee RF/modulateur | |
Cela n'a pas l 'effet recherche! Annulation, retour a -9.3us
| MO, MEK, KD, IC, ND wrote: |
|
Suite discussion avec Maher et Mohamed:
Changement du retard "Linac trigger RF Gun (PA) de -9.3 a -8.5us
|
|
|
130
|
Sat Jul 12 00:09:28 2025 |
Entered by Nicolas Delerue from 193.55.29.172 on Fri Jul 11 09:41:38 2025 | | Problem | Timing |
|
RE: Etude signal sortie boîtier de déclenchement | |
TEK00035.png: Bruit sur le câble venant du DEG3 (2 kickers allumés) lorsque celui-ci est débranché de la trigger box.
TEK00036.png: Bruit sur le câble venant du DEG3 (2 kickers allumés) lorsque celui-ci est débranché de la trigger box et débranché du DEG3.
TEK00036.png: Bruit sur le câble N2 lors d'un changement de fréquence (utilisation d'un T).
TEK00044.png: Lorsque l'on avance le kicker d'extraction de 1us, le bruit disparait.
TEK00045.png: Lorsque le déclenchement du kicker d'extraction est trop proche du déclenchement du kicker d'injection, le bruit revient.
| Entered by Nicolas Delerue from 193.55.29.172 on Fri Jul 11 09:41:38 2025 wrote: |
|
Signal N4.
Zoom sur t=+195ns, persistence allumée
TEK00018.png: All EP on.
TEK00019.png: Ext kick only.
TEK00020.png: Inj kick only.
TEK00021.png: Deux kickers allumés
TEK00024.png: Septum only.
Étude de N2: pas de bruit en retour sur N2. TEK00025.png
Installation d'un T sur N3.
TEK00030.png: 2 kickers allumés
TEK00031.png: Zoom
10h15 Arrêt pour accès RP
11h15: Impossible de reproduire le problème (TEK00034.png)! Quelque chose s'est passé pendant l'arrêt...
TEK00033.png: Zoom sur le début de l'impulsion N3...
|
|
|
31
|
Fri Jan 14 11:05:12 2022 |
Entered by Super Team from 134.158.195.141 on Fri Jan 14 10:44:08 2022 | Fixed | Question | Timing |
|
RE: Démarrage des DS des générateurs de retard | |
MAUVAIS REPERTOIR !!!
Pour lancher les 2 DS il faut faire :
cd /data/shared/tangoscripts/DeviceServer/DS_CALC/Synchro/
./launch_ds_gene_retard_loc.sh
AM
| Entered by Super Team from 134.158.195.141 on Fri Jan 14 10:44:08 2022 wrote: |
|
Pour redémarrer le DS Sim.SY/DEG.sim :
/data/shared/DS_CALC/launch_ds_gene_retard.sh &
(Comment démarrer Sim.SY/DEG2.sim ?)
|
|
|
50
|
Tue Jun 20 18:12:37 2023 |
Entered by Nicolas Delerue from 134.158.88.175 on Mon Jun 19 13:59:47 2023 | New Solution | Info | Other |
|
RE: Dephaseur piloté inséré | |
Le problème de bruit persiste. Le déphaseur a été retiré jusqu'à jeudi.
| Entered by Nicolas Delerue from 134.158.88.175 on Mon Jun 19 13:59:47 2023 wrote: |
|
Le déphaseur piloté à été remis dans la chaîne allant de la source RF anneau à la cavité.
Pour l'instant il n'est pas alimenté.
Des mesures de bruit et des tests de pilotage auront lieu jeudi.
|
|
|
102
|
Tue Jul 16 13:00:24 2024 |
VC, ND | Fixed | Info | Timing |
|
RE: Codes de synchro mis a jour (25Hz) | |
La limite sur les diags a levee. Ils peuvent passer a 25Hz aussi.
| VC, ND wrote: |
|
Les codes de synchro ont ete mis a jour et testes.
Il est maintannt possible de passer a 25Hz sur le linac et l'anneau. Les diags sont limites a 8,33Hz.
|
|
|
90
|
Mon May 13 16:47:17 2024 |
VC, KD | Under Process | Info | Timing |
|
Prêt synthé 3GHz pour White Rabbit | |
aujourd'hui 13/05,
le synthé 3GHz de ThomX (R&S SMA) est retiré pour prêt à l'experience sur le White Rabbit.
Un autre synthé le remplace (synthé ThomX R&S SML), les caractéristiques en sortie ont été fixé à celles de l'ancien : 2.99855 GHz, 18dBm
Les signaux ont été vérifié avec Vincent, le 3GHz est le même que précédemment (fréquence et amplitude) et le signal sur la sortie pour le Klystron semble conforme aussi.
Le synthé doit être rendu à la fin de la semaine ou au pire avant la fin du conditionnement. |
|
126
|
Tue Jul 8 13:13:37 2025 |
VC, KD, ND | | Problem | Timing |
|
Problème double déclenchement DEG | |
Captrures d'écran voie 5 DEG1 avec Trig ECT=12,5Hz: double déclenche.
Image 1: pas de double déclenche
Image 2: avec double déclenche
Image 3: avec persistence: montre que la double déclenche ne se produit pas tout le temps.
|
|
109
|
Wed Feb 19 13:59:26 2025 |
Entered by Nicolas Delerue from 80.119.21.73 on Wed Feb 19 13:59:11 2025 | | Problem | Timing |
|
Problème avec le DS SIM/SY/DEG.sim | |
Il y a un problème avec le DS SIM/SY/DEG.sim qui stock des valeurs entières au lieu de valeures décimales.
Le problème peut être caractérisé avec le code ci-dessous:
import PyTango
#We create the proxy
tango_synchro = PyTango.DeviceProxy("SIM/SY/DEG.sim")
#we read and printthe delay array
delay_array=tango_synchro.read_attribute("delay")
print(delay_array)
delay_array_val=delay_array.value
#we check one value and modify it to a non interger value and wrote it
print(delay_array_val[2*25+9])
delay_array_val[2*25+9]=42.5
tango_synchro.write_attribute("delay",delay_array_val)
#and read it again
delay_array_val=tango_synchro.read_attribute("delay").value
print(delay_array_val[2*25+9])
#try again
delay_array_val[2*25+9]=44.5
tango_synchro.write_attribute("delay",delay_array_val)
delay_array_val=tango_synchro.read_attribute("delay").value
print(delay_array_val[2*25+9]) |
|
38
|
Mon Mar 7 14:49:27 2022 |
Entered by Nicolas Delerue from 134.158.195.144 on Mon Mar 7 14:49:13 2022 | Under Process | Problem | Material |
|
Probleme ecran Synthe linac | |
L 'ecran du synthe linac ne fonctionne plus.
Il est possible de se connecter au synthe linac par telnet avec la commande suivante:
$ telnet synthe-b8 5025
Ensuite envoyer les commandes du manuel chapitre 7 page pdf 389.
|
|
8
|
Mon Jan 11 13:49:53 2021 |
Entered by Nicolas Delerue from 80.119.21.73 on Mon Jan 11 13:49:39 2021 | Fixed | Info | Timing |
|
Pre-réglage Générateurs de retard | |
J'ai mis le générateur de retard 3 en mode SSE.
Pour info dans la mémoire des générateurs de retard il y a:
- En position 9 la config par défaut (à définir)
- En position 8 la config avec le générateur 3 en EXT
- En position 7 la config avec le générateur 3 en SSE
Comme cela il est possible de recharger la config en ssh ligne de commande:
cd ~/git/panneaux/Synchro
./gene_memory.py recall 7 |