Difference between revisions of "Controls Software Documentation"

From Beam Line Controls
Jump to navigation Jump to search
(→‎General: bcdamenu)
Line 51: Line 51:
* [https://github.com/epics-base/pvaPy pvapy - Python interface for PV Access, also provides CA interface]
* [https://github.com/epics-base/pvaPy pvapy - Python interface for PV Access, also provides CA interface]
===General===
===General===
* [https://bcdamenu.readthedocs.io/ - GUI menu to beam line software, such as synoptic display.]
* [https://bcdamenu.readthedocs.io/ bcdamenu - GUI menu to beam line software, such as synoptic display.]
* [https://github.com/EPICS-synApps/support/tree/master/utils/mdaPythonUtils mdaPythonUtils - Read .mda data files into Python.]
* [https://github.com/EPICS-synApps/support/tree/master/utils/mdaPythonUtils mdaPythonUtils - Read .mda data files into Python.]
* [https://github.com/prjemian/pvMail PvMail - Watch an EPICS PV. Send email when it changes from 0 to 1.]
* [https://github.com/prjemian/pvMail PvMail - Watch an EPICS PV. Send email when it changes from 0 to 1.]

Revision as of 21:17, 8 December 2022

This page exists to collect links to documentation about the instrument control system EPICS, its modules and related libraries (synApps, areaDetector), as used at the Advanced Photon Source.

Documentation referenced should be appropriate for beamline scientists, as opposed to only EPICS developers. New deployments should prefer EPICSv7, the latest release series.

See also the extensive resources from past EPICS Collaboration meetings.

EPICS Base

synApps (aka EPICS Support)

areaDetector

Deploying, troubleshooting, and maintaining IOCs

Maintaining Documentation

APS ESAF & Proposal - Read-only interface

Bluesky

Python support

Channel Access

PV Access

General