This repository contains the EPICS Input/Output Controller (IOC) used at LNLS for converting current to kicks, based on pyDevSup support module and siriuspy conversion library.
You can use the following command to run it in the background using the default
start-up script from
epics-in-docker. First, define the
variable SEC_LIST with the list of storage ring sectors to handle on this IOC
instance.
SEC_LIST={section_list} docker compose up -dYou can build the IOC with the following command:
TAG=latest docker compose build