Lab Manual Industrial Automation
Lab Manual Industrial Automation
Lab Manual Industrial Automation
Certificate
1
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Index
2
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Experiment No-1
Objective:
1) To study fixed and modular PLC.
Equipments:
1) Name of PLC used _________________________________.
2) RS232 Communication cable.
3) RS Linx and RSlogix500 software.
Theory:
FixedPLC: A Fixed PLC consist of a fixed or built in
input and output sections. The I/O of a
fixed PLC is built in and not changeable.
3
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
ModularPLC:
Modular PLC does not have a terminal strip built
into the processor unit. Modular PLC’s have their I/O
points on plugin type removable units called, I/O
Modules.
PLC with modular Input and Outputs consist of
chassis ,rack, or base plate where Power supply,
CPU, and all Input Output modules are present as
separate hardware items.
Procedure:
RSLinx Software:
1) Open RSLinx software to configure the serial driver- RS232
DF1, for communication with Micrologix 1000/ 1200 PLC.
4
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
2)Write a Ladder Program in right pan and make sure that you
have followed the same I/O addresses as shown in fig. below.
Fig.
5
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Conclusion :
We have made use of following two programming instructions of
Ladder Logic
1) _______________ XIC
2) _______________ XIO
3) _______________ OTE
6
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Experiment No-2
Aim: Basic Logic functions using Ladder Logic.
Equipments:
1) Name of PLC used __________________________________.
2) RS232 Communication cable.
3) RS Linx and RSlogix500 software.
Theory:
FixedPLC:
A Fixed PLC consist of a fixed or built in input and output
sections. The I/O of a fixed PLC is built in and not
changeable.
There is one fixed or built in non removable screw terminal
strip containing all input signal screw terminals
connections and another screw containing all output
control signal screw terminals.
7
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
ModularPLC:
Modular PLC does not have a terminal strip built into the
processor unit. Modular PLC’s have their I/O points on
plugin type removable units called, I/O Modules.
PLC with modular Input and Outputs
consist of chassis ,rack, or base plate where Power
supply, CPU, and all Input Output modules are present
as separate hardware items.
Logic: (Write down the truth tables )
1. AND Gate
8
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
3.NOR Gate
4. XOR Gate
Procedure:
9
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
RSLinx Software:
1) Open RSLinx software to configure the serial driver- RS232
DF1, for communication with Micrologix 1000/ 1200 PLC.
Click on Start.Click on All Programs.Click on Rockwell
Software. Click on RS Linx.Click on RS Linx. Click on
Communication menu.
2) Write a Ladder Program in right pan and make sure that you
have followed the same I/O addresses as shown in Fig (A)
and Input- Output List prepared by you.
10
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
SW1 SW2
PLC
Lamp
230 V AC
Figure A.
11
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
1.AND Gate:
2.OR Gate:
12
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
3.NOR Gate:
4. XOR Gate:
(Ladder Logic)
13
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
14
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Experiment No-3
Aim: Develop a Ladder Logic for Traffic light Control System and
test it through PLC using Ton instruction.
Equipment:
1) Micrologix 1000 PLC / Micrologix 1200 PLC.
2) RS232 Communication cable.
3) RS Linx and RSlogix500 software.
Logic:
1. Press Start Push Button to start the function.
2. Red lamp should be ON for 25 seconds.
3. After 25 seconds Red lamp should be OFF. Then Green
lamp should be ON for 35 seconds.
4. After 35 seconds Green lamp should be OFF. Now Yellow
lamp should be ON for 15 seconds.
5. After 15 seconds Yellow lamp should be OFF. Again Red
lamp should be made ON for next 25 seconds.
6. Repeat the cycle from step 2, to autostart.
7. Press Stop Push Button to stop the function.
15
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Procedure:
RSLinx Software:
Open RSLinx software to configure the serial driver- RS232 DF1,
for communication with Micrologix 1000/ 1200 PLC.
RSLOGIX500 Software:
1) Open RSLogix500 software, to design a ladder program in
RSLOGIX500 software and make sure that you have
followed the same I/O addresses as shown in Fig (A) and
Input- Output List prepared by you.
16
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Figure A.
NO NC
PLC
17
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Ladder Logic:
18
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
RED
GREE
N
YELLOW
RED
GREE
N
YELLOW
Figure B.
19
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Conclusion:
We have made use of following programming instruction
of Ladder Logic
1) _______________ TON
2) _______________ XIC
3) _______________ XIO
20
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Experiment No- 4
Aim: Ladder Logic for counting the objects.
Objective:
1) To write Input and Output List.
2) To write the Ladder Program.
3)To test / simulate the ladder program.
Equipments:
1) State the name of PLC used ___________________________
2) RS232 Communication cable.
3) RS Linx and RSlogix500 software.
Logic:
1.Press Start Push Button to start the function.
2.Motor will get ON, when function starts.
3.Conveyor belt will start moving and so the objects place
on it. Sensor detects the objects and gives signal to the
counter. Counter counts the objects moving on Conveyor
belt.
4. Motor shall stop when counter counts 200 objects.
5.Press Stop Push button to stop the function.
21
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Procedure:
RSLinx Software:
Open RSLinx software to configure the serial driver- RS232 DF1,
for communication with Micrologix 1000/ 1200 PLC.
RSLOGIX500 Software:
1) Open RSLogix500 software, to design a ladder program in
RSLOGIX500 software and make sure that you have
followed the same I/O addresses as shown in Fig (A) and
Input- Output List prepared by you.
22
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
(Ladder Logic)
23
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
+24 24 DC IN 0 IN 1 IN 2 IN 3 IN 4
VDC GN CO
PLC
L N E VAC
VDC
OUT
0
OUT
1
VAC
VDC
OUT
2
OUT
3
Motor
230 V AC
Figure A.
24
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Sensor
Objects moving on
Conveyor Belt
1) _______________ CTU
25
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Experiment No- 5
Aim: A program for Temperature Measurement.
Equipments:
1) Micrologix 1000 PLC / Micrologix 1200 PLC.
2) RS232 Communication cable.
3) RS Linx and RSlogix500 software.
Logic:
1. Use PT100 to measure the temperature of oven.
2. Assume PT100 output ( 4 to 20 ma ) is connected at input
terminal N7:33 .
3. Use SCP instruction to measure the temperature of oven.
4. Input mean to 6241 and max to 32767 with respect to 4 to
20 mA.
5. Input scale mean value to 0.
6. Input scale max value 2 to 100.
7. Assume output to be store to N7:0.
26
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Procedure:
RSLinx Software:
1) Open RSLinx software to configure the serial driver- RS232
DF1, for communication with Micrologix 1000/ 1200 PLC.
RSLOGIX500 Software:
1) Open RSLogix500 software, to design a ladder program in
RSLOGIX500 software and make sure that you have
followed the same I/O addresses as shown in Fig (A) and
Input- Output List prepared by you.
27
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
(Ladder Program)
Heat
PT 100 er
Furnace
28
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Conclusion:
We have made use of following programming instruction of
Ladder Logic
1) _______________ SCP
29
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Experiment No-6
Aim: To Develop a simple programmes for comparison
instructions.
Diagram :
Heater
Furnace
RTD
Figure :1
30
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Procedure:
1) Temperature of furnace as shown in the Figure: 1 is
controlled by heater. RTD (PT100) is used to measure the
temperature of furnace.
5) Input Tolerance=5˚C.
31
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
(Ladder Logic)
32
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Conclusion:
We have made use of following programming instruction of
Ladder Logic
1) _______________ ADD
2) _______________ GRT
33
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Experiment No - 7
Expt Name : Design of ON and OFF switch in SCADA
Equipment:
• Any IBM compatible PC with a Pentium II processor or
higher (minimum: 400MHz on a single node system,
recommended: 1.2GHz or higher).
• At least 2GB of free hard disk space.
• At least 256MB of random-access memory (RAM), 512MB
of RAM is recommended.
• Wonderware, InTouch Software
34
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Output :
Conclusion:
We have made use of Intouch application Manager to design
ON and OFF switch in SCADA.
35
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Experiment No - 8
Experiment Name : Calculation of Step Angle of Steeper Motor
Fig. 1 Fig.2
Fig. 3 Fig.4
36
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Conclusion:
The step angle of stepper motor in Fig.1 is 900 and Fig.3 & 4 is
450.
37
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Experiment No - 9
Part - A
Aim : To plot characteristics of Potentiometer
Apparatus : Potentiometer, Voltmeter, Scale
Theory :
• A Potentiometer is a potential measuring device. It measures
the unknown e.m.f. or p.d. by balancing it, wholly or in part,
against a known difference of potential. There are two types
of Potentiometers
• Linear potentiometer
• Rotary Potentiometer
38
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Circuit Diagram:
Procedure:
39
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Observation :
Potentiometer P1 = ________ K
Result:
Sensitivity of Linear Potentiometer is ---------
Part -B
Application of Potentiometer as error Detector:-
• It can also be used to measure the current flowing through a
circuit and unknown low resistance of the circuit.
40
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Fig.1
Fig.2
41
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
Characteristics :-
Fig.3
42
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
EXPERIMENT NO.10
Handdrawn
43
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
44
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
45
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
46
Industrial Automation (EE11405) Electrical Engg Dept. Government Polytechnic Mumbai
47