pyepics / testioc

epic IOC for testing pyepics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyepics-testioc

An EPICS IOC which has the records required to run the 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:

    $ make
    $ cd iocBoot/iocTestioc
    $ ./st.cmd
  1. In another terminal on the same machine, run the simulation script:
    $ python simulator.py

About

epic IOC for testing pyepics


Languages

Language:Python 50.1%Language:Makefile 35.5%Language:Batchfile 9.7%Language:C++ 4.7%