jiristepanovsky.cz

Return to Index


Plotter - 2013

For a while, I've got my hands on an Aritma Minigraf 0507 plotter from Czechoslovakia.

Plotter

I've naturally wanted to play with it, so I've connected it to a PC via an AVR microcontroller. The interface can be found online and is based on sending pulses to specific input pins to drive the internal step motors.

Plotter controller

The higher level control was done inside a QT application using simple text commands.

Plotter application

A major limitation is the lack of any "zero" function or limiting switches that could reliably place the writing head in a known position. The initial positioning, therefore, had to be done manually.

One could continue by implementing a G-code interpreter or by integrating the plotter within some image/raster editor, but that seemed to be way out of the scope of this simple demo example.