Difference between revisions of "Fischertechnik Trainingsrobot"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Parallel Printer Port Interface)
Line 24: Line 24:
  
 
Designed for one-directional printer ports: Data is read via BUSY line (which data is to be read is selected via DATA lines) (details on how the data is transferred exactly are unknown?).
 
Designed for one-directional printer ports: Data is read via BUSY line (which data is to be read is selected via DATA lines) (details on how the data is transferred exactly are unknown?).
  Printer Pin        Interface Signal
+
  Printer Pin        Interface Signal   Comment
  Pin2 (Data Bit0)  Load-out
+
  Pin2 (Data Bit0)  Load-out           ;motor control output
  Pin3 (Data Bit1)  load-in
+
  Pin3 (Data Bit1)  Load-in             ;digital sensor 8bit input
  Pin4 (Data Bit2)  Data-out
+
  Pin4 (Data Bit2)  Data-out           ;data from computer
  Pin5 (Data Bit3)  Clock
+
  Pin5 (Data Bit3)  Clock               ;data clock
  Pin6 (Data Bit4)  Trigger-x
+
  Pin6 (Data Bit4)  Trigger-x           ;analog sensor X input
  Pin7 (Data Bit5)  Trigger-y
+
  Pin7 (Data Bit5)  Trigger-y           ;analog sensor Y input
  Pin11 (Busy)      Data/caunt-in
+
  Pin11 (Busy)      Data-in             ;data to computer
  
 
== Reviews ==
 
== Reviews ==

Revision as of 07:58, 7 April 2010

The Fishertechnik Robot

A robotic arm made by the German company Fischertechnik..

This robot was also produced for other 8bit computers of the era. (Commodore 64/VIC20 and the BBC micro)

The only difference was the interface.

The interface for the CPC (as well as newer RS232/USB versions) consists of:

  • 8 single bit inputs ports (eg. for sensing when a robot-arm reached its end-position)
  • 4 "bidirectional" ports (for motor control) (here "bidirectional" rather means "three-state-output" aka "forward/stop/backward")
  • 2 analog inputs (eg. for temperature sensor)

Technical

Fischertechnik has built several interfaces:

  • C64/VIC20 probably required a custom interface (?)
  • Interface for one-directional printer port (used on PCs) (this might have been also used by CPC ?)
  • Interface for RS232 port (used on PCs) (9600 baud, 8bit, no parity, 1 stopbit)
  • Interface for USB port (used on PCs)

Parallel Printer Port Interface

Designed for one-directional printer ports: Data is read via BUSY line (which data is to be read is selected via DATA lines) (details on how the data is transferred exactly are unknown?).

Printer Pin        Interface Signal    Comment
Pin2 (Data Bit0)   Load-out            ;motor control output
Pin3 (Data Bit1)   Load-in             ;digital sensor 8bit input
Pin4 (Data Bit2)   Data-out            ;data from computer
Pin5 (Data Bit3)   Clock               ;data clock
Pin6 (Data Bit4)   Trigger-x           ;analog sensor X input
Pin7 (Data Bit5)   Trigger-y           ;analog sensor Y input
Pin11 (Busy)       Data-in             ;data to computer

Reviews

The robot was reviewed in the danish magazine Amstradbladet 1986, Issue 3/4 (page 4-6)

Pictures

Weblinks

http://www.fischer.de/ fischer group homepage