From b0321668153f8edc9d31d4c7c512601a5dd4861a Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Fri, 29 May 2026 16:10:28 +0200 Subject: [PATCH] checking some strange behaviour --- docs/index.md | 1 + docs/tutorials/caClientLessons.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a544507..021a377 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,6 +23,7 @@ please go to https://docs.epics-controls.org/en/latest/ EPICS is a distributed control system (Wikipedia: https://en.wikipedia.org/wiki/Distributed_control_system) used to control accelerators and experiments at PSI. EPICS is the abbreviation of "Experimental Physics and Industrial Control System". The basic components of an EPICS system are: + - IOCs: Input-Output-Controller that communicate with dedicated hardware devices like motor controllers or power supply controllers, with the Clients, and with each other. - Client Servers and Consoles running various client applications - The network protocol used to communicate usin a Local Area Network (LAN). The default protocol is called Channel Access. Other protocols are possible and in the future the default might change to pvx. diff --git a/docs/tutorials/caClientLessons.md b/docs/tutorials/caClientLessons.md index ccb8570..0c37a9c 100644 --- a/docs/tutorials/caClientLessons.md +++ b/docs/tutorials/caClientLessons.md @@ -1,5 +1,6 @@ # Lessons on Channel Access Client Programming -# - **OLD and maybe Obsolete** - + + - **OLD and maybe Obsolete** - Written by Dirk Zimoch dirk.zimoch@psi.ch