SlideShare a Scribd company logo
1 of 21
National Instruments Innovation Center
Virtual Automation Using LabVIEW
Bihung Muc hahary Sanjay Bar man Anik et R aj Paw an Kumar
EEB17015 EEB17026 EEB17031 EEB17033
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 02/21
1. Introduction
2. Project-1 : Water Level Controller using PID
Controller
3. Project-2 : Temperature Sensing
4. Project-3 : Dice Simulation
5. Conclusion
6. References
Contents
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 03/21
• It is a Graphical-based programming language
• LabVIEW Programs are Called Virtual Instruments
• LabVIEW relies on graphical symbols rather than textual
language to describe programming actions
Introduction
Comparison
Text Based Programming Graphical Programming
• It is Text based Programming • It is icon-based programming and
wiring
• Text based programming is not
interactive
• Graphical programming is highly
interactive
• Syntax must be known • Syntax is not required
• Front panel design needs extra
coding or needs extra work
• Front panel design is a part of
programming
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 04/21
LabVIEW Environment
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 05/21
Block Diagram: Contains the code Front Panel: Interacts with User
• Extensive Interface - Even people with limited coding
experience can write programs.
• Graphical User Interface
Benefits
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 06/21
• Machine monitoring and control
• Research and Analysis
• Control Design
• Nokia, General Electric ,General Dynamics, Philips,
John Deere, SpaceX, etc.
Application
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 07/21
Project-1
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 08/21
Water Level Controller using PID Controller
• The idea of the
project is to keep
the level of water at
the desired set
point.
Project-1
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 09/21
Fig: Block Diagram of Water Level Controller
Water Level C ontr oller us ing PID C ontr oller
Project-1
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 10/21
Fig: Block Diagram of Water Level Controller
Wa t e r L e v e l C o n t r o l l e r u s i n g P I D C o n t r o l l e r
Project-1
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 11/21
Fig: Block Diagram of Water Level Controller
Water Level Controller using PID Controller
Project-2
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 12/21
Temperature Sensing
• The project aims on virtually sense the temperature
of the system and tell that the system is at high
temperature, medium temperature or low
temperature.
Project-2
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 13/21
Temperature Sensing
Block Diagram Components
• Horizontal Pointer Slide
• Round Light
• Meter
• Stop Button
Project-2
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 14/21
Temperature Sensing
Project-3
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 15/21
Dice Simulation
• The project which focus on the automation of the dice
outcome. The dice is programmed to give random
outputs ranging from 1 to 6.
Project-3
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 16/21
Dice Simulation
Block Diagram Components
• Picture Enum terminal
• A for loop
• Random number generator
• Multiplier
• U16 unsigned word integer
• Delay timer
Project-3
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 17/21
Dice Simulation
Conclusion
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 18/21
• After successful completion of the course and the
thorough experience, it’s clear that this software is very
important for virtual automation. It’s quite easy and
handy to operate.
• https://forums.ni.com
• https://www.electronics-notes.com
References
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 19/21
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 20/21
Thanks
D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 21/21

More Related Content

Similar to Labview

ECE 323 Final Project Report
ECE 323 Final Project ReportECE 323 Final Project Report
ECE 323 Final Project Report
Jonathan Lepp
 
Digital Alarm Clock 446 project report
Digital Alarm Clock 446 project reportDigital Alarm Clock 446 project report
Digital Alarm Clock 446 project report
Akash Mhankale
 

Similar to Labview (20)

EXPERIENCE RESUME
EXPERIENCE RESUMEEXPERIENCE RESUME
EXPERIENCE RESUME
 
plc and scada presentation
plc and scada presentationplc and scada presentation
plc and scada presentation
 
ECE 323 Final Project Report
ECE 323 Final Project ReportECE 323 Final Project Report
ECE 323 Final Project Report
 
LMmanual.pdf
LMmanual.pdfLMmanual.pdf
LMmanual.pdf
 
Project Management
Project ManagementProject Management
Project Management
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring System
 
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
 
KrankGeek November 2021 - Best practices in Electron-based desktop developmen...
KrankGeek November 2021 - Best practices in Electron-based desktop developmen...KrankGeek November 2021 - Best practices in Electron-based desktop developmen...
KrankGeek November 2021 - Best practices in Electron-based desktop developmen...
 
FLOOR CLEANER
FLOOR CLEANERFLOOR CLEANER
FLOOR CLEANER
 
water level edit.docx
water level edit.docxwater level edit.docx
water level edit.docx
 
venkat_emb
venkat_embvenkat_emb
venkat_emb
 
REPORT.pdf
REPORT.pdfREPORT.pdf
REPORT.pdf
 
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
 
Digital water-system
Digital water-systemDigital water-system
Digital water-system
 
Display Characters of a String one by One on a 7 Segment Display
Display Characters of a String one by One on a 7 Segment DisplayDisplay Characters of a String one by One on a 7 Segment Display
Display Characters of a String one by One on a 7 Segment Display
 
IRJET- Iot Based Smart Management
IRJET- Iot Based Smart ManagementIRJET- Iot Based Smart Management
IRJET- Iot Based Smart Management
 
Digital Alarm Clock 446 project report
Digital Alarm Clock 446 project reportDigital Alarm Clock 446 project report
Digital Alarm Clock 446 project report
 
Final Project Report
Final Project ReportFinal Project Report
Final Project Report
 
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptxControl of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
 
Display a Character on a 7 Segment Display
Display a Character on a 7 Segment DisplayDisplay a Character on a 7 Segment Display
Display a Character on a 7 Segment Display
 

More from Aniket Raj

More from Aniket Raj (11)

COVID-19 Risk Assessment Perspective
COVID-19 Risk Assessment PerspectiveCOVID-19 Risk Assessment Perspective
COVID-19 Risk Assessment Perspective
 
BCG matrix,Boston consulting group Matrix
BCG matrix,Boston consulting group MatrixBCG matrix,Boston consulting group Matrix
BCG matrix,Boston consulting group Matrix
 
Certificate design templates
Certificate design templatesCertificate design templates
Certificate design templates
 
Certificate design templates
Certificate design templatesCertificate design templates
Certificate design templates
 
Certificate templates design
Certificate templates designCertificate templates design
Certificate templates design
 
Microprocessor Motorola 68020
Microprocessor Motorola 68020Microprocessor Motorola 68020
Microprocessor Motorola 68020
 
Climate Change Prediction By Mathematical Models , Possibilities & Challenges.
Climate Change Prediction By Mathematical Models , Possibilities  & Challenges.Climate Change Prediction By Mathematical Models , Possibilities  & Challenges.
Climate Change Prediction By Mathematical Models , Possibilities & Challenges.
 
Hydroelectric power plant, hydro power plant ppt hydro powerplant pdf, dam wo...
Hydroelectric power plant, hydro power plant ppt hydro powerplant pdf, dam wo...Hydroelectric power plant, hydro power plant ppt hydro powerplant pdf, dam wo...
Hydroelectric power plant, hydro power plant ppt hydro powerplant pdf, dam wo...
 
Internship report report on harmonic analysis of transformer, internship repo...
Internship report report on harmonic analysis of transformer, internship repo...Internship report report on harmonic analysis of transformer, internship repo...
Internship report report on harmonic analysis of transformer, internship repo...
 
Induction Motor, three phase induction motor
Induction Motor, three phase induction motorInduction Motor, three phase induction motor
Induction Motor, three phase induction motor
 
Startup on organic farming ,startup idea,business
Startup on organic farming ,startup idea,businessStartup on organic farming ,startup idea,business
Startup on organic farming ,startup idea,business
 

Recently uploaded

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 

Recently uploaded (20)

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 

Labview

  • 1. National Instruments Innovation Center Virtual Automation Using LabVIEW Bihung Muc hahary Sanjay Bar man Anik et R aj Paw an Kumar EEB17015 EEB17026 EEB17031 EEB17033 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y
  • 2. D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 02/21 1. Introduction 2. Project-1 : Water Level Controller using PID Controller 3. Project-2 : Temperature Sensing 4. Project-3 : Dice Simulation 5. Conclusion 6. References Contents
  • 3. D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 03/21 • It is a Graphical-based programming language • LabVIEW Programs are Called Virtual Instruments • LabVIEW relies on graphical symbols rather than textual language to describe programming actions Introduction
  • 4. Comparison Text Based Programming Graphical Programming • It is Text based Programming • It is icon-based programming and wiring • Text based programming is not interactive • Graphical programming is highly interactive • Syntax must be known • Syntax is not required • Front panel design needs extra coding or needs extra work • Front panel design is a part of programming D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 04/21
  • 5. LabVIEW Environment D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 05/21 Block Diagram: Contains the code Front Panel: Interacts with User
  • 6. • Extensive Interface - Even people with limited coding experience can write programs. • Graphical User Interface Benefits D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 06/21
  • 7. • Machine monitoring and control • Research and Analysis • Control Design • Nokia, General Electric ,General Dynamics, Philips, John Deere, SpaceX, etc. Application D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 07/21
  • 8. Project-1 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 08/21 Water Level Controller using PID Controller • The idea of the project is to keep the level of water at the desired set point.
  • 9. Project-1 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 09/21 Fig: Block Diagram of Water Level Controller Water Level C ontr oller us ing PID C ontr oller
  • 10. Project-1 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 10/21 Fig: Block Diagram of Water Level Controller Wa t e r L e v e l C o n t r o l l e r u s i n g P I D C o n t r o l l e r
  • 11. Project-1 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 11/21 Fig: Block Diagram of Water Level Controller Water Level Controller using PID Controller
  • 12. Project-2 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 12/21 Temperature Sensing • The project aims on virtually sense the temperature of the system and tell that the system is at high temperature, medium temperature or low temperature.
  • 13. Project-2 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 13/21 Temperature Sensing Block Diagram Components • Horizontal Pointer Slide • Round Light • Meter • Stop Button
  • 14. Project-2 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 14/21 Temperature Sensing
  • 15. Project-3 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 15/21 Dice Simulation • The project which focus on the automation of the dice outcome. The dice is programmed to give random outputs ranging from 1 to 6.
  • 16. Project-3 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 16/21 Dice Simulation Block Diagram Components • Picture Enum terminal • A for loop • Random number generator • Multiplier • U16 unsigned word integer • Delay timer
  • 17. Project-3 D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 17/21 Dice Simulation
  • 18. Conclusion D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 18/21 • After successful completion of the course and the thorough experience, it’s clear that this software is very important for virtual automation. It’s quite easy and handy to operate.
  • 19. • https://forums.ni.com • https://www.electronics-notes.com References D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 19/21
  • 20. D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 20/21 Thanks
  • 21. D a t e : 2 8 / 1 2 / 2 0 2 0 E l e c t r i c a l E n g i n e e r i n g D e p a r t m e n t , Te z p u r U n i v e r s i t y 21/21