CP15 Semester 4 PDF
CP15 Semester 4 PDF
CP15 Semester 4 PDF
SEMESTER IV
STATUS OF REVISIONS
1. THEORY
Microcontrollers &
1 COM 04 01* 3
Applications 60
2 COM 04 02* Industrial Electronics 3 60
3 CP15 04 03 Control Systems 2 40
4. CP15 04 04 Computer Programming
–Vb,Networking 3 60
Pneumatics& 3 60
5. CP15 04 05
Hydraulics
TOTAL 280 Hrs
2. PRACTICAL
2. CP15 04 07 Pneumatics& 4 80
Hydraulics Lab
3. COM 04 08* Industrial Electronics Lab 4 80
C (P) Maintenance -
C (P) Inspection -
C (P) 5S 20
EC Mentoring 20
Village camp /Inplant Trg + Ind. visits +Seminar /Study
EC 20
Tour
Total ( for Weekly Time Table) 800
EC English Communication 20
EC Week Celebration 8
CC Weekly Projects 80
REV. NO. 1
Subject is COMMON for CP04/CP15/CP23
COURSE OBJECTIVES:
Topics:
SUBJECT CONTENT:
Time
Topic No Topics
Allocation
1 Introduction to Microprocessors & Microcontrollers 6h
1.1 Introduction to Microprocessors & Microcomputers 1h
1.2 Evolution of Microprocessors 2h
1.3 Introduction to Microcontrollers 1h
1.4 Microcontroller Survey 1h
1.5 Comparison of Microprocessors & Micro controllers 1h
2 Study of Memory 4h
Basic Memory storage element, 4x8 – Bit Register, 2h
2.1 R/W Memory Model, ROM Memory model
Memory Map and Addresses, 2h
2.2 Memory Classification, Memory Decoding
3 8051 ARCHITECTURE 7h
3.1 Functional Pin Description &Architecture of 8051 3h
3.2 I/O ports 2h
3.3 Memory organization 2h
Reference Books :-
1 The 8051 micro controller architecture, programming&
applications - Kenneth.J.Ayala
2 The 8051 micro controller & embedded systems - M.A.Mazidi
DETAILED SYLLABUS
FOR
INDUSTRIAL ELECTRONICS
REV. NO. 5
COURSE OBJECTIVES: At the end of the semester the student would be able to
SUBJECT CONTENT:
DETAILED SYLLABUS
FOR
CONTROL SYSTEM
SUBJECT CODE CP 15 04 03
SEMESTER 4
HOURS PER SEMESTER 40
REV. NO. 5
COURSE OBJECTIVES:
Topics:
SUBJECT CONTENT:
TOTAL 40Hrs
Reference Books
1 Control systems - A Nagoor Kani
(RBC Publishers-First Edition)
DETAILED SYLLABUS
FOR
COMPUTER PROGRAMMING
MS ACCESS,VB, NETWORKS
SUBJECT CODE CP 15 04 04
SEMESTER 4
HOURS PER SEMESTER 60
REV. NO. 5
COURSE OBJECTIVES:
SUBJECT CONTENT:
DETAILED SYLLABUS
FOR
PNEUMATICS & HYDRAULICS
SUBJECT CODE CP 15 04 05
SEMESTER 5
HOURS PER SEMESTER 60
REV. NO. 5
COURSE OBJECTIVES:
SUBJECT CONTENT:
Sl.No Major Topics Time
allotted
1.0 Introduction to Fluid power & Pneumatic Power 2h
1.1 Fluid Power–History, advantages, disadvantages and applications 1h
1.2 Pneumatic power- History, advantages, disadvantages & applications. 1h
2.0 Properties of Fluids 8h
2.1 Properties of Fluids - properties of fluids like density, specific volume, 2h
specific weight, relative density, atmospheric pressure, gauge,
absolute pressure, viscosity.
2.2 Hydro statics - determination of pressure at a depth below free surface 2h
of a liquid, Pascal's law-definition and its applications
2.3 Hydrodynamics - Bernoulli's theorem - practical application of law, 2h
volume of flow.
2.4 Gas laws - Boyle's law, charle's law, Gay Lussac's Law, problems. 2h
3.0 Compressed Air Production and preparation 14h
3.1 2h
Characteristics - positive and negative characteristics.
3.2 Compressor types. 2h
3.3 Terms associated with compressor - delivery volume, theoretical and 2h
effective working pressure, operation pressure, pressure losses.
3.4 Cooling of compressor - needs, methods, fins, fans, water cooling. 1h
3.5 Regulation of compressors - no load regulation, low speed regulation, 1h
on/off regulation.
3.6 Compressed air receiver - need, selection, delivery volume, pressure, 2h
drive, cooling method, regulation, determination of receiver size.
3.7 Compressed air preparation - need, functions of suction air filter, 2h
functions of intercooler and recooler, functions of air filter,
requirements of air filter, functions of pressure regulators,
functions of air lubricator, functions of service unit.
3.8 Distribution of compressed air- System of distribution, criteria for 2h
selecting pipe diameter, flow volume, pipe length, pressure drop,
working pressure, number of restrictions in pipe line, pipe diameter
calculation, pipe material.
DETAILED SYLLABUS
FOR
SUBJECT CODE
CP15 04 06
SEMSTER
4
HOUR PER SEMESTER
80
REV. NO
4
REV DATE
27-11-2015
Sl No TOPIC Time
allotted
TOTAL 80 Hrs
DETAILED SYLLABUS
FOR
SEMESTER 4
REV.NO. 4
27-11-2015
REV. DATE
Sl No TOPIC Time
allotted
DETAILED SYLLABUS
FOR
INDUSTRIAL ELECTRONICS LAB
SEMESTER 4
REV.NO. 5
DETAILED SYLLABUS
FOR
Microcontrollers & Applications _ Lab
SEMESTER 4
REV.NO. 1
Sl.No Time
Major Topics Hrs
Unit 36h
1 1. 8051 MICROCONTROLLER LAB
1 Familiarization of Keil Compiler 4h
2 Write a program to place the number 8Dh in RAM locations from 30h to 2h
34h
3 Write a program to copy the contents of DPTR to registers R0 (DPL) & 2h
R1 (DPH)
4 Write a program to add two 8 bit numbers and store the result in RAM
2h
location 35h
5 Write a program to subtract the contents of RAM location 13h from the 2h
address 30h
CP15 _SEM 4 _VERSION 1
DATED: 08th DEC 2017
S/CP15/4215 Page 30 of 34
NETTUR TECHNICAL TRAINING FOUNDATION
SYLLABUS FOR DIPLOMA IN MECHATRONICS - CP15
8 Write a program to swap the bytes in timer 0.put TL0in TH0 and TH0 2h
inTL0
9 Write a program to Double the number in register R2, and put the result 2h
in register in R3 (high byte) and R4 (low byte)
10 Write a program to add the unsigned numbers found in internal RAM 2h
locations 25h, 26h and 27h together and put the result in RAM
locations31h (MSB) and 30h(LSB)
11 Write a program to multiply unsigned numbers in register R3 by the
number in register in R4and put the result in external RAM locations 10h 2h
(MSB) and 11h (LSB).
12 Write a program to divide the data in RAM location 3Eh by the number
12h,put the quotient in R4 and the reminder in R5 2h
13 Write a program to place any number in the internal RAM location 3Ch 2h
and increment it until the number equal 2Ah
Write a program to move a block of data from memory X to Y.
14 4h
Write a program to find the factorial of the number stored in the internal 2h
15
RAM locations 30h.
19 DC Motor Interfacing 1h
23 Interfacing of ADC 4h
27 DC Motor Interfacing 4h
31 Interfacing of ADC 4h
TOTAL 80
Hrs
SYLLABUS_REVISION DETAILS