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
Uebungen
Forumsregeln
Bitte beachte die Forumsregeln!
Bitte beachte die Forumsregeln!
- Dirk Fox
- ft:pedia-Herausgeber
- Beiträge: 1845
- Registriert: 01 Nov 2010, 00:49
- Wohnort: Karlsruhe
- Kontaktdaten:
Re: Uebungen
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
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
Re: Uebungen
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.
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.
Re: Uebungen
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!
http://www.kinder-technik.de/fischertec ... o-pro.html
Sehr liebevoll und schön gemacht!
Gruß ftDirk