
 /*----------------------README.TXT------------------------------------

  DR. JOHANNES HEIDENHAIN GmbH, Traunreut, Germany

  Examples for IK 320

  V 1.00
  September 1995
  ------------------------------------------------------------------*/

  The examples for the IK 320 are written in BORLAND C
  and are adapted to a ROTEC VMEbus interface with
  CPU INTEL 486 and DOS version 6.0 (address of ROTEC:
  D-7641 Rastatt, Germany).

  The following files are only for adapting the ISA bus
  to the VMEbus and do not contain functions for the
  basic features of the IK 320:
  -VMEROTEC.H and
  -VMEINIT.C

  The files
  -IK320.H and
  -IK320.C
  contain the most important data definitions and functions
  for the IK 320.

  The files
  -SAMPLE.H and
  -SAMPLE.C
  show a simple application.

  To run the program you have to build a project with the
  following files:
  -VMEINIT.C
  -IK320.C and
  -SAMPLE.C

  Good luck!

