home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m246 / 2.ddi / SC7500.DO_ / SC7500.bin
Encoding:
Text File  |  1992-06-24  |  5.8 KB  |  186 lines

  1.  
  2.                Mitsubishi SC-7500 Scanner Driver
  3.                  SC7500.EXE
  4.                 Version 6.00
  5.                    January 3, 1992
  6.  
  7. The Mitsubishi SC-7500 scanner driver is a Revision 6 scanner driver 
  8. (see REV6.DOC for more information) providing black and white, gray 
  9. scale, and color scanning for all ZSoft products.
  10.  
  11. This scanner also requires an additional program named GPIB.COM.
  12.  
  13. You can run SC7500.EXE from your CONFIG.SYS, AUTOEXEC.BAT, or other
  14. batch file. To manually add the device driver to your CONFIG.SYS, 
  15. use a text editor to type the entry as it appears below. Be sure 
  16. to include a path if the scanner driver is not in your root 
  17. directory. Remember to include additional parameters when necessary. 
  18.  
  19. CONFIG.SYS entry:
  20.  
  21. device=GPIB.COM
  22. device=SC7500.EXE
  23.  
  24. You may also need to add an application code parameter to the 
  25. CONFIG.SYS entry, depending on which program you are using. 
  26. If the parameter is omitted, the application will still work, 
  27. but may be missing some features. PhotoFinish, Publisher's 
  28. Paintbrush version 2.02 or higher, and PC Paintbrush 5+ do not 
  29. need an application code parameter. 
  30.  
  31. If you are using                  ...add this parameter
  32. this ZSoft program...             to your CONFIG.SYS entry.
  33.  
  34. PC Paintbrush Plus (DOS)          /C1
  35. PC Paintbrush Plus (Windows)      /C2
  36. PC Paintbrush IV Plus (DOS)       /C3
  37. Publisher's Paintbrush (Windows)  /C4
  38.  
  39. This driver supports the following features:
  40.  
  41.         FEATURE        SUPPORTS
  42.     ================================
  43.     Brightness Settings    255
  44.     Contrast Settings    255
  45.     Automatic Brightness    No
  46.     Automatic Contrast    No
  47.     Resolutions        400, 300, 200, 150, 25
  48.     Resolution Step    Size    N/A
  49.     Scan Modes        B/W
  50.                 16 Gray scale
  51.                 256 Gray scale
  52.                 24 bit color
  53.     Halftones        None
  54.     Enhancements        Edge
  55.                 B/W Rev
  56.     Maximum    Scan Area    11" x 17"
  57.  
  58. NOTE: For Windows users, make sure the GPIB DMA is set to NONE.
  59.  
  60.  
  61. The commands provided by the driver are listed below in the example 
  62. of the /H parameter.
  63.  
  64.     ZSoft Scanner Driver, version 6.00
  65.     Copyright(C) ZSoft Corp. 1991, 1992.  All rights reserved.
  66.  
  67.     Valid commands:
  68.  
  69.     /Cx    = application Code (1-4)
  70.     /H     = display this Help text
  71.     /?     = display this help text
  72.     /Txxxx = do diagnostic Testing (verify communication with scanner)
  73.     /U     = Unload driver
  74.     /V     = Verbose messages and status displays
  75.     /G<dev>= GPIB device driver name (default = DEV1)
  76.     /0x    = Transparency Mode (0-2), where 0=Normal, 1=Light, 2=Dark
  77.  
  78. /G
  79. ==
  80.  
  81. This command allows the user to specify the name of the GPIB device 
  82. driver. The default name is "DEV1" which corresponds to GPIB address 
  83. 1.  If the DIP switches on the scanner are changed from the default 
  84. (GPIB address 1), then a different driver name should be specified 
  85. with /G.  If, for example, the scanner is at GPIB address 7, then the 
  86. command "/GDEV7" would be appropriate.
  87.  
  88. If a valid DOS device driver is specified that is not a GPIB device, 
  89. unpredictable results will occur.
  90.  
  91.  
  92. /0x
  93. ===
  94.  
  95. This command enables setting the scanner for operation with the 
  96. Transparency Unit.  Normally, the scanner operates in reflective mode 
  97. for scanning paper originals.  If you wish to scan transparencies such 
  98. as film negatives or slides, use the /0 command.  /0 or /00 is used 
  99. for normal density film, /01 is used for light, and /02 for dark.
  100.  
  101. NOTE:  Not all SC-7500 scanners actually support the Transparency Unit.
  102.  
  103.  
  104. Operational Notes
  105. =================
  106.  
  107. The SC-7500 buffers quite a bit of data during a scan operation.  This 
  108. has two unusual effects.
  109.  
  110. The scan progress thermometer will stay at zero, often until the scan 
  111. head has completed the scan.  At some time later, the data comes in 
  112. and the progress thermometer begins to move.
  113.  
  114. Pressing the Cancel button has no effect until the data begins to be 
  115. received from the scanner.  With small scans, the Cancel button won't 
  116. work until the entire image has already been scanned.  With larger 
  117. images, the Cancel button doesn't work for several seconds after the 
  118. start of the scan.
  119.  
  120.  
  121. Setting Up the GPIB Board
  122. =========================
  123.  
  124. The following information applies to the National Instruments GPIB 
  125. board.  Other GPIB implementations have not been tested with this 
  126. driver.
  127.  
  128. If you have not already done so, run the INSTALL program from the 
  129. National Instruments Graphics Applications distribution diskette.  
  130. Reboot your computer and run the IBCONF program from your GPIB 
  131. directory (the default name is \GPIB-PC).
  132.  
  133. You must configure the board to use interrupts.  Generally, interrupt 
  134. 7 is a good choice.  Use of DMA is optional.  DMA can potentially run 
  135. faster, but can be a source of reliability problems under Windows.  Of 
  136. course, the address must match the DIP switch setting.  Do not worry 
  137. about the other settings, as the scanner driver will set them.
  138.  
  139.  
  140. Messages
  141. ========
  142.  
  143.     Checking Scanner...
  144.  
  145. This message is displayed at the beginning of the scanner 
  146. initialization sequence.  Normally, you will never actually see this 
  147. message.
  148.  
  149.  
  150.     Supporting: Mitsubishi SC-7500 on GPIB device ????????
  151.  
  152. This message is displayed upon successful initialization of the 
  153. scanner.
  154.  
  155.  
  156. Error Messages
  157. ==============
  158.  
  159.     Cannot find GPIB.COM device driver named ????????
  160.  
  161. This message is displayed when a DOS device driver could not be found.
  162.  
  163.  
  164.     Invalid transparency mode specified
  165.  
  166. This message is displayed when the user specifies an invalid value for 
  167. the /0 parameter.
  168.  
  169.  
  170.     Scanner not responding on GPIB device ????????
  171.  
  172. This message is displayed at initialization time if the scanner driver 
  173. cannot successfully communicate with the scanner.
  174.  
  175.  
  176.     Tranparency mode not supported by this unit
  177.  
  178. This message is displayed if your scanner does not support the 
  179. Transparency Unit.
  180.  
  181.  
  182.     Unknown listener found on GPIB device ????????
  183.  
  184. A GPIB listener was found, but it did not identify itself as a 
  185. Mitsubishi SC-7500 scanner.
  186.