Difference between revisions of "Controls Software Documentation"

From Beam Line Controls
Jump to navigation Jump to search
(→‎EPICS Base: Installing EPICS on RaspberryPi)
(docker IOCs and training VM)
Line 25: Line 25:
* [https://gist.github.com/keenanlang/e768774cbd0a367b96281939b8a2c9ba Creation of an IOC using mkioc]
* [https://gist.github.com/keenanlang/e768774cbd0a367b96281939b8a2c9ba Creation of an IOC using mkioc]
* [https://wiki.aps.anl.gov/bcda/index.php/Category:TUTORIAL BCDA Tutorials (APS Internal)]
* [https://wiki.aps.anl.gov/bcda/index.php/Category:TUTORIAL BCDA Tutorials (APS Internal)]
==Pre-built IOCs==
===Docker images===
* EPICS Base 7.0.5, synApps 6.2: [https://github.com/prjemian/epics-docker/tree/main/v1.1/n3_synApps#readmemd standard xxx], [https://github.com/prjemian/epics-docker/tree/main/v1.1/n5_custom_synApps#readmemd customized]
* EPICS Base 7.0.5, synApps 6.2, area detector 3.10: [https://github.com/prjemian/epics-docker/tree/main/v1.1/n4_areaDetector#readmemd standard], [https://github.com/prjemian/epics-docker/tree/main/v1.1/n6_custom_areaDetector#readmemd custom]
===Virtual Machines===
* [https://github.com/BCDA-APS/epics-bluesky-vm/blob/main/install_vm.md APS Bluesky 101 training VM image.]
==Maintaining Documentation==
==Maintaining Documentation==
* [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]
Line 34: Line 42:
* [https://blueskyproject.io Bluesky home page]
* [https://blueskyproject.io Bluesky home page]
* [https://try.nsls2.bnl.gov Try Bluesky in a web browser (from NSLS-II)]
* [https://try.nsls2.bnl.gov Try Bluesky in a web browser (from NSLS-II)]
* [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://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://blueskyproject.io/hklpy/ hklpy: Bluesky's diffractometer support], [https://blueskyproject.io/hklpy/examples/index.html Diffractometer examples.]
* [https://blueskyproject.io/hklpy/ hklpy: Bluesky's diffractometer support], [https://blueskyproject.io/hklpy/examples/index.html Diffractometer examples.]
* [https://github.com/BCDA-APS/bluesky_training Bluesky training for APS users]
* [https://github.com/BCDA-APS/bluesky_training Bluesky training for APS users]

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

Pre-built IOCs

Docker images

Virtual Machines

Maintaining Documentation

APS ESAF & Proposal - Read-only interface

Bluesky

Python support

Channel Access

PV Access

General