Changes

Robotron 6313

3,637 bytes added, 11:51, 28 October 2006
added subcategory
[[Image:Robotron.jpg|thumb|Robotron K6313]]The Robotron 6313 K6313 printer was a 9-needle pin dot matrix printer manufactured by the [[VEB Robotron ]] (East Germany).
What made it special and worth mentioning in the CPC-Wikipedia is the fact that it could be DIP-switched to be 100% compatible with the [[Amstrad]]/[[Schneider ]] [[NLQ401]], that means it could print the whole CPC character set and understood the code sequence to switch the 8th bit.
<br>
[[Image:Präsident.jpg|thumb|Präsident 6320]]
In Western Germany it was sold under the names
''Präsident 63136320''or''Europrint FT80X''.After the fall of the GDR, it was sold under the name ''Soemtron K6313''.In Eastern Germany it was also sold under the name ''Robotron K6311M'' (M = modified).
== Technical Specs. ==
[[Image:Robotron6311.jpg|thumb|Robotron K6311M]]
<table>
<tr>
<td><b>Mechanical data (excerpts)</b></td>
<tr>
<td>print principle:</td> <td>serial dot matrix printer with pin system</td>
<tr>
<tr>
<td>printer cassette:</td> <td>type 615<br>FBK 1<br>Tally 1000 or equivalent</td>
<tr>
<tr>
<td><b>Electrical data</b></td>
<tr>
<td>input voltage:</td> <td>220V +10%/-15%<br>110V +10%/-15%</td>
== Weblinks ==
[[Image:Soemtron.jpg|thumb|Soemtron K6313]]
Pictures and alternative names were taken from http://www.robotrontechnik.de/html/drucker/k631x.htm
== Manual ==
[[Image:EuroPrint.jpg|thumb|Europrint FT80X]]
<table>
<td><b>Setting DIL switches</b></td>
<tr>
<td>Nr.</td><td>Function</td><td>OFF</td><td>ON</td>
<tr>
<td>5-1</td><td>case contact</td><td>don't use</td>
<tr>
<td>5-2</td><td>not used</td><td></td><td></td>
<tr>
<td>6-1</td><td>paper end contact</td><td><b>active</b></td><td>inactive</td>
<tr>
<td>6-2</td><td>buzzer</td><td><b>active</b></td><td>inactive</td>
<tr>
<td>7-1</td><td>autom. line feed (LF)</td><td><b>no LF on CR</b></td><td>autom. LF on CR</td>
<tr>
<td>7-2</td><td>autom. carriage return (CR)</td><td>autom. CR on LF</td><td><b>no CR on LF</b></td>
<tr>
<td>8-1</td><td>character set</td><td>Set 2</td><td><b>Set 1 (incl. umlauts)</b></td>
<tr>
<td>8-2</td><td>buffer full condition</td><td>print+LF</td><td><b>print only</b></td>
<tr>
<td>9-1</td><td>CANcel mode</td><td><b>valid</b></td><td>invalid</td>
<tr>
<td>9-2</td><td>character codes</td><td>IBM</td><td><b>Schneider</b></td>
<tr>
<td>10-1<br>10-2</td><td>font</td><td>see table 1</td>
<tr>
<td>11-1</td><td>Zero</td><td>O</td><td><b>slashed 0</b></td>
<tr>
<td>11-2</td><td>line feed</td><td><b>1/6 inch</b></td><td>1/8 inch</td>
<tr>
<td>12-1<br>12-2</td><td>paper format</td><td>See table 2</td>
<tr>
<td>13-1</td><td>1 inch feed over paper edge</td><td>active</td><td><b>inactive</b></td>
<tr>
<td>13-2</td><td>control codes compatible with</td><td><b>IBM/Schneider</b></td><td>EPSON</td>
<tr>
<td>14-1</td><td>NLQ</td><td><b>inactive</b></td><td>active</td>
<tr>
<td><b>Centronics Interface</b></td>
<tr>
<td>14-2</td><td>Signal /INIT</td><td>external</td><td><b>internal</b></td>
<tr>
<td>15-1</td><td>Signal /AUTO FEED XT</td><td>external</td><td><b>internal</b></td>
<tr>
<td>15-2</td><td>Signal /SELECT IN</td><td>external</td><td><b>internal</b></td>
<tr>
<td>16-1<br>..<br>18-2</td><td>no function</td><td></td><td></td>
</table>
 
<br><br>
<b>Table 1 - Font</b>
<table>
<td></td><td></td><td>Switch position</td>
<tr>
<td></td><td></td><td>10-1</td><td>10-2</td>
<tr>
<td>PICA</td><td>1/10"</td><td>OFF</td><td>OFF</td>
<tr>
<td>ELITE</td><td>1/12"</td><td>ON</td><td>OFF</td>
<tr>
<td>condensed</td><td>1/17"</td><td>ON</td><td>ON</td>
<tr>
<td>bold</td><td>1/10"</td><td>OFF</td><td>ON</td>
<tr>
</table>
<br><br>
<b>Table 2 - paper size</b>
<table>
<td></td><td>Switch position</td>
<tr>
<td></td><td>12-1</td><td>12-2</td>
<tr>
<td>12 inch</td><td>OFF</td><td>OFF</td>
<tr>
<td>11 inch</td><td>ON</td><td>OFF</td>
<tr>
<td>6 inch</td><td>ON</td><td>ON</td>
<tr>
<td>5.5 inch</td><td>OFF</td><td>ON</td>
<tr>
</table>
<br>
<br>
<b>Control codes (additional to IBM PC control set)</b>
<br>
ESC = = Select switched character set
<br>
Encoding:
:CHR$(27); "=";
<br>
Function:
:This command selects the printable characters that equal the 7-Bit characters from CHR$(1) to CHR$(127).
:The reception of the command ESC = results in bit 8 to be regarded as 1 for all received characters.
<br>
<br>
NUL = Unselect switched character set
<br>
<br>
Encoding:
:CHR$(0);
<br>
Function:
:The reception of the command NUL results in bit 8 to be regarded as 0 for all received characters.
The procedure of setting up the CPC with the MP-1/MP-2 modulators is described in the CPC's user manual.[[Category:Peripherals]] [[Category:Printers and printer ports]]
421
edits