General use

ROBO Pro Coding is a development environment used to program the new TXT 4.0 Controller, and for programming fischertechnik models. ROBO Pro Coding is available for Windows, macOS, Linux, iOS, and Android, and can be obtained from these sources.

The code shown could be used for this model (left).The web interface of ROBO Pro Coding is structured as follows (the numbers refer to the areas designated in the image):

  1. This section shows what was programmed in blocks in Python
  2. This is the field to which the blocks are dragged to program them
  3. The program process is documented in the console
    • Breakpoints are used to debug programs. They define certain points in the code at which the program is stopped. These are set using the Editor, and consist of the file name + line number.
    • You can view variable content under Expression.
    • The Callstack shows the nesting of calls. This is helpful in particular when using functions.
  4. This section includes all blocks for programming, sorted into the categories of actuatorssensors and processing
  5. This line is explained separately under header
  6. You can adjust the learning level to the user here. Depending on the level, for instance, only the most important blocks are displayed.