Robotron 6313

From CPCWiki - THE Amstrad CPC encyclopedia!
Revision as of 18:44, 31 August 2006 by SpaceRat (Talk | contribs)

Jump to: navigation, search
Robotron K6313
Robotron K6311M
File:Präsident.jpg
Präsident 6320
Europrint FT80X
Soemtron K6313

The Robotron K6313 printer was a 9-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.
In Western Germany it was sold under the names Präsident 6320 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.

Mechanical data (excerpts)
print principle: serial dot matrix printer with pin system
print speed: 100cps
print direction: bidirectional with logical optimization for the print head movement
number of pins: 9
copies: 1 original plus 2 carbon copies
overall thickness max. 0.3mm
max. areal weigth 80g/m²
printer cassette: type 615
FBK 1
Tally 1000 or equivalent
Electrical data
input voltage: 220V +10%/-15%
110V +10%/-15%
frequency: 47-63Hz
power consumption: max. 70W
Environmental conditions
temperature: 10-35°C
rel. humiditity: 40-90%
noise level: max. 58.5dB (AS)

Weblinks

Pictures and alternative names were taken from http://www.robotrontechnik.de/html/drucker/k631x.htm

Manual

Setting DIL switches
Nr.FunctionOFFON
5-1case contactdon't use
5-2not used
6-1paper end contactactiveinactive
6-2buzzeractiveinactive
7-1autom. line feed (LF)no LF on CRautom. LF on CR
7-2autom. carriage return (CR)autom. CR on LFno CR on LF
8-1character setSet 2Set 1 (incl. umlauts)
8-2buffer full conditionprint+LFprint only
9-1CANcel modevalidinvalid
9-2character codesIBMSchneider
10-1
10-2
fontsee table 1
11-1ZeroOslashed 0
11-2line feed1/6 inch1/8 inch
12-1
12-2
paper formatSee table 2
13-11 inch feed over paper edgeactiveinactive
13-2control codes compatible withIBM/SchneiderEPSON
14-1NLQinactiveactive
Centronics Interface
14-2Signal /INITexternalinternal
15-1Signal /AUTO FEED XTexternalinternal
15-2Signal /SELECT INexternalinternal
16-1
..
18-2
no function



Table 1 - Font

Switch position
10-110-2
PICA1/10"OFFOFF
ELITE1/12"ONOFF
condensed1/17"ONON
bold1/10"OFFON



Table 2 - paper size

Switch position
12-112-2
12 inchOFFOFF
11 inchONOFF
6 inchONON
5.5 inchOFFON



Control codes (additional to IBM PC control set)
ESC = = Select switched character set
Encoding:

CHR$(27); "=";


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.



NUL = Unselect switched character set

Encoding:

CHR$(0);


Function:

The reception of the command NUL results in bit 8 to be regarded as 0 for all received characters.