Lab VIEW Programming Syllubus
Lab VIEW Programming Syllubus
LabVIEW Programming
(BEC358A)
Lab Manual
Institute Vision & Mission
Vision
Development of academically excellent, culturally vibrant, socially responsible and
globally competent human resources.
Mission
• To keep pace with advancements in knowledge and make the students competitive and
capable at the global level
• To create an environment for the students to acquire the right physical, intellectual,
emotional and moral foundations and shine as torchbearers of tomorrow’s society
• To strive to attain ever-higher benchmarks of educational excellence
i
Department Vision & Mission, PEOs, PS0
Vision
To develop highly skilled and globally competent professionals in the field of
Electronics and Communication Engineering to meet industrial and social requirements
with ethical responsibility.
Mission
To provide State-of-art technical education in Electronics and Communication at
undergraduate and post-graduate levels, to meet the needs of the profession and society
and achieve excellence in teaching-learning and research.
• PEO2: To create technically able alumni with the capacity to examine, plan, to
create and execute Electronics and Communication frameworks thereby involving in
deep routed learning.
ii
Program Outcomes
PO1. Engineering knowledge: Apply the knowledge of mathematics, science, engineering
fundamentals, and an engineering specialization to the solution of complex engineering
problems.
PO2. Problem analysis: Identify, formulate, review research literature, and analyze complex
engineering problems reaching substantiated conclusions using first principles of mathematics,
natural sciences, and engineering sciences.
PO3. Design/development of solutions: Design solutions for complex engineering problems and
design system components or processes that meet the specified needs with appropriate
consideration for the public health and safety, and the cultural, societal, and environmental
considerations.
PO4. Conduct investigations of complex problems: Use research-based knowledge and research
methods including design of experiments, analysis and interpretation of data, and synthesis of
the information to provide valid conclusions.
PO5. Modern tool usage: Create, select, and apply appropriate techniques, resources, and
modern engineering and IT tools including predicfion and modeling to complex engineering
activities with an understanding of the limitations.
PO6. The engineer and society: Apply reasoning informed by the contextual knowledge to
assess societal, health, safety, legal and cultural issues and the consequent responsibilities
relevant to the professional engineering practice.
PO7. Environment and sustainability: Understand the impact of the professional engineering
solutions in societal and environmental contexts, and demonstrate the knowledge of, and need
for sustainable development.
PO8. Ethics: Apply ethical principles and commit to professional ethics and responsibilities and
norms of the engineering practice.
PO9. Individual and team work: Function effectively as an individual, and as a member or leader
in diverse teams, and in multidisciplinary settings.
POll. Project management and finance: Demonstrate knowledge and understanding of the
engineering and management principles and apply these to one’s own work, as a member and
leader in a team, to manage projects and in multidisciplinary environments.
PO12. Life-long learning: Recognize the need for, and have the preparation and ability to engage
in independent and life-long learning in the broadest context of technological change.
iii
Course outcomes (Course Skill Set):
1. Use Lab VIEW to create data acquisition, analysis and display operations
3. Use the programming structures and data types that exist in Lab VIEW
12 DemonstratehowtocreateabasicVIwhichcalculatestheareaandperimeterofacircle.
Table of Contents
Department Vision & Mission, PEOs, PSO i
Program Outcomes ii
Course Outcomes iii
Syllabus iv
Experiment No. Title of the Experiment Page No.
Introduction to LabVIEW 01
1 Basic arithmetic operations 04
2 Boolean operations 08
3 Sum of ’n’ numbers using ’for’ loop 12
4 Factorial of a given number using ‘for’ loop 16
5 Determine square of a given number 20
6 Factorial of a given number using ‘while ‘loop 22
7 Sorting even numbers using ’while’ loop in an array 26
8 Finding the array maximum and array minimum 30
9 Build a Virtual Instrument that simulates a heating 34
and cooling system.
10 Build a Virtual Instrument that simulates a Basic 38
Calculator (using formula node).
11 Build a Virtual Instrument that simulates a Water 42
Level Detector
12 Demonstrate how to create a basic VI which 46
calculates the area and perimeter of a circle.
Lab Cycle
Cycle 1:
1. Basic arithmetic operations
2. Boolean operations
3. Sum of’n’ numbers using ’for’ loop
4. Factorial of a given number using ’for’ loop
5. Determine square of a given number
6. Factorial of a given number using ’while ‘loop
7. Sorting even numbers using ‘while’ loop in an array
8. Finding the array maximum and array minimum
Cycle 2: