Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste Überarbeitung Beide Seiten der Revision
lehre:wise0607:einfuehrung_in_eingebettete_systeme [2009/05/05 11:20]
brauer
lehre:wise0607:einfuehrung_in_eingebettete_systeme [2009/05/05 11:36]
brauer
Zeile 10: Zeile 10:
 |- |-
 || **Date** || **Date**
-|| News +|| **News**
 |- |-
 || 03/14/2007 || 03/14/2007
Zeile 125: Zeile 125:
 || Slides || Slides
 |} |}
 +\\
 +=== Exercise Material ===
 +\\
 +{|
 +|-
 +|| **Date**
 +|| **Topic**
 +|| **Documents**
 +|-
 +|| 2007-01-09
 +|| PLC 2
 +|| Template file: acid dilution
 +|-
 +|| 2006-12-13
 +|| PLC 1
 +|| Template File: Gas Burner
 +|-
 +|| 2006-11-29
 +|| ADC Programming
 +|| lcd.h
 +|-
 +|| 2006-11-29
 +|| ADC Programming
 +|| lcd.c
 +|-
 +|| 2006-11-29
 +|| ADC
 +|| Exercise 3
 +|-
 +|| 2006-11-15
 +|| Timers
 +|| Exercise 2
 +|-
 +|| 2006-11-15
 +|| Interrupts
 +|| Exercise 2
 +|-
 +|| 2006-11-08
 +|| General MCU Introduction
 +|| Exercise 1
 +|}
 +\\
 +=== Exercises ===
 +\\
 +{|
 +|- 
 +|| **Date**
 +|| **Topic**
 +|| **Documents**
 +|-
 +|| 2007-01-09
 +|| PLC 2
 +|| Exercise 5
 +|-
 +|| 2006-12-13
 +|| PLC 1
 +|| Exercise 4
 +|-
 +|| 2006-11-29
 +|| ADC Programming
 +|| Exercise 3
 +|-
 +|| 2006-11-21
 +|| General introduction to ATMega16
 +|| Exercise 1
 +|-
 +|| 2006-11-21
 +|| Interrupts and Timers
 +|| Exercise 2
 +|}
 +\\
 +=== Conditions for getting a certificate (Übungsschein) ===
 +\\
 +Participation in the exercises on a regular basis followed by an exam at the end of the semester. During the first half of the exercises, students will work with the ATMEL ATmega16 AVR microcontroller (8bit RISC). In the second half, students will learn about PLCs (Programmable Logic Controllers).\\
 +\\
 +== Microcontroller Part ==
 +\\
 +  * The software we are using is Freeware. Since the Atmel Studio also offers a simulator (running in simulator mode as soon as no device is connected) you can experiment with it at home.
 +  * You need WINAVR and the AVR studio 4. A local copy of the WIN AVR Studio used in the lab course can be found here.
 +  * Slides with a detailed step by step description of the design flow using WINAVR along with the AVR Studio can be found here (501kB). *
 +  * A short overview can be found here (10kB).
 +  * More information can be found on atmel.com and in the according sections of Falk Salewski'​s Link List.
 +\\
 +== Programmable Logic Controller (PLC) Part ==
 +\\
 +  * CoDeSys: Softwaretool for programming & simulating PLC software ​
 +\\
 +=== Exercise Schedule ===
 +\\
 +{|
 +|-
 +|| **Topic**
 +|| **Engl. group**
 +|| **Germ. group**
 +|-
 +|| Introduction
 +|| 25.10.
 +|| 08.11.
 +|-
 +|| Timers/​Interrupts
 +|| 15.11.
 +|| 22.11.
 +|-
 +|| ADC
 +|| 29.11.
 +|| 06.12.
 +|-
 +|| PLC1
 +|| 13.12.
 +|| 20.12.
 +|-
 +|| PLC2
 +|| 10.01.
 +|| 17.01.
 +|-
 +|| FPGA or Quest. exam
 +|| 24.01.
 +|| 31.01
 +|}
 +\\
 +=== Literature ===
 +\\
 +  * Webpage TU Wien: [[http://​www.ecs.tuwien.ac.at/​lehre/​Microcontroller/​Docs/​Lecture/​IntroMicrocontrollers.pdf|Script]] (1.2M) and according [[http://​www.ecs.tuwien.ac.at/​lehre/​Microcontroller/​MCLab.shtml|webpage]]
 +  * Barr: Programming Embedded Systems in C and C++
 +  * Pont: Embedded C
 +  * Lunze: Automatisierungstechnik,​ Oldenbourg, 2003.
 +    * Lewis: Programming industrial control systems using IEC 1131-3, IEE, 1998.