EPICS Device Support for YOKOGAWA SL1000 Digitizer Modules
===============================================================

Contents
========
  LICENSE        - EPICS Open Licence
  configure      - Build rules
  documentation  - Basic operation description of the database
                   and the medm displays.
  iocBoot        - Startup script for example application
  medm           - A set of MEDM files for controlling an digitizer unit and
                   viewing the acquired waveforms
  scopeApp       - Example application
  SL1000         - Device support
                   VXI-11 connection (libdevSL1000)

To use: Add this directory to the application CONFIGURE/RELEASE file and the
following lines to the application Makefile:
    xxx_DBD += devSL1000.dbd
    xxx_LIBS += devSL1000


Installation
============
1) Edit configure/RELEASE and set EPICS_BASE and ASYN appropriately.
2) cd to this directory and run make.


Testing
=======
1) cd to iocBoot/iocscope.
2) Edit the st.cmd script and uncomment/edit the lines to match your hardware.
3) Run the application (../../bin/<arch>/scope st.cmd).
4) cd to medm.
5) Set the EPICS_CA_MAX_ARRAY_BYTES environment variable:
   export EPICS_CA_MAX_ARRAY_BYTES=5000000
6) Run medm with arguments to match your st.cmd script:
   medm -x -macro "scope=<myprefix>" SL1000_rawWaveform.adl SL1000_main.adl
