This page is the home of XYCOM digital support. This consists of the following components :
devBiXVme210.c devBoXVme220.c devMbbiDirectXVme210.c devMbbiXVme210.c devMbboDirectXVme220.c devMbboXVme220.c devXy240.c drvXy210.c drvXy210.h drvXy220.c drvXy220.h drvXy240.c drvXy240.h xy210.dbd xy220.dbd xy240.dbd
These components previously resided in epics/base.
Since module_types.h is not support by EPICS 3.14, a config command is provided.
drvXy210Config(ncards,base)
drvXy220Config(ncards,base)
drvXy240Config(ncards,nchannels,base)
where
ncards - number of modules. The default is (4,4,2)
base - the VME address for the first card.
The default is (0xa000,0xc800,0xd000)
nchannels - number of channels. The default is 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-4 | 3.14.5 | xycomDigital1-4.tar.gz | None | None |
| R1-5 | 3.14.11 | xycomDigital1-5.tar.gz | None | None |
support/xycomDigital
In order to use the support in an application do the following:
<top>/configure/RELEASE
XYDIGITAL=<full path to installation directory>
Makefile.
<app>_LIBS_vxWorks += xycomDigital
app>Include.dbd.
include "xy210.dbd"
include "xy220.dbd"
include "xy240.dbd"