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.
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.
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 |
support/vmic
In order to use the support in an application do the following:
<top>/configure/RELEASE
VMIC=<full path to installation directory>
Makefile.
<app>_LIBS_vxWorks += vmic
app>Include.dbd.
include "vmic4100.dbd"