Jump to content

DMPL

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by 95.85.255.95 (talk) at 14:28, 1 July 2021. The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

DMPL, or Digital Microprocessor Plotter Language, is a vector graphics file format from Houston Instruments developed to control pen plotters and later used on cutting plotters.

Driver

[edit]

This language is not compatible with HP-GL, see its EAGLE definition:

[HIDMP]
Type     = PenPlotter
Long     = "Houston Instrument DMP plotter"
Init     = ";:H A EC1 \n"
Reset    = "P0 @\n"
Width    = 16
Height   = 11
ResX     = 1000
ResY     = 1000
PenSelect  = "P%u\n"
PenSpeed   = "V%1.0f\n"
Move       = "U %d,%d\n"
Draw       = "D %d,%d\n"
PenCircleCxCyRxRy = "CA %d,%d 360\n"

See also

[edit]
  • Roland DXY-800, a commonly used plotter for EDA software utilizing yet another plotter language called DXY-GL.
[edit]