1 parent cde635c commit 9c100a2Copy full SHA for 9c100a2
1 file changed
README.md
@@ -0,0 +1,20 @@
1
+# EPICS SoftIOC to auto adjust the cryo load.
2
+
3
4
+This repository contains the EPICS Soft Input/Output Controller (IOC) used at
5
+LNLS for leveling the cryomodule load till reach a desired total power value.
6
7
+## Running the IOC
8
9
+You can use the following command to run it in the background using the default
10
+start-up script from
11
+[epics-in-docker](https://github.com/cnpem/epics-in-docker).
12
13
+```bash
14
+TAG={latest} docker compose up -d
15
+```
16
17
+## Building the IOC image
18
19
+This project uses [epics-in-docker](https://github.com/cnpem/epics-in-docker)
20
+for building container images.
0 commit comments