home *** CD-ROM | disk | FTP | other *** search
- BEGIN DDIF
- -------------------------------------------------------------------------
- -- DEVICE INFORMATION FILE for Houston Instruments E-sized plotters --
- -- (DMP61) --
- -- --
- -------------------------------------------------------------------------
- -- 10-15-89 JSM Created.
- ------------------------------------------------------------------------
- -- ******** 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 'B A C D E A4 A3 A2 A1 BS ' -- Paper size strings (must have space at end)
- 105 0 1 0 0 0 1 0 0 0 0 -- XY axis rotation flag for each paper size
-
- -- Paper sizes
- 201 0 0 15000 9800 -- B
- 202 0 0 9800 6380 -- A
- 203 0 0 20080 15860 -- C
- 204 0 0 32220 20920 -- D
- 205 0 0 42000 32000 -- E
- 206 0 0 10460 6180 -- A4
- 207 0 0 14360 10480 -- A3
- 208 0 0 21360 15320 -- A2
- 209 0 0 31040 22320 -- A1
- 210 0 0 14500 9800 -- 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 4 1 1
-
- -- +-----+-------- X,Y plotter units per inch
- -- V V
- 103 1000 1000
-
- 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
-