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
- Host: GitHub
- URL: https://github.com/klauer/trcaen
- Owner: klauer
- License: other
- Created: 2017-09-08T20:24:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T20:24:49.000Z (over 7 years ago)
- Last Synced: 2025-01-17T16:51:49.779Z (5 months ago)
- Language: C++
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- 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
```