SlideShare a Scribd company logo
1 of 3
Download to read offline
School projects of robotics

                                                          Luka Bole
                                        Primary school of Anton Tomaž Linhart Radovljica
                          Kranjska cesta 27, 4240 Radovljica, Slovenija. Email: luka.bole@guest.arnes.si




Abstract – We encourage students to attend robotics classes              The project ComLab has offered the teachers low-cost,
with carrying out some simple projects already in the primary        universal equipment with the software manuals included
school. Projects are based on the computer controlled models         for use within schools for different (also free of charge)
of useful, everyday things. The elaboration is conducted 'from       software. At our school we use interfaces H-bridge and
an idea to the product'. Through the project students get to
                                                                     eProDas-Rob1, free version of the programme VisualBasic
know how different technologies operate, they learn about the
                                                                     and parts of the ‘Fischer Technik’ kit. The school bought
working and the usage of the interfaces and they start
                                                                     several sets of Fischer Technik (UT-1, UT-2, UT-3 and
programming.
In the paper we are going to present three projects which are
                                                                     UT-4) to be used at the lessons of craft.
carried out together with students – the model of an alarm
device, the model of windscreen wipers and the model of
assembly line which separates inadequate items from                  3. INTERFACE eProDas-Rob1
adequate ones. All models are controlled through the interface
eProDas-Rob1 using the programme VisualBasic                            The interface eProDas-Rob1 is a very useful control
                                                                     which could be connected to a computer or wireless. The
                                                                     interface eProDas-Rob1 is designed so that the computer
Keywords – Robotics, school projects, controlled models,             programme can be transferred directly to the interface, then
eProDas-Rob1                                                         the interface is disconnected and works on its own (only if
                                                                     programmed with BASCOM). With the interface various
                                                                     electric devices such as motors, lights, LCD screens can be
1. INTRODUCTION                                                      controlled, or we can receive useful data, such as voltage,
                                                                     lighting and temperature. [2]
   Students in Slovenia can get in touch with robotics                  In our projects, we used digital outputs, digital inputs
already in the primary school. The primary school can offer          and buttons on the interface. The interface was connected
two different optional subjects, Robotics in technology in           to the computer via LPT connector, and we use the
the 8th grade (students aged 13 – 14) and Electronics with           programme VisualBasic which requires a constant
robotics in the 9th grade. However, in reality only a few            communication with the computer. The electrical supply
schools offer an optional subject connected with robotics,           voltage of the interface is between 7.5 V and 12 V.
as the schools are not well-equipped in this field and the              The framework of the ComLab manual includes
commercial offer of the robotics equipment is rather                 interface programming libraries, both for BASCOM and
expensive. Professional education and training for the               for VisualBasic. This is the so-called HEX file where all
teachers in this field was very poor before the beginning of         the functions and procedures necessary for interface
the project ComLab. The equipment developed in the                   programming are written down. Students can easily learn
projects ComLab and good education of its use encouraged             the appropriate commands for modelling digital outputs
a great numbers of teachers to offer their students the              and buttons on the interface as well as commands for
optional subject Robotics in technology. This article                reading the outcome on the inputs. Once they know some
presents three projects, carried out together with students          basic programming in VisualBasic they are ready to work
during the lessons of this subject.                                  on the projects. [2]


2. OPTIONAL SUBJECT ROBOTICS IN
TECHNOLOGY

   Robotics in technology is a technical optional subject in
the primary school. It lasts for one year and is attended by
8th grade students. Students undertake a range of practical
basics of robotics, the importance and the role of robotics
in everyday life (production). Lessons are practical and
students come to their conclusions gradually, through
project work. Projects are based on the computer
controlled models of useful, everyday things. Through the
projects, students start to understand how different
technologies operate, they learn about how interfaces work                          Fig. 1. Interface e-ProDas-Rob1.
and about their usage, they also begin to write basic
programmes. [1]

ComLab Conference 2007                                           November 30 - December 1, 2007 Radovljica, SLOVENIA

                                                                 1
two ways. Firstly the model is controlled with the buttons
4. SCHOOL PROJECTS                                                   on the interface. Functions are allocated to three buttons
                                                                     (switch-on, working in intervals and switch-off). Secondly,
4.1 Choice of projects                                               the buttons are designed in the programme VisualBasic, so
                                                                     that the working is controlled by a computer mouse. The
                                                                     most difficult part of the project is to ensure the wipers
   We should choose projects which give the students good            stop in the initial position (like real wipers). When we
knowledge about the construction and function of various             press the ‘stop’ button, the status on the digital output
devices. Projects should not be too difficult as the primary         (motor) changes and the signal is sent so the wipers move
school students do not have sufficient knowledge about the           to the right position. [3]
technology and robotics. There are only 35 lessons
available for this subject, so we try to choose the projects
that can be carried out in a few lessons. If the projects are
too difficult the students lose their motivation and
enthusiasm. Our task is to lead the students through the
project, giving them technical assistance and motivating
them.
   Through the projects described below, students get to
know how the light alarm device, the windscreen wipers
and the assembly line (which separates inadequate items
from adequate ones) work. In each of the projects students
first have to plan the construction of the model (the parts of
Fischer Technik kit). They find out which electrical items
should be connected to the interface so that the model can
be controlled. When the model is constructed and
connected to the interface, they start programming
(VisualBasic). With the suitable programme they get the
final product – a working model.
                                                                                Fig. 3. The model of windscreen wipers.
4.2 The alarm device
                                                                     4.4 The assembly line
   The model of the alarm device is a simple project where
students get to know the basics of control by using the                 The model of assembly line transports the items and with
interface eProDas-Rob1. They realise that they need a                the lighting sensor checks their adequacy. When it detects
sensor which will detect the change of status and a warning          an inadequate item, it releases the signal and separates
device which would signal the release of alarm (light). The          inadequate items from the adequate ones. We need two
flashing light sensor is connected to the digital input, and         motors: one for the conveyor belt drive and the other for
the lights to the digital output on the interface. Students          the separating drive. A flashing light sensor is used to
then use the programme VisualBasic to construct the                  define whether the items are adequate or not. If an item is
button used to switch on the model and write down the                too dark, the sensor detects it and sends a signal to the
loop which checks the status of the digital input. When the          motor to eliminate the inadequate item. We also need bulbs
status of the input is changed, the programme notifies the           to warn us about what is happening on the conveyor belt.
interface to switch on the digital outputs. The programme            The conveyor belt is set into motion by pressing the button
also includes a command which enables the switch-off of              in VisualBasic and stopped by the button on the interface.
the alarm device by using the button on the interface. [3]           [3]




              Fig. 2. Triggering the alarm device.

4.3 The windscreen wipers

   The model of windscreen wipers requires more
programming and some knowledge of driving gears                                        Fig. 4. The assembly line.
(circular motion is changed into rectilinear motion –
oscillation). A DC motor is used for the model drive, and
the switch ensures we stop the model in the appropriate
position. The model of windscreen wipers is carried out in

ComLab Conference 2007                                           November 30 - December 1, 2007 Radovljica, SLOVENIA

                                                                 2
5. CONCLUSION

   Very simple projects, yet they encourage students to
participate in technique, robotics, computer science and
electronics. Students get to know how to use the drivers,
they find out how the interfaces work (the usage of digital
inputs and outputs), they learn the basics of programming,
develop logical thinking, … Due to the easy access of the
products of the project ComLab, more and more schools
decide to offer the optional subject robotics to their
students. Consequently, there are more and more materials
on the internet. Students take part in competitions
connected with robotics and become keen on science.


REFERENCES

[1] S. Kocijančič, L. Hajdinjak and B. Kramer: “Curriculum
    for optional subject Robotics in technology”, 2002 (in
    Slovene)
[2] http://e-prolab.com/en/index.html
[3] http://www.pef.uni-lj.si/narteh/




ComLab Conference 2007                                        November 30 - December 1, 2007 Radovljica, SLOVENIA

                                                              3

More Related Content

Similar to Robotics

Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak_AnalogDeltaBot_poster_A1Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak
 
WORKSHOP ENGINEERING COLLEGES IN ECE- workshop on embedded system programming
WORKSHOP ENGINEERING COLLEGES IN ECE- workshop on embedded system programmingWORKSHOP ENGINEERING COLLEGES IN ECE- workshop on embedded system programming
WORKSHOP ENGINEERING COLLEGES IN ECE- workshop on embedded system programming
ASHOKKUMAR RAMAR
 
RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
ijcsit
 
Railway Safety Protection with Android Mobile Application for 5G New Radio Ne...
Railway Safety Protection with Android Mobile Application for 5G New Radio Ne...Railway Safety Protection with Android Mobile Application for 5G New Radio Ne...
Railway Safety Protection with Android Mobile Application for 5G New Radio Ne...
AIRCC Publishing Corporation
 

Similar to Robotics (20)

Robotic hand prototype as a didactic model.
Robotic hand prototype as a didactic model.Robotic hand prototype as a didactic model.
Robotic hand prototype as a didactic model.
 
Najzz
NajzzNajzz
Najzz
 
Online instrument systems in reality for remote wiring and measurement of ele...
Online instrument systems in reality for remote wiring and measurement of ele...Online instrument systems in reality for remote wiring and measurement of ele...
Online instrument systems in reality for remote wiring and measurement of ele...
 
A Java-Based System For Building Animated Presentations Over The Web
A Java-Based System For Building Animated Presentations Over The WebA Java-Based System For Building Animated Presentations Over The Web
A Java-Based System For Building Animated Presentations Over The Web
 
VIRTUAL LAB
VIRTUAL LABVIRTUAL LAB
VIRTUAL LAB
 
Coding And Robotics Presentation 1.4 2024.pptx
Coding And Robotics Presentation 1.4 2024.pptxCoding And Robotics Presentation 1.4 2024.pptx
Coding And Robotics Presentation 1.4 2024.pptx
 
An overview of the architecture of electron.js
An overview of the architecture of electron.jsAn overview of the architecture of electron.js
An overview of the architecture of electron.js
 
A System For Building Animated Presentations Over The Web
A System For Building Animated Presentations Over The WebA System For Building Animated Presentations Over The Web
A System For Building Animated Presentations Over The Web
 
IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”
IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”
IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”
 
PROJECTS FROM SHPINE TECHNOLOGIES
PROJECTS FROM SHPINE TECHNOLOGIESPROJECTS FROM SHPINE TECHNOLOGIES
PROJECTS FROM SHPINE TECHNOLOGIES
 
Web-Based Lighting Automation System
Web-Based Lighting Automation SystemWeb-Based Lighting Automation System
Web-Based Lighting Automation System
 
Coding wp2-comparative study-si(1)
Coding wp2-comparative study-si(1)Coding wp2-comparative study-si(1)
Coding wp2-comparative study-si(1)
 
Articulo de un SIMULADOR DE UNA COMPUTADORA AUTOMOTRIZ
Articulo de un SIMULADOR DE UNA COMPUTADORA AUTOMOTRIZArticulo de un SIMULADOR DE UNA COMPUTADORA AUTOMOTRIZ
Articulo de un SIMULADOR DE UNA COMPUTADORA AUTOMOTRIZ
 
stage-allemagne
stage-allemagnestage-allemagne
stage-allemagne
 
Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak_AnalogDeltaBot_poster_A1Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak_AnalogDeltaBot_poster_A1
 
AUK - CV WO Ref
AUK - CV WO RefAUK - CV WO Ref
AUK - CV WO Ref
 
WORKSHOP ENGINEERING COLLEGES IN ECE- workshop on embedded system programming
WORKSHOP ENGINEERING COLLEGES IN ECE- workshop on embedded system programmingWORKSHOP ENGINEERING COLLEGES IN ECE- workshop on embedded system programming
WORKSHOP ENGINEERING COLLEGES IN ECE- workshop on embedded system programming
 
RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
 
Railway Safety Protection with Android Mobile Application for 5G New Radio Ne...
Railway Safety Protection with Android Mobile Application for 5G New Radio Ne...Railway Safety Protection with Android Mobile Application for 5G New Radio Ne...
Railway Safety Protection with Android Mobile Application for 5G New Radio Ne...
 
Minor Project Synopsis on Data Structure Visualizer
Minor Project Synopsis on Data Structure VisualizerMinor Project Synopsis on Data Structure Visualizer
Minor Project Synopsis on Data Structure Visualizer
 

Recently uploaded

Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
EADTU
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MysoreMuleSoftMeetup
 
Orientation Canvas Course Presentation.pdf
Orientation Canvas Course Presentation.pdfOrientation Canvas Course Presentation.pdf
Orientation Canvas Course Presentation.pdf
Elizabeth Walsh
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
httgc7rh9c
 

Recently uploaded (20)

Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
PANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptxPANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptx
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
Diuretic, Hypoglycemic and Limit test of Heavy metals and Arsenic.-1.pdf
Diuretic, Hypoglycemic and Limit test of Heavy metals and Arsenic.-1.pdfDiuretic, Hypoglycemic and Limit test of Heavy metals and Arsenic.-1.pdf
Diuretic, Hypoglycemic and Limit test of Heavy metals and Arsenic.-1.pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Orientation Canvas Course Presentation.pdf
Orientation Canvas Course Presentation.pdfOrientation Canvas Course Presentation.pdf
Orientation Canvas Course Presentation.pdf
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdf
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17
 
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfUGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 

Robotics

  • 1. School projects of robotics Luka Bole Primary school of Anton Tomaž Linhart Radovljica Kranjska cesta 27, 4240 Radovljica, Slovenija. Email: luka.bole@guest.arnes.si Abstract – We encourage students to attend robotics classes The project ComLab has offered the teachers low-cost, with carrying out some simple projects already in the primary universal equipment with the software manuals included school. Projects are based on the computer controlled models for use within schools for different (also free of charge) of useful, everyday things. The elaboration is conducted 'from software. At our school we use interfaces H-bridge and an idea to the product'. Through the project students get to eProDas-Rob1, free version of the programme VisualBasic know how different technologies operate, they learn about the and parts of the ‘Fischer Technik’ kit. The school bought working and the usage of the interfaces and they start several sets of Fischer Technik (UT-1, UT-2, UT-3 and programming. In the paper we are going to present three projects which are UT-4) to be used at the lessons of craft. carried out together with students – the model of an alarm device, the model of windscreen wipers and the model of assembly line which separates inadequate items from 3. INTERFACE eProDas-Rob1 adequate ones. All models are controlled through the interface eProDas-Rob1 using the programme VisualBasic The interface eProDas-Rob1 is a very useful control which could be connected to a computer or wireless. The interface eProDas-Rob1 is designed so that the computer Keywords – Robotics, school projects, controlled models, programme can be transferred directly to the interface, then eProDas-Rob1 the interface is disconnected and works on its own (only if programmed with BASCOM). With the interface various electric devices such as motors, lights, LCD screens can be 1. INTRODUCTION controlled, or we can receive useful data, such as voltage, lighting and temperature. [2] Students in Slovenia can get in touch with robotics In our projects, we used digital outputs, digital inputs already in the primary school. The primary school can offer and buttons on the interface. The interface was connected two different optional subjects, Robotics in technology in to the computer via LPT connector, and we use the the 8th grade (students aged 13 – 14) and Electronics with programme VisualBasic which requires a constant robotics in the 9th grade. However, in reality only a few communication with the computer. The electrical supply schools offer an optional subject connected with robotics, voltage of the interface is between 7.5 V and 12 V. as the schools are not well-equipped in this field and the The framework of the ComLab manual includes commercial offer of the robotics equipment is rather interface programming libraries, both for BASCOM and expensive. Professional education and training for the for VisualBasic. This is the so-called HEX file where all teachers in this field was very poor before the beginning of the functions and procedures necessary for interface the project ComLab. The equipment developed in the programming are written down. Students can easily learn projects ComLab and good education of its use encouraged the appropriate commands for modelling digital outputs a great numbers of teachers to offer their students the and buttons on the interface as well as commands for optional subject Robotics in technology. This article reading the outcome on the inputs. Once they know some presents three projects, carried out together with students basic programming in VisualBasic they are ready to work during the lessons of this subject. on the projects. [2] 2. OPTIONAL SUBJECT ROBOTICS IN TECHNOLOGY Robotics in technology is a technical optional subject in the primary school. It lasts for one year and is attended by 8th grade students. Students undertake a range of practical basics of robotics, the importance and the role of robotics in everyday life (production). Lessons are practical and students come to their conclusions gradually, through project work. Projects are based on the computer controlled models of useful, everyday things. Through the projects, students start to understand how different technologies operate, they learn about how interfaces work Fig. 1. Interface e-ProDas-Rob1. and about their usage, they also begin to write basic programmes. [1] ComLab Conference 2007 November 30 - December 1, 2007 Radovljica, SLOVENIA 1
  • 2. two ways. Firstly the model is controlled with the buttons 4. SCHOOL PROJECTS on the interface. Functions are allocated to three buttons (switch-on, working in intervals and switch-off). Secondly, 4.1 Choice of projects the buttons are designed in the programme VisualBasic, so that the working is controlled by a computer mouse. The most difficult part of the project is to ensure the wipers We should choose projects which give the students good stop in the initial position (like real wipers). When we knowledge about the construction and function of various press the ‘stop’ button, the status on the digital output devices. Projects should not be too difficult as the primary (motor) changes and the signal is sent so the wipers move school students do not have sufficient knowledge about the to the right position. [3] technology and robotics. There are only 35 lessons available for this subject, so we try to choose the projects that can be carried out in a few lessons. If the projects are too difficult the students lose their motivation and enthusiasm. Our task is to lead the students through the project, giving them technical assistance and motivating them. Through the projects described below, students get to know how the light alarm device, the windscreen wipers and the assembly line (which separates inadequate items from adequate ones) work. In each of the projects students first have to plan the construction of the model (the parts of Fischer Technik kit). They find out which electrical items should be connected to the interface so that the model can be controlled. When the model is constructed and connected to the interface, they start programming (VisualBasic). With the suitable programme they get the final product – a working model. Fig. 3. The model of windscreen wipers. 4.2 The alarm device 4.4 The assembly line The model of the alarm device is a simple project where students get to know the basics of control by using the The model of assembly line transports the items and with interface eProDas-Rob1. They realise that they need a the lighting sensor checks their adequacy. When it detects sensor which will detect the change of status and a warning an inadequate item, it releases the signal and separates device which would signal the release of alarm (light). The inadequate items from the adequate ones. We need two flashing light sensor is connected to the digital input, and motors: one for the conveyor belt drive and the other for the lights to the digital output on the interface. Students the separating drive. A flashing light sensor is used to then use the programme VisualBasic to construct the define whether the items are adequate or not. If an item is button used to switch on the model and write down the too dark, the sensor detects it and sends a signal to the loop which checks the status of the digital input. When the motor to eliminate the inadequate item. We also need bulbs status of the input is changed, the programme notifies the to warn us about what is happening on the conveyor belt. interface to switch on the digital outputs. The programme The conveyor belt is set into motion by pressing the button also includes a command which enables the switch-off of in VisualBasic and stopped by the button on the interface. the alarm device by using the button on the interface. [3] [3] Fig. 2. Triggering the alarm device. 4.3 The windscreen wipers The model of windscreen wipers requires more programming and some knowledge of driving gears Fig. 4. The assembly line. (circular motion is changed into rectilinear motion – oscillation). A DC motor is used for the model drive, and the switch ensures we stop the model in the appropriate position. The model of windscreen wipers is carried out in ComLab Conference 2007 November 30 - December 1, 2007 Radovljica, SLOVENIA 2
  • 3. 5. CONCLUSION Very simple projects, yet they encourage students to participate in technique, robotics, computer science and electronics. Students get to know how to use the drivers, they find out how the interfaces work (the usage of digital inputs and outputs), they learn the basics of programming, develop logical thinking, … Due to the easy access of the products of the project ComLab, more and more schools decide to offer the optional subject robotics to their students. Consequently, there are more and more materials on the internet. Students take part in competitions connected with robotics and become keen on science. REFERENCES [1] S. Kocijančič, L. Hajdinjak and B. Kramer: “Curriculum for optional subject Robotics in technology”, 2002 (in Slovene) [2] http://e-prolab.com/en/index.html [3] http://www.pef.uni-lj.si/narteh/ ComLab Conference 2007 November 30 - December 1, 2007 Radovljica, SLOVENIA 3