EPICS

EPICS 3.14 support for Vmic analog

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

devAoVmiVme4100.c
drvVmi4100.c
drvVmi4100.h
vmic4100.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.

    vmic4100Config(ncards, nchannels, base)
where
    ncards - number of modules. The default is 4.
    nchannels - number of channels, The default is 16.
    base - the VME address for the first card. The default is 0x4100.

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 vmic1-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: