https://github.com/klauer/trcaen
CAEN Waveform Digitizer support for EPICS using the General Transient Recorder framework
https://github.com/klauer/trcaen
Last synced: about 2 months ago
JSON representation
CAEN Waveform Digitizer support for EPICS using the General Transient Recorder framework
- Host: GitHub
- URL: https://github.com/klauer/trcaen
- Owner: klauer
- License: other
- Created: 2017-09-08T20:24:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T20:24:49.000Z (over 8 years ago)
- Last Synced: 2025-03-10T23:58:17.074Z (about 1 year ago)
- Language: C++
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```