From fe6c86490bd1d13a144083b2f1e87d5863481f49 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Fri, 17 Jul 2026 13:58:01 +0200 Subject: [PATCH] docs: add missing iocs overview --- docs/ioc/ioc_overview.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/docs/ioc/ioc_overview.md b/docs/ioc/ioc_overview.md index 22a0c6c..c903dbe 100644 --- a/docs/ioc/ioc_overview.md +++ b/docs/ioc/ioc_overview.md @@ -1,11 +1,30 @@ # Overview of IOCs for Beam Dynamics -The ports are configured in the [service registry](../../docs/ioc/ioc_overview.md) +The ports are configured in the [service registry](../../config/services_registry.yml) | IOC NAME | Description | |---|---| -| AGEBD-CPCL-MASTER | IOC providing PVs for the service master application IOC enabling to monitor the health status of BD High Level Application Services with the alarm handler ALH | +| AGEBD-CPCL-MASTER | IOC providing PVs for the service master application and IOC enabling to monitor the health status of BD High Level Application Services with the alarm handler ALH | +| AGEBD-CPCL-ALH | IOC enabling to monitor the health status of BD High Level Application Services with the alarm handler ALH | +| AGEBD-CPCL-TUNE | IOC providing PVs for the tune measurement | +| AGEBD-CPCL-SCRUBBING | IOC providing PVs for the vacuum scrubbing service | | AGEBD-CPCL-NTURNS | IOC providing PVs for the DBPM3 stage0 and stage1 nr. of turns calculation service | -| AGEBD-CPCL-DBPM3CURR | | -| AGEBD-CPCL-TAUBPM | | +| AGEBD-CPCL-TIMING | IOC providing PVs for working around limitations of the SLS 2.0 timing system | +| AGEBD-CPCL-INJECTIONGUARD | IOC providing PVs for the injection guard application | +| AGEBD-CPCL-POSTMORTEMLOG | IOC providing PVs for the post mortem elog service application | +| AGEBD-CPCL-TUNEBUMP | IOC providing PVs for the tune bump service application | +| AGEBD-CPCL-PLOTS | IOC providing Buffers of PVs for plots | +| AGEBD-CPCL-ORBITBUMP | IOC providing PVs for orbit bumps for the beamlines | +| AGEBD-CPCL-TAUBPM | IOC providing PVs for the lifetime measurement | +| AGEBD-CPCL-TOPUPTOOL | IOC providing PVs for the top up tool | +| AGEBD-CPCL-TUNEFBX | IOC providing PVs for the top up tool | +| AGEBD-CPCL-PLAYGROUND | IOC providing dummy PVs for Machine Development Shifts | + +# TODO: +| IOC NAME | Description | +|---|---| +| AGEBD-CPCL-PARAMS | IOC providing PVs for machine parameters | +| AGEBD-CPCL-PARAMS | IOC providing PVs for PCT base lifetime measurement | | AGEBD-CPCL-SHIFTTOOL | | +| AGEBD-CPCL-DBPM3CURR | | +| AGEBD-CPCL-DBPM3 | IOC providing PVs for the DBPM3 stage2 average current calculation service |