design change

This commit is contained in:
2025-09-26 01:14:36 +02:00
parent 143d39ab1a
commit d6f954e3fd
14 changed files with 2912 additions and 50 deletions
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
test/
Binary file not shown.
+3 -3
View File
@@ -2,11 +2,11 @@
title: Compass
description: Landing page with overview and infos concerning SLS operation
template: main.html
hide:
- navigation
---
<h1> Compass </h1>
### Useful Links
* [SLS DUO Calendar](https://duo.psi.ch/duo/public_calendar.php)
+25
View File
@@ -0,0 +1,25 @@
---
title: Critical Beam Dumps
description: Here a list of all critical beam dumps is kept
template: main.html
---
## 8 - Thu 25-Sep-25 22:58
* [https://elog-gfa.psi.ch/SLS/62484](https://elog-gfa.psi.ch/SLS/62484)
* Beam dump looks like being caused by an initially slow-rising vacuum spike inside the X02SA U15 undulator
* Vacuum Interlock unfortunately not triggered
## 7 - Thu 25-Sep-25 18:04
* [https://elog-gfa.psi.ch/SLS/62480](https://elog-gfa.psi.ch/SLS/62480)
* [https://elog-gfa.psi.ch/SLS/62482](https://elog-gfa.psi.ch/SLS/62482)
* Beam dump looks like being caused by an initially slow-rising vacuum spike inside the X02SA U15 undulator
* Vacuum Interlock unfortunately not triggered
## 6 - Tue 23-Sep-25 15:56
* [https://elog-gfa.psi.ch/SLS/62451](https://elog-gfa.psi.ch/SLS/62451)
* [https://elog-gfa.psi.ch/SLS+RF/2121](https://elog-gfa.psi.ch/SLS+RF/2121)
* Happened during BPM Sector reboot
* Beam dump controller only triggered by RF stations
* Post mortem data clearly shows that beam was lost before dump kicker was fired
* Communication issue between machine experts concerning disabling the orbit deviation beam dump seems irrelevant
* It would be good if the disabling and reenabling of the orbit deviation beam dump for sector reboots could be automized in a safe way
-10
View File
@@ -1,10 +0,0 @@
---
title: Machine
description: infos regarding the machine
template: main.html
nav:
- 'MDM minutes': mdm/minutes/index.md
- 'BDM minutes': bdm/minutes/index.md
- 'Machine schedule' : schedule.md
---
@@ -6,26 +6,6 @@ template: main.html
<h1> Minutes of the SLS 2.0 Machine Development Meetings </h1>
## Pending Shifts
* High Priority
* FOFB Development
* FPFB Development
* MBFB Development
* Timing System Development
* Medium Priority
* Test beam dump with closed IDs
* Postmortem trigger alignment
* Bunch length measurements ({{Cigdem}} and {{Daniel}})
* Low Priority
* Camshaft tests
* Test for optimal bucket position of camshaft and corresponding gaps/bunch length with beamlines
* FPM limit tests interested in high charge
* Quadrupole response / tune based optics measurements
* Investigate options for top-up save with booster RF
<!-- Template for minutes
## XX/XX/2025
+33
View File
@@ -0,0 +1,33 @@
---
title: Pending MD shifts
description: Here an overview of pending MD shifts is kept
template: main.html
---
## High Priority
| **Time** | **Description** | **Who** |
| :- | :- | :- |
| ?? hours | FOFB/BPM Development | {{Goran}} and {{Boris}} |
| ?? hours | MBFB Development | {{Pedro}} and {{Boris}} and {{Micha}} |
| ?? hours | Timing system development | {{Romain}} and {{Felix}} |
| ?? hours | FPFB development | {{Pedro}} and {{Felix}} |
## Medium Priority
| **Time** | **Description** | **Who** |
| :- | :- | :- |
| ?? hours | X01DD bunch length measurements | {{Cigdem}} and {{Daniel}} |
| ?? hours | Postmortem trigger alignment | {{Cigdem}} and {{Felix}} |
| ?? hours | Test beam dump with closed IDs | {{Martin}} and {{Masamitsu}} and {{Felix}} |
| ?? hours | Injection Optimization | {{Jonas}} and {{Volker}} and {{Felix}} |
## Low Priority
| **Time** | **Description** | **Who** |
| :- | :- | :- |
| ?? hours | Camshaft tests | {{Cigdem}} and {{Jonas}} and Beamlines |
| ?? hours | Quadrupole response / tune based optics measurements | {{Jesus}} |
| ?? hours | Investigate options for top-up save with booster RF | {{Jonas}} and {{Lukas}} |
+3 -2
View File
@@ -2,9 +2,10 @@
title: Machine Schedule
description: Schedule for machine and beamline shifts
template: schedule.html
---
<h1> Machine Schedule </h1>
hide:
- navigation
---
### 2025, KW41
{{ScheduleTableHead()}}
+16
View File
@@ -0,0 +1,16 @@
---
title: Beamline Contacts
description: Table of all beamlines and their phone numbers
template: schedule.html
hide:
- toc
---
<h1> Beamline Contacts </h1>
| **Sourcepoint** | **Beamline** | **Phone Nr.** |
| :- | :- | :- |
| X04SA | ADDAMS | [5083](tel: +41 56 310 5083) |
| X07DA | PolLux | [5474](tel: +41 56 310 5474) |
| X11MA | SIM | [5978](tel: +41 56 310 5978) |
@@ -4,8 +4,6 @@ description: Here the minutes of all UOMs are kept
template: main.html
---
<h1> Minutes of the SLS 2.0 User Operation Meetings </h1>
<!-- Template for minutes
## XX/XX/2025
@@ -144,12 +142,6 @@ Minutes written by {{Felix}}
* This is mandatory for safety reasons
* It would be great to add these to the beamline contact overview ([https://intranet.psi.ch/de/sls-operation/verantwortliche-strahllinien](https://intranet.psi.ch/de/sls-operation/verantwortliche-strahllinien)) and also the panels
| **Sourcepoint** | **Beamline** | **Phone Nr.** |
| :- | :- | :- |
| X04SA | ADDAMS | 5083 |
| X07DA | PolLux | 5474 |
| X11MA | SIM | 5978 |
* **Console issue today**
* a significant fraction of the consoles in the control room spontaneously rebooted this morning around 6 thus stopping any local feedback loops and destroying any locally recorded data
* the same is observed on many beamline consoles
+20 -7
View File
@@ -45,6 +45,7 @@ theme:
name: 'material'
logo: _images/LogoCAS.svg
features:
- navigation.tabs
- navigation.instant
- navigation.instant.progress
- content.action.edit
@@ -136,10 +137,22 @@ extra:
Unstable : 'Unstable'
nav:
- 'Compass': index.md
- 'Machine' : mdm/index.md
- 'MDM minutes': mdm/minutes/index.md
- 'UOM minutes': uom/minutes/index.md
- 'JCM minutes': jcm/minutes/index.md
- 'BDM minutes': bdm/minutes/index.md
- 'Machine schedule' : schedule.md
- 'Home' :
- 'Compass' : index.md
- 'Machine' :
- 'MDM minutes' : mdm/minutes/mdm.md
- 'Pending MD shifts' : mdm/shifts.md
- 'Critical Beam Dumps' : mdm/cbd.md
- 'BDM minutes': bdm/minutes/bdm.md
- 'JCM minutes': jcm/minutes/jcm.md
- 'Beamlines':
- 'Contacts' : uom/BeamlineContacts.md
- 'UOM minutes': uom/minutes/uom.md
- 'Schedule' :
- '2025' : schedule.md