Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnpem/ad-sim-epics-ioc
ADSimDetector IOC
https://github.com/cnpem/ad-sim-epics-ioc
Last synced: about 1 month ago
JSON representation
ADSimDetector IOC
- Host: GitHub
- URL: https://github.com/cnpem/ad-sim-epics-ioc
- Owner: cnpem
- Created: 2023-08-10T17:47:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T15:23:48.000Z (3 months ago)
- Last Synced: 2024-10-22T02:11:09.715Z (3 months ago)
- Language: Batchfile
- Size: 18.6 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EPICS IOC for ADSimDetector
This repository contains the EPICS Input/Output Controller (IOC) used at LNLS
for debugging, testing and prototyping based on [areaDetector simulation
detector (ADSimDetector)](https://github.com/areaDetector/ADSimDetector).## Running the IOC
You can use the following command to run it in the background using the default
start-up script from [epics-in-docker][epics-in-docker].```bash
docker compose up -d
```You can then access the IOC shell through [the Unix socket created][iocsh].
[epics-in-docker]: https://github.com/cnpem/epics-in-docker
[iocsh]: https://github.com/cnpem/epics-in-docker/tree/v0.4.0#accessing-iocsh-inside-containers## Building the IOC image
You can build the IOC with the following command:
```bash
docker compose build
```