home *** CD-ROM | disk | FTP | other *** search
- !---------------------------------------------------------
- ! Three D Graphics, Kai Krause (29-Dec-87)
- ! File HIDMP52M.3PL
- ! Houston Instruments DMP-52 (Aech. sizes, + DIN sizes)
- ! 88-1-1, Updated by Budlong
- !---------------------------------------------------------
- Houston Instruments DMP-52 MP
- -------
- version =PlotConfig v0.3
- resolution =1000
- min_x =0
- min_y =0
- max_x =36000
- max_y =24000
-
- init_paper =;:HAEC1,V16,
- ! ;: sets I/O mode 1 - for XON/XOFF and hardware handshake.
- ! H moves pen to home position, and, raises the pen.
- ! A sets absolute addressing mode.
- ! EC1, sets addressing to 1000 points/inch.
- ! V16, sets velocity to max - 16 ips/
- init_film =;:HAEC1,V4,
- ! V4 sets velocity to 4 ips, for transparencies.
- home =H
- pen_up =U
- pen_down =D
- move =U%x:1:10%,%y:1:10%,
- draw =D%x:1:10%,%y:1:10%,
-
- max_pens =7
- ! The plotter can actually handle 14 pens, but the addressing
- ! is non-algorithmic beyond 7. Perspective can't address them.
- first_pen =1
- select_pen =P%p:1:10%,
-
- max_line_types =7
- ! System allow max of 7 line types.
- line_type_0 =L0,
- ! Solid line.
- line_type_1 =L1,
- ! Dotted line.
- line_type_2 =L2,
- ! Shortest dashes.
- line_type_3 =L3,
- line_type_4 =L4,
- line_type_5 =L5,
- line_type_6 =L6,
- ! Longest dashes.
-
- terminate =EC5,l0,S(S1,G0,NI,X1,Y0),P0,@,
- ! Termination sequence recommended by Houston.