Skip to content

cnpem/ad-sim-epics-ioc

Repository files navigation

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).

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.

docker compose up -d

You can then access the IOC shell through the Unix socket created.

Building the IOC image

You can build the IOC with the following command:

docker compose build