Difference between revisions of "Controls Software Documentation"

From Beam Line Controls
Jump to navigation Jump to search
(→‎Bluesky: PyDM)
Line 38: Line 38:
* [https://github.com/BCDA-APS/bluesky_training/tree/main/bluesky Template for new instrument description. (Includes configuration for IPython console, Jupyter notebook, and bluesky-queueserver.]
* [https://github.com/BCDA-APS/bluesky_training/tree/main/bluesky Template for new instrument description. (Includes configuration for IPython console, Jupyter notebook, and bluesky-queueserver.]
* [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://blueskyproject.io/bluesky-queueserver/ queueserver - Server for queueing plans.], [https://blueskyproject.io/bluesky-queueserver-api/ API documentation]
* [https://blueskyproject.io/tiled/ tiled - Data server for databroker and directories with data files.], [https://github.com/BCDA-APS/tiled-template Template for creating a local tiled data server at APS.]
* [https://slaclab.github.io/pydm/ PyDM - Python Display Manager]
* [https://slaclab.github.io/pydm/ PyDM - Python Display Manager]
* [https://github.com/BCDA-APS/adl2pydm adl2pydm - Convert MEDM's .adl files to PyDM's .ui format.]
* [https://github.com/BCDA-APS/adl2pydm adl2pydm - Convert MEDM's .adl files to PyDM's .ui format.]

Revision as of 21:06, 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