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 [2023-05-06 00:00] (current) jakob
Line 1: Line 1:
-{{tag>hardware}} +Im Temporaerhaus sammeln sich mehr Stiftplotter an.
- +
-Im Verschwörhaus sammeln sich mehr Stiftplotter an.+
  
 ===== Hängeplotter ===== ===== Hängeplotter =====
-hängt aktuell (2018-05-02) in der Internationalen Botschaft. Mehr Doku unter [[polargraph]].+hängt im Aquarium-Schaufenster. Mehr Doku unter [[polargraph]].
  
 ===== HP 7470A ===== ===== HP 7470A =====
 +Steht auf der Theke im Gang rum.
 +
 Operators Manual: https://pearl-hifi.com/06_Lit_Archive/15_Mfrs_Publications/20_HP_Agilent/HP_7470A/HP_7470A_Operators.pdf \\ 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 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 [[http://egirland.blogspot.de/2014/03/arduino-uno-as-usb-to-gpib-controller.html|USB to GPIB-Firmware von Emanuele Girlando]].
  
 +=== 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:
 +<code>
 +$ screen /dev/ttyUSB0 115200
 +++verbose
 +++auto 1
 +++eot_enable 1
 +SI1,1.5
 +LB@Temporaerhaus(ctrl-c)
 +</code>
 +
 +===== 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
 +
 +
 +{{tag>hardware}}