https://github.com/lnls-dig/rffe-epics-ioc
EPICS IOC for BPM Radio Frequency Front End
https://github.com/lnls-dig/rffe-epics-ioc
bpm epics ioc lnls rffe
Last synced: 4 months ago
JSON representation
EPICS IOC for BPM Radio Frequency Front End
- Host: GitHub
- URL: https://github.com/lnls-dig/rffe-epics-ioc
- Owner: lnls-dig
- Created: 2023-02-17T11:46:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T14:05:50.000Z (over 1 year ago)
- Last Synced: 2024-09-06T16:33:03.715Z (over 1 year ago)
- Topics: bpm, epics, ioc, lnls, rffe
- Language: Makefile
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EPICS IOC for BPM Radio Frequency Front End
This repository contains the Radio Frequency Front End (RFFE) EPICS Input/Output
Controller (IOC) for LNLS Beam Position Monitor (BPM).
## Building the Docker image
In order to build the Docker image, you can execute the following command
```bash
docker compose build
```
## Accessing the IOC Shell
By default, `st.cmd` will run under `procServ` inside the container, which will
create a `ioc.sock` stream Unix socket in the container working directory that
can be used to access the IOC shell.