Grafische Benutzeroberfläche
Ein GUI-Paket wie EDM (Editor/Display Manager) oder MEDM (Motif EDM) wird häufig auf den Clients verwendet. Diese ermöglichen die Erstellung und Verwendung von Skalen, Zeigern, Textfeldern, einfachen Animationen usw.
https://epics.anl.gov/extensions/medm/index.php
Eine neuere und auf Eclipse-basierte Sammlung von Tools zur Überwachung und Bedienung großer Steuerungssysteme ist Control System Studio.
http://controlsystemstudio.org/
"Phoebus" ist das letzte Update von Control System Studio (CS-Studio). Im Vergleich zur ursprünglichen Entwicklung ist sie nicht mehr auf Eclipse RCP angewiesen. Stattdessen bietet es den Display Builder, Data Browser, Probe, PV Tree, Alarm, Scan, .... mit Integration zu standortspezifischen E-Mails, Logbüchern, PV-Namensvervollständigung in einem kompakteren Paket.
https://controlssoftware.sns.ornl.gov/css_phoebus/
Phoebus FHI stable
based on https://github.com/ControlSystemStudio/phoebus
For users coming from EDUROAM / EXTERNAL:
How to access PVs:
If you're using eduroam or any other Network that is not the same as your IOCs,
you need to setup phoebus to use a gateway to access the PVs.
add to the settings.ini as follows: where IP_Address is the IP of the gateway computer. FEL → "felgate" > 141.14.132.69 CRYVISIL → "kannsein" > 141.14.14.133.59 direct connection to your experiments network → use its broadcast address: x.x.x.255 (replace x'es with the actual IP) org.phoebus.pv.ca/addr_list=IP_Address org.phoebus.pv.ca/auto_addr_list=0 org.phoebus.pv.ca/max_array_size=1250000