Skip to content

danielballan/ioc-motorsim

 
 

Repository files navigation

Generic IOC Template Repository ioc-motorsim

Description

Generic IOC for simulation motors

Template Info

This repository was generated by ioc-template

To update to the latest version of the template:

# activate a python virtual environment

pip install copier
cd ioc-motorsim
copier update -a --trust .

Developer Container

This repository includes a developer container configuration for Visual Studio Code. This allows you to run the Generic IOC locally and debug it. See https://epics-containers.github.io/main/tutorials/dev_container.html.

IMPORTANT: First Time Preparation

The devcontainer uses a docker network that it can share with a ca-gateway in order that your PVs are accessible from your host machine. We arrange to create this network once and as long as you don't delete it or reset docker it will be available for all your devcontainers going forward.

To create the network run the following commands:

cd ioc-adsimdetector
source ./compose/environment.sh

About

Generic IOC for the simulated motor module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 82.3%
  • Dockerfile 9.2%
  • Makefile 3.3%
  • Jinja 2.1%
  • C++ 2.0%
  • Batchfile 1.1%