Difference between revisions of "Controls Software Documentation"

From Beam Line Controls
Jump to navigation Jump to search
(→‎areaDetector: update url)
(Remove link to apsbss per management directions.)
 
(42 intermediate revisions by one other user not shown)
Line 36: Line 36:
* [https://bctwg.readthedocs.io/en/latest/index.html ReadTheDocs tutorial and example site]
* [https://bctwg.readthedocs.io/en/latest/index.html ReadTheDocs tutorial and example site]


==APS ESAF & Proposal - Read-only interface==
==Bluesky==
* [https://bcda-aps.github.io/apsbss/ apsbss - Read-only interface to information from APS Proposal and ESAF (experiment safety approval form) databases.]
===Bluesky Framework===
* Documentation:
** General documentation: https://blueskyproject.io/
** General repository: https://github.com/bluesky
** bluesky-specific documentation: https://blueskyproject.io/bluesky/
* Python packages:
** bluesky source: https://github.com/bluesky/bluesky
** ophyd source: https://github.com/bluesky/ophyd
** databroker source: https://github.com/bluesky/databroker
* Trainings:
** NSLS-II Sandbox for tutorials: https://try.nsls2.bnl.gov
*** Try Bluesky in your internet browser (no local python required for this)
*** Sandbox is publicly accessible
** Also: https://blueskyproject.io/tutorials/
* hklpy:
** [https://blueskyproject.io/hklpy/ Bluesky's diffractometer support]
** [https://blueskyproject.io/hklpy/examples/index.html Diffractometer examples]
* Queue server:
** [https://blueskyproject.io/bluesky-queueserver/ queueserver - Server for queueing plans]
** [https://blueskyproject.io/bluesky-queueserver-api/ API documentation]
* Tiled:
** [https://blueskyproject.io/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]


==Bluesky==
===Bluesky at APS===
* [https://blueskyproject.io Bluesky home page]
* Documentation:
* [https://try.nsls2.bnl.gov Try Bluesky in a web browser (from NSLS-II)]
** Status of Bluesky at the APS: [https://anl.box.com/s/yh6yp0dihz5xz89hphxc4qlit2d8ngs7 P. Jemian Talk 2022-09-19]
* [https://bcda-aps.github.io/apstools apstools - Various Python tools for use with Bluesky at the APS.], [https://bcda-aps.github.io/apstools/examples/index.html Guides, How-Tos, and other examples.] [https://github.com/BCDA-APS/bluesky_training/blob/main/APS_Bluesky_101.md APS Bluesky 101 (from 2021).]
** [https://bcda-aps.github.io/bluesky_training/instrument/_install_new_instrument.html Installation Steps]
* [https://blueskyproject.io/hklpy/ hklpy: Bluesky's diffractometer support], [https://blueskyproject.io/hklpy/examples/index.html Diffractometer examples.]
** apstools: [https://bcda-aps.github.io/apstools/latest/index.html Guides, How-Tos, and other examples]
* [https://github.com/BCDA-APS/bluesky_training Bluesky training for APS users]
** bluesky training: [https://bcda-aps.github.io/bluesky_training/index.html Getting started with Bluesky]
* [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.]
* Source code:
* [https://github.com/BCDA-APS/use_bluesky#use_bluesky Installation Steps for APS users]
** apstools: [https://github.com/BCDA-APS/apstools https://github.com/BCDA-APS/apstools]
* [https://blueskyproject.io/bluesky-queueserver/ queueserver - Server for queueing plans.], [https://blueskyproject.io/bluesky-queueserver-api/ API documentation]
** bluesky training: [https://github.com/BCDA-APS/bluesky_training https://github.com/BCDA-APS/bluesky_training]
* [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]
===Python Display Manager PyDM===
* [https://github.com/BCDA-APS/adl2pydm adl2pydm - Convert MEDM's .adl files to PyDM's .ui format.]
* [https://slaclab.github.io/pydm/ PyDM Documentation]
* [https://github.com/BCDA-APS/adl2pydm adl2pydm - Convert MEDM's .adl files to PyDM's .ui format]


==Python support==
==Python support==

Latest revision as of 19:56, 18 March 2026

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

Pre-built IOCs

Docker images

Virtual Machines

Maintaining Documentation

Bluesky

Bluesky Framework

Bluesky at APS

Python Display Manager PyDM

Python support

Channel Access

PV Access

General