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
- Host: GitHub
- URL: https://github.com/pyepics/testioc
- Owner: pyepics
- Created: 2016-01-25T15:08:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T22:39:44.000Z (over 10 years ago)
- Last Synced: 2024-03-26T04:53:22.739Z (about 2 years ago)
- Language: Python
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```