This page is the home of Burr Brown digital support. This consists of the following components :
devBiMpv910.c devBoMpv902.c devMbbiDirectMpv910.c devMbbiMpv910.c devMbboDirectMpv902.c devMbboMpv902.c drvBb902.c drvBb902.h drvBb910.c drvBb910.h mpv902.dbd mpv910.dbd
These components previously resided in epics/base.
Since module_types.h is not support by EPICS 3.14, a config command is provided.
bbMpf902Config(ncards, base)
bbMpf910Config(ncards,base,nchannels)
where
ncards - number of modules. The default is (4,4)
base - the VME address for the first card. The default is (0xd800,0xb800)
nchannels - 32
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 | burrBrown1-3.tar.gz | None | None |
support/burrBrown
In order to use the support in an application do the following:
<top>/configure/RELEASE
BURRBROWN=<full path to installation directory>
Makefile.
<app>_LIBS_vxWorks += burrBrown
app>Include.dbd.
include "mpv902.dbd"
include "mpv910.dbd"