This repository contains the EPICS Input/Output Controller (IOC) used at LNLS for managing uTCA crates, based on ipmiComm support module. The available PVs are listed here.
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
variables IPADDR
with the MCH Hostname and AREA
with its location e.g.
IPADDR=IA-01RaBPM-Co-CrateCtrl AREA=IA-01RaBPM
IPADDR={MCH_HOSTNAME} AREA={MCH_LOCATION} docker compose up -d
You can build the IOC with the following command:
TAG=latest docker compose build