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

https://github.com/klauer/trcaen

CAEN Waveform Digitizer support for EPICS using the General Transient Recorder framework
https://github.com/klauer/trcaen

Last synced: 3 months ago
JSON representation

CAEN Waveform Digitizer support for EPICS using the General Transient Recorder framework

Awesome Lists containing this project

README

        

CAEN Digitizer EPICS Driver
---------------------------

A work-in-progress driver

Building
--------

To build the driver:

Clone TRCore and TRCAEN into the same directory.

```bash
$ git clone https://github.com/klauer/TRCore TRCore
$ git clone https://github.com/klauer/TRCAEN TRCAEN

$ python2 -B TRCAEN/prepare.py --caen \
--base-path --asyn-path --adcore-path \
--caen-vmelib-path --caen-comm-path --caen-digitizer-path
$ make
```

To run the IOC:
```bash
$ bash TRCAEN/iocBoot/iocCAENTestIoc/run.sh
```