Difference between revisions of "Controls Software Documentation"

From Beam Line Controls
Jump to navigation Jump to search
(EPICS client support in Python)
Line 41: Line 41:
* [https://github.com/BCDA-APS/use_bluesky#use_bluesky Installation Steps for APS users]
* [https://github.com/BCDA-APS/use_bluesky#use_bluesky Installation Steps for APS users]
* [https://github.com/BCDA-APS/tiled-template Template for creating a local tiled data server]
* [https://github.com/BCDA-APS/tiled-template Template for creating a local tiled data server]
==Python client support==
* [https://pyepics.github.io/pyepics/ PyEpics - Python interface for Channel Access based on libca and libCom.]
* [https://caproto.github.io/caproto/v0.8.1/ caproto - Python interface for Channel Access in pure Python.]
* [https://mdavidsaver.github.io/p4p/ p4p - Python interface for PV Access]
* [https://github.com/epics-base/pvaPy pvapy - Python interface for PV Access]
* [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/BCDA-APS/pvWebMonitor pvWebMonitor - Post EPICS PVs to read-only (static) web site.]
* [https://prjemian.github.io/punx/ Python Utilities for NeXus HDF5 files: validation, structure, hierarchy.]
* [https://github.com/prjemian/spec2nexus/ spec2nexus - Read SPEC data files into Python, write NeXus data file.]

Revision as of 20:49, 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 client support