„Számítógépes mérésvezérlés projektmunka LabVIEW környezetben” változatai közötti eltérés

A Fizipedia wikiből
(Knocking recognition)
(Examples for independent project works)
 
(egy szerkesztő 3 közbeeső változata nincs mutatva)
38. sor: 38. sor:
 
|- valign="top"
 
|- valign="top"
 
{|
 
{|
Az önálló feladat keretében a hallgatók valamilyen összetett mérést illetve vezérlést megvalósító programot fejlesztenek egy NI myDAQ mérőkártya analóg/digitális kimeneteit illetve bemeneteit használva. A program funkciója akár saját ötleten is alapulhat vagy lehet választani egy listából. Az alábbiakban található egy válogatás az előző félév során készített munkák közül:
+
As an independent project work a complex measurement and/or control exercise is accomplished by each student using the inputs and outputs of an NI MyDAQ data acquisition card. The possible topics can be chosen from a list (see the examples below), or it can rely on your own proposal.  
 
|}
 
|}
 
{|
 
{|
71. sor: 71. sor:
 
|[[File:Kopogas.ogv|Kopogásfelismerés|400px|right]]
 
|[[File:Kopogas.ogv|Kopogásfelismerés|400px|right]]
 
  <p align="justify">
 
  <p align="justify">
A program recognizes a temporal cryptogram, i.e. checks whether the rhythm of knocking mathches a predefined pattern. For proper code an LED flashes.
+
A program recognizes a temporal cryptogram, i.e. checks whether the rhythm of knocking mathches a predefined pattern. For proper code an light flashes on the interface.
 
</p>
 
</p>
 
|}
 
|}
77. sor: 77. sor:
 
|- valign="top"
 
|- valign="top"
  
===Hangszín szabályozás===
+
===Equalizer===
 
|[[Fájl:Equaliser.jpg|Hangszín szabályozás|400px|left]]
 
|[[Fájl:Equaliser.jpg|Hangszín szabályozás|400px|left]]
 
  <p align="justify">
 
  <p align="justify">
A zenelejátszó programok egyik alapvető funkciója a hangszínszabályozó, amivel a különböző frekvencia tartományok relatív hangerősségét állíthatjuk. Ezt a feladatot megvalósíthatjuk a myDAQ audio bemenetét illetve kimenetét használva. Az audio bemenetre csatlakoztassunk egy mp3 lejátszót, a kimeneten egy fülhallgatóval hallgathatjuk a hangszínszabályozónk hatását.
+
The program tunes the amplitude of an input mp3 line in predefined frequency intervals. </p>
</p>
+
 
|}
 
|}
 
{|
 
{|
 
|- valign="top"
 
|- valign="top"
===Oszcilloszkóp és függvénygenerátor===
+
 
 +
===Oscilloscope and function generator===
 
|[[Fájl:Scope.jpg|Oszcilloszkóp|400px|right]]
 
|[[Fájl:Scope.jpg|Oszcilloszkóp|400px|right]]
 
  <p align="justify">
 
  <p align="justify">
Talán az egyik legalapvetőbb elektronikai mérőműszer az analóg jelek megjelenítésére használható oszcilloszkóp valamint az ezek előállítását végző függvénygenerátor. Az NI myDAQ mérőkártyát használva készítsünk olyan programot, amely elvégzi ezen funkciókat. A függvénygenerátoron a felhasználó kiválaszthatja a jelalakot (szinusz, háromszögjel, négyszögjel) valamint a paramétereket (periódusidő, amplitúdó, kitöltési tényező). Az oszcilloszkóp megjeleníti a mért jelet, méri egyes paramétereit valamint a felhasználó trigger segítségével választhatja ki a megjeleníteni kívánt szakaszt.
+
A mixed oscilloscope and function generator device is implemented including trigger functions.  
 
</p>
 
</p>
 
|}
 
|}
 
|}
 
|}

A lap jelenlegi, 2021. szeptember 5., 07:48-kori változata

Measurement Control Project Work in LabVIEW Environment

LV Academy.png


General Information

  • Faculty: Faculty of Natural Sciences (TTK), BME
  • Code: BMETE11AF39
  • Requirement: 0/0/2/f/3
  • Language: English
  • Responsible: András Halbritter
  • Lecturer: András Magyarkuti
  • Role in the curriculum: elective ("kötelezően választható") course for bachelor (BSc) students in phyics and master (MSc) students in Physics in the Nanotechnology and Materials Science specialization, and optional ("szabadon választható") for any BME students (BSc, MSc, PhD) with interest in computer controlled measurements.
  • This is a certified LabView Academy course of the National Instruments company, i.e. the succesful completion of the CLAD exam of National Instruments will be awarded by the proper LabVIEW programmer certificate of NI.
  • Requirements for attendance: the course is held weekly in the second half of the semester (usually starting from the 6th week) in the F3213 room (8:30-12:00). The grading requires the completion of all laboratory exercises. In case of justified absence replacement occasions are offered (maximum 2 occasions)
  • Grading:
the result of the CLAD examm (50%):
Grade 3: 70% - 79%
Grade 4: 80% és 89%
Grade 5: above 90%
The completion of the course requires a succesful CLAD exam with >70% result.
Grade for the independent project work (50 %)

Study materials

additonal materials are available here: LabVIEW_course. and will be posted on the team of the course.

Examples for independent project works

As an independent project work a complex measurement and/or control exercise is accomplished by each student using the inputs and outputs of an NI MyDAQ data acquisition card. The possible topics can be chosen from a list (see the examples below), or it can rely on your own proposal.

Temperature control

Homeres.jpg

The program implements a PI controller [1]. The resistance of a Pt100 thermometer is used to record the temperature, and a heater resistor is used for control. The latter is driven by an analog programmable current source. The user of the program can set the the PI control parameters and the setpoint temperature.

Distance measurement by ultrasound

Tavolsag2.jpg

A 44 kHz ultrasound transceiver is used as a transmitter (speaker) and receiver (microphone). A short ultrasound pulse of the speaker is reflected on an object. The time delay of the reflected sound at the microphone is used to calculate the distance of the object.

Sunflower

Napraforgó

A sunflower always turns towards the sun to gain more light. This is artificially implemented by light detectors and a stepper motor.

Knocking recognition

Kopogásfelismerés

A program recognizes a temporal cryptogram, i.e. checks whether the rhythm of knocking mathches a predefined pattern. For proper code an light flashes on the interface.

Equalizer

Hangszín szabályozás

The program tunes the amplitude of an input mp3 line in predefined frequency intervals.

Oscilloscope and function generator

Oszcilloszkóp

A mixed oscilloscope and function generator device is implemented including trigger functions.