Difference between revisions of "Controls Software Documentation"
Jump to navigation
Jump to search
Tguruswamy (talk | contribs) m (add link to troubleshooting page) |
|||
Line 21: | Line 21: | ||
* [[Troubleshooting EPICS IOCs]] | * [[Troubleshooting EPICS IOCs]] | ||
* [https://docs2bm.readthedocs.io/en/latest/source/ops/item_000_0.html simDetector Install directions (2BM)] | * [https://docs2bm.readthedocs.io/en/latest/source/ops/item_000_0.html simDetector Install directions (2BM)] | ||
* [https:// | * [https://epics-modules.github.io/xxx/overview.html The Basics of an IOC (XXX documentation)] | ||
* [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] | |||
==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] |
Revision as of 20:09, 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