0% found this document useful (0 votes)
81 views

Lab VIEW Programming Syllubus

The document provides information about a LabVIEW Programming lab manual for the Department of Electronics and Communication Engineering at ATME College of Engineering. It includes the department's vision, mission, program educational objectives, program outcomes, and course outcomes. The syllabus outlines 12 programming experiments using LabVIEW software to perform tasks like arithmetic operations, Boolean logic, loops, arrays, and simulations. The experiments are intended to familiarize students with the LabVIEW interface and teach programming structures.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views

Lab VIEW Programming Syllubus

The document provides information about a LabVIEW Programming lab manual for the Department of Electronics and Communication Engineering at ATME College of Engineering. It includes the department's vision, mission, program educational objectives, program outcomes, and course outcomes. The syllabus outlines 12 programming experiments using LabVIEW software to perform tasks like arithmetic operations, Boolean logic, loops, arrays, and simulations. The experiments are intended to familiarize students with the LabVIEW interface and teach programming structures.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

ATME College of Engineering

Department of Electronics and


Communication Engineering

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.

To develop talented and committed human resource, by providing an opportunity for


innovation, creativity and entrepreneurial leadership with high standards of
professional ethics, transparency and accountability.

To function collaboratively with technical Institutes/Universities/Industries, offer


opportunities for interaction among faculty-students and promote networking with
alumni, industries and other stake-holders.

Program Educational Objectives (PEOs)


• PEO1: To produce graduates to excel in the profession, higher education and
pursue research exercises in Electronics and Communication Engineering.

• 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.

Program Specific Outcomes (PSOs)


• To Comprehend the Fundamental ideas in Electronics and communication
Engineering and Apply them to identify, formulate and effectively solve Societal
engineering problems using latest tools and techniques.
• To work effectively in a group as an independent visionary, team member and leader
having the ability to understand the requirements and develop feasible solutions to
emerge as potential entrepreneurs.

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.

PO10. Communication: Communicate effectively on complex engineering activities with the


engineering community and with society at large, such as, being able to comprehend and write
effective reports and design documentation, make effective presentations, and give and receive
clear instructions.

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):

At the end of the course the student will be able to:

1. Use Lab VIEW to create data acquisition, analysis and display operations

2. Create user interfaces with charts, graph and buttons

3. Use the programming structures and data types that exist in Lab VIEW

4. Use various editing and debugging techniques


Syllabus

Lab VIEW Programming Semester 3


Course Code BEC358A CIE Marks 50
Teaching Hours/Week (L:T:P: S) 0:0:2 SEE Marks 50
Total 100
Credits 01
Exam Hours 2
Examination type (SEE) Practical
Course objectives:
 Aware of various front panel controls and indicators.
 Connect and manipulate nodes and wires in the block diagram.
 Locate various tool bars and pull-down menus for the purpose of implementing specific functions.
 Locate and utilize the context help window.
 Familiar with LabVIEW and different applications using it.

Sl.NO VI Programs(using LabVIEW software)to realize the following:


1 Basic arithmetic operations: addition, subtraction, multiplication and division

2 Boolean operations: AND, OR, XOR, NOT and NAND

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

Demonstration Experiments (For CIE)


9 Build a Virtual Instrument that simulates a heating and cooling system. The system must be able to be controlled
manually or automatically.
10 Build a Virtual Instrument that simulates a Basic Calculator (using formula node).

11 Build a Virtual Instrument that simulates a Water Level Detector.

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

After 8th Week First Internal Assessment

Cycle 2:

9. Build a Virtual Instrument that simulates a heating and cooling


system. The system must be able to be controlled manually or
automatically.
10. Build a Virtual Instrument that simulates a Basic Calculator
(using formula node).
11. Build a Virtual Instrument that simulates a Water Level Detector.
12. Demonstrate how to create a basic VI which calculates the area and
perimeter of a circle.

After 14 Week Second Internal Assessment

You might also like