/***********************************************************/
/*                                                         */
/*  A823 for LabVIEW NT                                    */
/*                                                         */
/*  Version : VER 02.10.01                                 */
/*  Date    : MAY-29, 1999                                 */
/*                                                         */
/***********************************************************/
/*  This content is valid only for Labview for WINDOWS NT  */
/***********************************************************/


 A). The Disk Contents:

  |--README.TXT  <-- This file.
  |
  |--\[SETUP]    <-- sub-directory
        |--Setup.exe  <-- the Setup program
      
 B). Installation Steps
    step 1). Insert 'A823 Setup for LABVIEW NT' disk into floppy drive(either A: or B:).
    step 2). clicking Start/Run in the task Bar
    step 3). enter the path as:
             A:\SETUP\SETUP.EXE  (if floppy drive is A:)
             B:\SETUP\SETUP.EXE  (if floppy drive is B:)
    step 4). Following those instructions in installation process 
             to complete it.

    After installed: 
        A823.DLL will be copied into C:\WinNT\System32,
        A823.sys and Napwnt.sys will be copied into C:\WinNT\System32\Drivers .

        Following registry keys will be created ......
        
	    HKEY_LOCAL_MACHINE:
		system\CurrentControlSet\Services\A823\ErrorControl=0x00000001
		system\CurrentControlSet\Services\A823\Start=0x00000002
		system\CurrentControlSet\Services\A823\Type=0x00000001

	    HKEY_LOCAL_MACHINE:
		system\CurrentControlSet\Services\Napwnt\ErrorControl=0x00000001
		system\CurrentControlSet\Services\Napwnt\Start=0x00000002
		system\CurrentControlSet\Services\Napwnt\Type=0x00000001


 C). After installed, the sub-directoried tree as fillows:
    
   [Base Directory] <-- the directory you selected to setup
        |-\[Demos]  <-- Demo Code for Labview 4.0
        |    |-demo1.vi   <--  some testing function demo
        |    |-demo2.vi   <--  DI/DO demo
        |    |-demo3.vi   <--  A/D hex value polling demo
        |    |-demo4.vi   <--  A/D float value polling demo
        |    |-demo5.vi   <--  A/D interrupt demo
        | 	
        |-\[Driver] 
        |    |-\A823.dll    <-- dynamic linking library
        |    |-\A823.sys    <-- device driver
	|    |-\napwnt.sys  <-- device driver
	|
        |-\readme.txt           <-- this file.




