home *** CD-ROM | disk | FTP | other *** search
- BEGIN DDIF
- -------------------------------------------------------------------------
- -- DEVICE INFORMATION FILE for Hewlett-Packard Draft Master plotter --
- -- ( A , B , C , D , E-size) (used with HP7585B.DEV) --
- -- HP7595 DraftMaster I --
- -- HP7596 DraftMaster II --
- -------------------------------------------------------------------------
- -- 10-15-89 JSM Added prefix & suffix string, port information, etc.
- -- 05-04-88 ALA - Update paper sizes again!!
- -- 07-17-87 TT - Set COM1 as release port
- -- 07-09-87 KMM - Updated the paper sizes
- -- 07-06-87 TT - Upgraded for rev 3.0
- ------------------------------------------------------------------------
- -- ******** Attention all programmers: you must document any ******** --
- -- ******** and all changes you make to this file at the top! ******* --
- ------------------------------------------------------------------------
-
- 101 1 -- communications port number:
- -- 0 = custom port configuration, see documentation for more information
- -- 1 = COM1
- -- 2 = COM2
- -- -1 = LPT1 (using BIOS) \
- -- -2 = LPT2 (using BIOS) - these can be redirected by most networks
- -- -3 = LPT3 (using BIOS) / (10k bits per second)
- -- -4 = LPT1 (using direct I/O) \
- -- -5 = LPT1 (using direct I/O) - These are very fast, but do not work
- -- on all machines, and cannot be redirected
- -- by any networks
- -- (80k bits per second)
-
-
- 1 'D A B C E A4 A3 A2 A1 A0 BS' -- Paper size string (must have space at end)
- 105 0 0 0 0 0 0 0 0 0 0 0 -- XY axis rotation flag for each paper size
- -- No rotation for DraftMaster.
- -- Plotter will figure out which is X.
- -- Paper sizes
- 201 -16086 -10480 16086 10480 --D mounted vertically
- 202 -4900 -3164 4900 3164 --A mounted horizontally
- 203 -7474 -4934 7474 4934 --B mounted vertically
- 204 -10500 -7410 10500 7410 --C mounted horizontally
- 205 -21095 -16632 21095 16632 --E mounted vertically
- 206 -5140 -3080 5140 3080 -- A4
- 207 -7120 -5140 7120 5140 -- A3
- 208 -11080 -7080 11080 7080 -- A2
- 209 -15500 -11080 15500 11080 -- A1
- 210 -22660 -16180 22660 16180 -- A0
- 211 -7250 -4900 7250 4900 -- BS
-
- -- +--+----------- Smallest, largest pen numbers
- -- | | +-------- Do pen changing optimization { good for plotters, }
- -- | | | +------ Do pen movement optimization { bad for printers! }
- -- V V V V
- 102 1 8 1 1
-
- -- +-----+------ X,Y plotter units per inch
- -- V V
- 103 1016 1016
-
- 104 60 -- Max pen speed
-
- -- Prefix string to sent before plot (use to setup plotter, switches, etc)
- --29 ''
- -- Suffix string to be sent after plot
- --30 ''
-
- END DDIF
- END