This repository contains the source code for the EPICS support of the CAEN N1470 power supply module.
This is an EPICS devices support module and requires EPICS base, asyn and StreamDevice. Before compiling with make
, update the configure/RELEASE
file according to your EPICS installation. By default a test application is also compiled, one can use the test application to check quickly the support module. As well, an iocBoot file command is provided in order to be used with the test application, this file must be edited to match with the hardware configuration.
Folder | Description |
---|---|
configure | Configuration file folder |
iocBoot | ioc example for the test application |
psCAENApp | Sources files for the device support |
psCAENTestApp | Sources files for the test application |