Jump to content

DMPL: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m stub sorted, added category
No edit summary
 
(14 intermediate revisions by 10 users not shown)
Line 1: Line 1:
'''Digital Microprocessor Plotter Language''' (DMPL) is a vector graphics file format from [[Houston Instruments]] developed to control pen plotters and later used on cutting plotters.
'''DMPL''', or '''Digital Microprocessor Plotter Language''', is a [[vector graphics]] [[file format]] from [[Houston Instruments]] developed to control pen [[plotter]]s and later used on cutting plotters.


==External links==
==Driver==
This language is not compatible with [[HP-GL]], see its [[EAGLE (program)|EAGLE]] definition:
* [http://www.winline.com/evalpen_dmpl.html Sample DMPL files]
<syntaxhighlight lang="ini">
[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"
</syntaxhighlight>


== See also ==
{{compu-storage-stub}}
* [[Roland DXY-800]], a commonly used plotter for EDA software utilizing yet another plotter language called ''DXY-GL''.

==External links==
* [https://web.archive.org/web/20171216020007/http://www.winline.com/evalpen_dmpl.html Sample DMPL files]
* [https://downloads.ioline.com/support/600/M-28_M-600-DMPL_Commands.pdf DMPL Commands]


[[Category:Page description languages]]
[[Category:Page description languages]]
[[Category:Graphics_file_formats]]
[[Category:Graphics file formats]]

{{compu-storage-stub}}

Latest revision as of 14:28, 1 July 2021

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]