temporärhaus wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
stiftplotter [2018-05-02 23:57] – created maximilian_richtstiftplotter [2026-05-02 19:33] (current) – convert2markdown robbi5
Line 1: Line 1:
-{{tag>hardware}}+<!DOCTYPE markdown> 
 +Im temporaerhaus sammeln sich mehr Stiftplotter an.
  
-Im Verschwörhaus sammeln sich mehr Stiftplotter an.+Üblicherweise passiert die Ansteuerung über einen USB/Serial-Adapter, ein Nullmodemkabel (wichtig!) und Daten im HPGL-Format. HPGL lässt sich auch durch Inkscape erzeugen.
  
-===== Hängeplotter ===== +Viel inspiration für Plotterkunst gibts bei [bleeptrack](https://bleeptrack.de)unter [\#plottertwitter](https://twitter.com/search?q=%23plottertwitter) und [\#penplotter](https://mastodon.social/tags/penplotter) im Fediverse.
-hängt aktuell (2018-05-02in der Internationalen Botschaft. Mehr Doku unter [[polargraph]].+
  
-===== HP 7470A ===== +## Hängeplotter
-Operators Manual: https://pearl-hifi.com/06_Lit_Archive/15_Mfrs_Publications/20_HP_Agilent/HP_7470A/HP_7470A_Operators.pdf \\ +
-Interfacing and Programming Manual: http://scruss.com/wordpress/wp-content/uploads/2014/03/HP-7470A_Graphics_Plotter-Interfacing_and_Programming_Manual.pdf+
  
 +hängt im Aquarium-Schaufenster. Mehr Doku unter [polargraph](polargraph).
  
 +## HP 7470A
 +
 +Operators Manual: <https://pearl-hifi.com/06_Lit_Archive/15_Mfrs_Publications/20_HP_Agilent/HP_7470A/HP_7470A_Operators.pdf>\
 +Interfacing and Programming Manual: <http://scruss.com/wordpress/wp-content/uploads/2014/03/HP-7470A_Graphics_Plotter-Interfacing_and_Programming_Manual.pdf>
 +
 +Auf dem Arduino, das am aufgeschnittenen GPIB-Kabel hängt, läuft die [USB to GPIB-Firmware von Emanuele Girlando](http://egirland.blogspot.de/2014/03/arduino-uno-as-usb-to-gpib-controller.html).
 +
 +#### Ansteuerung
 +
 +Der Plotter spricht HPGL und hört (durch die DIP-Schalter bestimmt) auf Adresse 2 des GPIB-Bus. Dies ist auch die Standard-Adresse des Arduinos.
 +
 +Um einen einfachen Text zeichnen zu lassen:
 +
 +    $ screen /dev/ttyUSB0 115200
 +    ++verbose
 +    ++auto 1
 +    ++eot_enable 1
 +    SI1,1.5
 +    LB@Temporaerhaus(ctrl-c)
 +
 +## Roland DXY-980A
 +
 +{{ :roland_dxy-980a.jpg?nolink&600 |}}
 +
 +## Siemens Plotter C 1613
 +
 +{{ :siemens_plotter_c_1613.jpg?nolink&600 |}}
 +
 +Das Handbuch befindet sich im Internet Archive: <https://archive.org/details/SiemensC1613Manual>
 +
 +## Sekonic SPL-430
 +
 +Handbuch im Internet Archive: <https://archive.org/details/sekonic_spl430_manual_sw>
 +
 +## HP 7475A
 +
 +Hat von sich aus schon einen RS232 C/CCITT V.24-Anschluss. Handbuch ist gebunden vorhanden und im Internet Archive: <https://archive.org/details/HP7475AInterfacingandProgrammingManual>
 +
 +## HP 7550A
 +
 +Manual: <https://hpmuseum.net/exhibit.php?hwdoc=75>
 +
 +{{tag>hardware}}