Uebungen

Alles rund um TX(T) und RoboPro, mit ft-Hard- und Software
Computing using original ft hard- and software
Forumsregeln
Bitte beachte die Forumsregeln!
Antworten
Fischermen
Beiträge: 9
Registriert: 13 Apr 2012, 21:18

Uebungen

Beitrag von Fischermen » 29 Apr 2012, 22:00

Gibt es ausser dem Robo Handbuch, mit anscheinend verschiedenen Versionen, andere Literatur auf Grund derer man die Programierung im Selbststudium erlernen kann?
Danke für alle Hinweise
Fisherman

Benutzeravatar
Dirk Fox
ft:pedia-Herausgeber
Beiträge: 1845
Registriert: 01 Nov 2010, 00:49
Wohnort: Karlsruhe
Kontaktdaten:

Re: Uebungen

Beitrag von Dirk Fox » 30 Apr 2012, 22:24

Hallo Fischerman,

ein RoboPro-Lehrbuch kenne ich nicht und habe auch noch keine echte "Einführung" (abgesehen von der Anleitung) gefunden. Allerdings ist RoboPro wirklich sehr leicht zu erlernen, am besten "by doing". Die jeweils aktuelle Version der RoboPro-Anleitung findest Du in der Online-Hilfe - dort sind auch die einführenden Programmierbeispiele enthalten.

Viele weitere schöne Programmbeispiele, mit denen man RoboPro sehr gut erlernen kann, bieten die Seiten von Ulrich Müller (früher ftcomputing.de, heute unter http://www.ftcommunity.de/ftComputingFinis/). Und in der ft:pedia haben wir auch regelmäßig eine Computing-Rubrik (http://www.ftcommunity.de/ftpedia). Schließlich kann man auch viel von den Beispielprogrammen lernen, die im Downloadbereich der ft:c verfügbar sind.

Gruß, Dirk

vleeuwen
Beiträge: 1609
Registriert: 31 Okt 2010, 22:23
Wohnort: Enschede (NL)
Kontaktdaten:

Re: Uebungen

Beitrag von vleeuwen » 30 Apr 2012, 23:50

How to learn “work flow” oriented programming with data flow as synchronization between the different processes is the basic question.
Learning by example is one approach.
But for that you will need not only the code of the examples but also the description about how to describe the problem and how to construct the given solution.
The last two are very often missing.
You will learn more from examples with errors then from examples which are working fine.
Are you able to discover the weak points in a given example?

Learning how to come from a problem to a “work flow” based solution is a complete different problem.
Which strategy needs to be followed? (for problem analyzes, for solution creation, for solution development)
What is a work flow based approach?
How to deal with and how to detect logical design errors?
How to avoid logical errors?
How to implement a strategy like stepwise refinement? What is that?
Etc.
All these thinks need to be translating to the competence level of the end user.
There is almost no learning material available that covers this.

ftDirk
Beiträge: 71
Registriert: 28 Okt 2011, 18:28

Re: Uebungen

Beitrag von ftDirk » 01 Mai 2012, 13:39

Eine sehr einfache Einführung für "Kids" mit Videos für einige typische RoboPro-Programme und eine übersichtliche tabellarische Befehlsübersicht gibt es hier:
http://www.kinder-technik.de/fischertec ... o-pro.html
Sehr liebevoll und schön gemacht!
Gruß ftDirk

Antworten