An open API service indexing awesome lists of open source software.

https://github.com/pyepics/testioc

epic IOC for testing pyepics
https://github.com/pyepics/testioc

Last synced: 5 months ago
JSON representation

epic IOC for testing pyepics

Awesome Lists containing this project

README

          

pyepics-testioc
---------------

An EPICS IOC which has the records required to run the
[pyepics](https://github.com/pyepics/pyepics) test suite.

Requirements
------------

* A working Debian-based installation
* NSLS-II controls package repository in your sources.list:
http://epics.nsls2.bnl.gov/debian/
* These packages installed: epics-dev epics-synapps-dev build-essential
* For the simulator script, you will need: python python-numpy
* pyepics

Instructions
------------

1. Install the requirements as listed above

2. At the top-level directory:
```bash
$ make
$ cd iocBoot/iocTestioc
$ ./st.cmd
```
3. In another terminal on the same machine, run the simulation script:
```bash
$ python simulator.py
```