EPICS

synApps: dxp

Module Owner: Mark Rivers: University of Chicago

This page is the home of dxp

Devices supported in dxp include:

From XIA

Prior to EPICS 3.14 this support was in the camac module of synApps. Starting with 1-1 the DXP support has been moved into its own synApps module, dxp.

Please email any comments and bug reports to Mark Rivers 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 Filename Documentation Release Notes Known Problems
1-1 26-Jan-2003 dxpR1-1.tar.gz dxpDoc Release notes See release notes

Required Modules

Module Version Requires module Release needed Required for

1-1

EPICS base
std
mpf
mca
camac
3.14.4
2-2
2-4
6-1
2-1
Base support
Record support
Message passing
MCA support
CAMAC support

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 dxpRX-Y.tar.gz
    
    tar xvf dxpRX-Y.tar
    
    where X-Y is the release.
  3. This creates a <top> application.
    .../support/dxpRX-Y
    
  4. Edit the config[ure]/RELEASE file and set the paths to your installation of EPICS base and to your versions of supporting 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 and Tim Mooney.