EPICS

synApps: caputRecorder

Module Owner: Tim Mooney

This page is the home of the synApps caputRecorder module. This module supports the recording of series of caputs as python functions.

GitHub repository: https://github.com/epics-modules/caputRecorder

Please email any comments and bug reports to Tim Mooney, who is responsible for coordinating development and releases.

Where to find it

You can download the software from the links in the table below:

Module Version Release date EPICS Release Filename Documentation Release Notes Known Problems
R1-5-1 7/31/2015 3.14.12.x or 3.14.12.5 or 3.15.2 caputRecorder_R1-5-1.tar.gz caputRecorder.html HowToDeploy.txt caputRecorderReleaseNotes.html None
R1-5 6/29/2015 3.14.12.x or 3.14.12.5 or 3.15.2 caputRecorder_R1-5.tar.gz caputRecorder.html HowToDeploy.txt caputRecorderReleaseNotes.html None
R1-4-3 6/9/2015 3.14.12.x or 3.14.12.5 or 3.15.2 caputRecorder_R1-4-3.tar.gz caputRecorder.html HowToDeploy.txt caputRecorderReleaseNotes.html None
R1-4-2 3/23/2015 3.14.12.x or 3.14.12.5 or 3.15.2 caputRecorder_R1-4-2.tar.gz caputRecorder.html
HowToDeploy.txt
caputRecorderReleaseNotes.html None
R1-4-1 3/16/2015 3.14.12.x or 3.14.12.5 or 3.15.2 caputRecorder_R1-4-1.tar.gz caputRecorder.html
HowToDeploy.txt
caputRecorderReleaseNotes.html None
R1-3 2/2/2015 3.14.12.4 or 3.15.1 caputRecorder_R1-3.tar.gz caputRecorder.html
HowToDeploy.txt
caputRecorderReleaseNotes.html None

Required Modules

caputRecorder version Requires module Release needed
ALL
None  

Installation and Building

After obtaining a copy of the distribution, it must be installed and built for use at your site. These steps only need to be performed once for the site (unless versions of the module running under different releases of EPICS and/or the other required modules are needed).

  1. Unzip and untar the distribution, e.g. on Unix:
    gunzip caputRecorder_R1-3.tar.gz
    tar xvf caputRecorder_R1-3.tar
    Usually this is done in an EPICS 'support' directory. It will produce the subdirectory
    caputRecorder-1-3
  2. Edit the config/RELEASE file of the application that will use caputRecorder to point to this directory.
  3. Edit caputRecorder's configure/RELEASE file and set the paths to your installation of EPICS base.
  4. Run make in the top level directory and check for any compilation errors.
  5. Please email  Tim Mooney  so that a record can be kept of which sites are using this software.

Deployment

See "HowToDeploy.txt" in caputRecorder's documentation directory.