EPICS

EPICS 3.14 support for Analogic analog

This page is the home of Analogic analog support. This consists of the following components :

devAiDvx2502.c
devWfDvx2502.c
drvDvx.c
drvDvx.h
dvx2502.dbd

These components previously resided in epics/base.

Hardware Supported

The module can drive the following types of hardware: DVX-2502

VME Configuration

Since module_types.h is not support by EPICS 3.14, a config command is provided.

    dvx2502Config(ncards, base, memory, vector)
where
    ncards - number of modules. The default is 1.
    base - the VME address for the first card. The default is 0xff00.
    memory - VME memory address. The default is 0x100000.
    vector - The interrupt vector for the first card. the default is 0xd0.

Where to Find it

You can download the software by anonymous ftp from the links in the table below:

Module Version EPICS Release Filename Documentation Release Notes
R1-3 3.14.5 analogic1-3.tar.gz None 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).

Application Builds

In order to use the support in an application do the following: