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