home *** CD-ROM | disk | FTP | other *** search
- ! Three D Graphics, Budlong, 88-01-26
- ! File HP7440.3PL
- Hewlett Packard 7440A ColorPro
- IBM Model 6180
- -------
- version =PlotConfig v0.3
- resolution =1016
- min_x =0
- min_y =0
- max_x =10300
- max_y =7650
- ! These are HP provided values for 7440A, A-size paper.
- init_paper =IN;PU0,0;VS
- ! IN initializes
- ! VS sets default velocity and acceleration
- init_film =IN;PU0,0;VS10
- ! VS10 sets 10 cm/sec, recommended by HP for transparencies
- ! Acceleration is set up properly too, per HP.
- home =PU0,0
- pen_up =PU
- pen_down =PD
- move =PU;PA%x:1:10%,%y:1:10%
- draw =PD;PA%x:1:10%,%y:1:10%
- max_pens =8
- first_pen =1
- select_pen =SP%p:1:10%
- max_line_types =7
- ! Following line tyes are standard over all HP plotters.
- line_type_0 =LT
- ! LT with no parameter is solid line
- line_type_1 =LT2,2
- ! First 2 specifies line type that's short dashes
- ! Second 2 specifies pattern pitch is 2% of diagonal distance
- ! from P1 to P2. For A size this is 2%(12.3") = about .25"
- line_type_2 =LT6,2
- ! 6 = short dashes then 2 shorter dashes.
- line_type_3 =LT3,2
- ! 3 = long dashes
- line_type_4 =LT5,2
- ! 5 = long dashes then 1 short dash
- line_type_5 =LT4,2
- ! 4 = longest dash with following dot
- line_type_6 =LT1,1
- ! 1 = just dots. 2nd 1 gets pattern pitch (for this, the
- ! distance between dots), to 1%, the smallest possible.
- terminate =SP;IN;PU0,0;
- ! SP with no parameter returns pen to stable.
- ! IN politely sets up for the next guy, in case he forgot.
- ! PU0,0 gets the pen holder out of the way, and presents
- ! paper to operator standing in front.
-