EPICS synApps: measComp

Module Owner: Mark Rivers: University of Chicago

This page is the home of measComp.

git measComp supports Ethernet and USB I/O modules from Measurement Computing.

Models supported in measComp include:

Please email any comments and bug reports to Mark Rivers who is responsible for coordinating development and releases.

Where to find it

The software is located the measComp github repository.

Documentation

Documentation

Release notes

Required Modules

Required module Required for
EPICS base Base support
asyn Driver and device support
autosave Save/restore support
busy Busy record support
mca mca record support.
std Scaler record support.
seq State notation language sequencer. Used in MCS mode with USB-CTR08 and for std.

The required versions of each of the above modules for a specific release of measComp can be determined from the measComp/configure/RELEASE file.

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. Create an installation directory for the module, usually this will end with

    .../support/
  2. Place the distribution file in this directory. Then issue the commands (Unix style)
    gunzip measCompRX-Y.tar.gz
    
    tar xvf measCompRX-Y.tar
    
    where X-Y is the release.
  3. This creates a <top> application.
    .../support/measCompRX-Y
    
  4. Edit the configure/RELEASE file and set the paths to your installation of EPICS base and to your versions of other required support modules.
  5. Run gnumake in the top level directory and check for any compilation errors.
  6. Please email Mark Rivers so that a record can be kept of which sites are using this software.

In Use

This software was originally developed by Mark Rivers.