FTScratch

About

FTScratch allows PCs running Microsoft Windows to use the Fischertechnik ROBO LT in combination with the visual, easy-to-learn programming language Scratch. Small applications to control motors and indicator lights can be created instantly by means of mini-switches and phototransistors. Due to the variety of opportunities offered by the Scratch programming language, large programs may be developed.

Experimental extensions to Scratch, such as FTScratch, use the development version ScratchX.

HowTo

1) Connect ROBO LT to the PC
2) Download and install drivers
3) Download and run FTScratch (requires .NET Framework 4, usually installed on Windows PCs)
4) Open ScratchX with the extension (Firefox or Chrome)
5) Get Started!

Block description

For compatibility reasons, the following blocks are based on ROBO PRO Light. The language version of the blocks (German / English) is based on the browser settings.
This event triggers when a mini-switch on input I1 (I2, I3) is pressed (or released).
This event triggers as soon as a light barrier opens (closes), i.e., the light beam between an indicator light and a phototransistor on input I3 (I1, I2) is disrupted (or not disrupted). The indicator light or any other light source may be on output M1 (M2).
This block polls the status (pressed or released) of a mini-switch on input I1 (I2, I3). This block can be combined with blocks under the headings "Operators" and "Control".
This block polls the status (closed or opened) of a light barrier on input I3 (I1, I2). This block can be combined with blocks under the headings "Operators" and "Control".
This block retrieves the current value of output M1 (M2) that may be used for calculations or conditional expressions in combination with blocks under the headings "Operators", "Control" and "Events". The value retrieved is between -8 (motor backwards) and +8 (motor forward).
This block sets output M1 (M2) to a value from 0...8, e.g. for an indicator light.
This block sets output M1 (M2) to forward (backwards) with a value of 0...8, e.g. for a motor.
This block sets output M1 (M2) to forward (backwards/reverse) with the value unchanged, e.g. to change the rotational direction of a motor at a constant value.
This block sets output M1 (M2) to a fixed value or a variable value which is e.g. retrieved form a get value block (see block "get value of output M1 (M2)") and / or in combination with blocks under the headings "Control", "Operators" and "Events".
This block resets the ROBO LT. All outputs are set to 0.