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