Difference between revisions of "Controls Software Documentation"
Jump to navigation
Jump to search
Line 44: | Line 44: | ||
==Python support== | ==Python support== | ||
===Channel Access=== | |||
* [https://pyepics.github.io/pyepics/ PyEpics - Python interface for Channel Access based on libca and libCom.] | * [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://caproto.github.io/caproto/v0.8.1/ caproto - Python interface for Channel Access in pure Python.] | ||
===PV Access=== | |||
* [https://mdavidsaver.github.io/p4p/ p4p - Python interface for PV Access] | * [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-base/pvaPy pvapy - Python interface for PV Access, also provides CA interface] | ||
===General=== | |||
* [https://bcdamenu.readthedocs.io/ - 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.] | ||
* [https://github.com/BCDA-APS/pvview pvView - Display one or more EPICS PVs in a PyDM GUI window as a table.] | |||
* [https://github.com/BCDA-APS/pvWebMonitor pvWebMonitor - Post EPICS PVs to read-only (static) web site.] | * [https://github.com/BCDA-APS/pvWebMonitor pvWebMonitor - Post EPICS PVs to read-only (static) web site.] | ||
* [https://prjemian.github.io/punx/ punx - Python Utilities for NeXus HDF5 files: validation, structure, hierarchy.] | * [https://prjemian.github.io/punx/ punx - Python Utilities for NeXus HDF5 files: validation, structure, hierarchy.] | ||
* [https://prjemian.github.io/pyRestTable/ pyRestTable - Format a nice table in reST (reStructuredText) from Python.] | * [https://prjemian.github.io/pyRestTable/ pyRestTable - Format a nice table in reST (reStructuredText) from Python.] | ||
* [https://prjemian.github.io/pysumreg/ pysumreg - Statistics of list of (x,y) pairs from calculator-style summation registers.] | |||
* [https://github.com/prjemian/spec2nexus/ spec2nexus - Read SPEC data files into Python, write NeXus data file.] | * [https://github.com/prjemian/spec2nexus/ spec2nexus - Read SPEC data files into Python, write NeXus data file.] |
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
- Troubleshooting EPICS IOCs
- simDetector Install directions (2BM)
- The Basics of an IOC (XXX documentation)
- Creation of an IOC using mkioc
- BCDA Tutorials (APS Internal)
Maintaining Documentation
APS ESAF & Proposal - Read-only interface
Bluesky
- Bluesky home page
- Try Bluesky in a web browser (from NSLS-II)
- apstools - Various Python tools for use with Bluesky at the APS., Guides, How-Tos, and other examples.
- hklpy: Bluesky's diffractometer support, Diffractometer examples.
- Bluesky training for APS users
- Template for new instrument description. (Includes configuration for IPython console, Jupyter notebook, and bluesky-queueserver.
- Installation Steps for APS users
- queueserver - Server for queueing plans., API documentation
- tiled - Data server for databroker and directories with data files., Template for creating a local tiled data server at APS.
- PyDM - Python Display Manager
- adl2pydm - Convert MEDM's .adl files to PyDM's .ui format.
Python support
Channel Access
- PyEpics - Python interface for Channel Access based on libca and libCom.
- caproto - Python interface for Channel Access in pure Python.
PV Access
- p4p - Python interface for PV Access
- pvapy - Python interface for PV Access, also provides CA interface
General
- - GUI menu to beam line software, such as synoptic display.
- mdaPythonUtils - Read .mda data files into Python.
- PvMail - Watch an EPICS PV. Send email when it changes from 0 to 1.
- pvView - Display one or more EPICS PVs in a PyDM GUI window as a table.
- pvWebMonitor - Post EPICS PVs to read-only (static) web site.
- punx - Python Utilities for NeXus HDF5 files: validation, structure, hierarchy.
- pyRestTable - Format a nice table in reST (reStructuredText) from Python.
- pysumreg - Statistics of list of (x,y) pairs from calculator-style summation registers.
- spec2nexus - Read SPEC data files into Python, write NeXus data file.