Industrial Automation (22534) : A Laboratory Manual For
Industrial Automation (22534) : A Laboratory Manual For
INDUSTRIAL AUTOMATION
(22534)
Semester- V
Scheme- I
Certificate
0027) has satisfactorily completed the term work in the subject INDUSTRIAL
Sign:
Name:
Seal of
Institution
LIST OF EXPERIMENTS AND PROGRESSIVE ASSESSMENT FOR TERM WORK D-3
ACADEMIC YEAR 20 - 20
Marks out of 25
Assessment Scheme
Procedure :
1. Visit laboratory and study the trainer kit.
2. Read the user manual before operating the trainer kit.
3. Follow the rules and safety precautions.
4. Identify the scope of subject for career development.
Concept structure:
Observations:
Power supply
I/O modules
Processor
Programming device
Green light
Red light
Conclusion:
In industries _______________ (automation/manual) processes are preferred to achieve
higher productivity and accuracy.
Questions:
1. State the meaning of automation.
2. State the need of automation in industry.
3. List PLC programming languages.
4. State advantages of PLC.
5. List any four PLC brands available in market.
6. Explain rails and rungs related to PLC.
Procedure :
1. Load the RS Logix software to the PC.
2. Open the RS Logix software.
3. Switch On the PLC trainer.
4. Open the New project and draw the ladder logic program.
5. Compile the program.
6. Run the Program.
7. Give force and observe the output.
Ladder diagram:
Explanation:
Observations:
__________________________________________________________________
__________________________________________________________________
Conclusions:
1. When START (NO) switch is pushed, motor will be ______ (ON/OFF).
2. When STOP (NC) switch is pushed, motor will be ______ (ON/OFF).
3. When START (NO) switch is released after push, motor remain ______ (ON/OFF).
Questions:
1. Draw a ladder diagram to switch PLC output high if any of the three inputs is high.
2. Draw logic symbols for NO and NC switches.
3. Draw the circuit for ON/OFF control of motor.
4. List different manually operated switches.
5. What is relay.
6. State the meaning of ladder rung.
7. Draw electrical symbols used to represent switches: NO push button and NC push button.
Procedure :
1. Load the RS Logix software to the PC.
2. Open the RS Logix software.
3. Switch On the PLC trainer.
4. Open the New project and draw the ladder logic program.
5. Compile the program.
6. Run the Program.
7. Give force and observe the output.
Ladder diagram:
TIMER :
COUNTER
COUNTER :
COMPARISON:
Ladder Diagram
LOGICAL: A
COMPARISON: LOGICAL
Ladder Diagram Ladder Diagram
Conclusion:
Questions :
1. List types of timers.
2. List types of counters.
3. Give different comparison instruction.
4. Draw format of logical instructions.
5. List different arithmetic instructions.
Space for Answers
Marks obtained Dated sign. Of Teacher
Process Related(10) Product Related(15) Total(25)
Experiment No. : 4
Title: Measure temperature of the given liquid using RTD or Thermocouple and PLC.
Procedure :
1. Load the RS Logix software to the PC.
2. Open the RS Logix software.
3. Switch On the PLC trainer.
4. Open the New project and draw the ladder logic program.
5. Compile the program.
6. Run the Program.
7. Give force and observe the output.
Concept structure:
Problem statement :
Temperature controller will start when START switch is closed.
Temperature shall be maintained between 60 C to 70C.
When the temperature is less than 60C the heater is turned ON and cooler is OFF.
When the temperature is greater than 70C the heater is turned OFF and cooler is ON.
Temperature range is 0C to 100C.
Ladder diagram:
Explanation:
Observations:
Conclusion:
1. When the measured temperature is less than lower cut off temperature then
_______________ (heater/cooler) is ON.
2. When the measured temperature is greater than higher cut off temperature then
_______________ (heater/cooler) is ON.
Questions:
1. State need of temperature controller in various industries?
2. List advantages of temperature controller using PLC.
3. List comparing instruction of PLC.
4. List out types of continuous and discontinuous controller.
5. List out various type of temperature transducer used for measurement of temperature.
Procedure :
1. Load the RS Logix software to the PC.
2. Open the RS Logix software.
3. Switch On the PLC trainer.
4. Open the New project and draw the ladder logic program.
5. Compile the program.
6. Run the Program.
7. Give force and observe the output.
Ladder diagram:
Explanation:
Observations:
1. ON time of LED is ____ seconds and OFF time of LED is ____ seconds.
Conclusions:
1. On-delay timer counts time based intervals when the rung condition is __________
(true/false).
2. Off-delay timer counts time based intervals when the rung condition is __________
(true/false).
Questions:
1. Draw ladder diagram to make LED ON after 15 seconds when switch is pressed.
2. What is the preset bit in PLC timer indicate?
3. State the meaning of ON delay timer and OFF delay timer in PLC.
4. State the range of preset in PLC timer.
5. State function of accumulator with reference to PLC timer.
6. How the retentive PLC timer works?
Procedure :
1. Load the RS Logix software to the PC.
2. Open the RS Logix software.
3. Switch On the PLC trainer.
4. Open the New project and draw the ladder logic program.
5. Compile the program.
6. Run the Program.
7. Give force and observe the output.
Ladder diagram:
Explanation:
Observations:
Readings for timer bits
Timer address
Time base
Preset
Accumulator
Conclusions:
1. The processes that demand certain operations to be performed in a specific order need
_______________ control (sequential/combination/automatic).
2. If lamp 2 glows after turning ON lamp 1, then the type of control process involved is
_______________ (sequential/combination/automatic).
Questions:
1. Draw logic symbols for PLC timers.
2. List two applications of timer.
3. Explain timer instruction of PLC.
4. State the PLC timer that needs reset instruction.
5. What are numerical limits for typical 16-bit timers?
6. Give applications of retentive timer.
Procedure :
1. Load the RS Logix software to the PC.
2. Open the RS Logix software.
3. Switch On the PLC trainer.
4. Open the New project and draw the ladder logic program.
5. Compile the program.
6. Run the Program.
7. Give force and observe the output.
Timers are devices that count increments of time. Traffic lights are one example where timers are
used. In this example timers are used to control the length of time between signal changes. The
lights in a traffic signal go through a sequence: Red,green,amber, Red,green,amber etc.
When an ON/OFF switch is turned on and a START button is momentarily pressed, the red
signal (R) lights for 30 seconds, then turns off and the green (G) lights for 25 seconds, then turns
off and the Amber (A) turns on for 5 seconds and then turns off and back to the red. On the
opposite street, the red light (R’) is on during the time the light on the other street is either green
or amber. Transition from red to green to amber is accomplished by cascading timer circuits. The
sequence then repeats itself.
Ladder Diagram:
Explanation:
Observations:
Red light will be ON for
Conclusions:
1. ______ number of timers are used in the ladder diagram of this experiment.
Questions:
1. When is the enable bit of timer instruction true?
2. When does the done bit of timer change state?
3. When is the output of a programmed timer energized?
4. How RES instruction in relation with retentive PLC timer works?
5. How accumulated count of programmed timer energized?
Procedure :
1. Load the RS Logix software to the PC.
2. Open the RS Logix software.
3. Switch On the PLC trainer.
4. Open the New project and draw the ladder logic program.
5. Compile the program.
6. Run the Program.
7. Give force and observe the output.
Ladder diagram :
Explanation :
Observations:
2 SW ‘B’ pressed
Conclusion :
1. The PLC counters range from ____________________ (C0 to C250/ C0 to C255).
Questions:
1. Develop a ladder diagram that will latch ON an output B 20 seconds after input A has
been turned ON. After A is pushed, there will be a 10 second delay until A can have any
effect again. After A has been pushed 3 times, B will be turned OFF.
2. List applications of PLC counters.
3. What the reset bit in PLC counter indicates?
4. State the function of accumulator with reference to PLC counter.
5. How Up Down counter works?
6. State range of presser in PLC counter.
Procedure :
1. Load the RS Logix software to the PC.
2. Open the RS Logix software.
3. Switch On the PLC trainer.
4. Open the New project and draw the ladder logic program.
5. Compile the program.
6. Run the Program.
7. Give force and observe the output.
Concept structure:
If parking space is available, hence system allow to enter car for parking.
If no space is available for parkng hence system does not allow to enter new car.
Problem Statement :
Design automated parking system for following specification
Explanation
Observation:
Conclusion:
1. If the automated parking system indicates message full means space _________________
(available/not available) for parking.
2. When system indicate message empty then it allows to enter car ___________ (equal/less
than/greater than) number of car.
Questions:
1. Explain the need of automated parking system.
2. List various parking mechanism used for parking system.
3. Draw block diagram of parking system.
4. What is a counter?
5. List various types of counter.
6. Explain various counter term related to PLC(i.e. CTU,DN,CU,CTD and preset)
Procedure :
1. Load the RS Logix software to the PC.
2. Open the RS Logix software.
3. Switch On the PLC trainer.
4. Open the New project and draw the ladder logic program.
5. Compile the program.
6. Run the Program.
7. Give force and observe the output.
Conclusion :
1. A hall effect sensor is transducer that varies its output _____________ (voltage/current)
in response to a magnetic field.
2. An elevator is a type of _____________ ( vertical/horizontal) transport equipment that
efficiently moves people or goods between floors of a building.
Questions:
1. Explain the need of elevator system.
2. List various components of elevator system.
3. Why hall effect sensor used in elevator system?
4. What is overflow bit of an up counter set?
5. What is underflow bit of an up counter set?
6. List two applications of PLC up down counter.
Procedure :
1. Load the RS Logix software to the PC.
2. Open the RS Logix software.
3. Switch On the PLC trainer.
4. Open the New project and draw the ladder logic program.
5. Compile the program.
6. Run the Program.
7. Give force and observe the output.
Concept structure:
Ladder diagram : (Forward Direction)
Explanation:
Ladder diagram : (Reverse Direction)
Explanation:
Observation:
Clockwise motion:
Anticlockwise motion:
Conclusion:
The time delay controls the _____________ (speed/direction) of stepper motor.
Questions:
1. Explain operating principle of stepper motor.
2. Define step angle.
3. Define scanning cycle.
4. Define speed of execution.
5. List out four industrial applications of stepper motor.
6. Compare DC motor and stepper motor.
Space for Answers
Marks obtained Dated sign. Of Teacher
Process Related(10) Product Related(15) Total(25)
Experiment No. : 12
Title: Use various functions of SCADA simulation editors to develop simple project.
Theory :
SCADA is an acronym that stands for Supervisory Control and Data Acquisition. SCADA refers
to a system that collects data from various sensors at a factory, plant or in other remote locations
and then sends this data to a central computer which then manages and controls the data.
What is SCADA?
How : By collecting Information from plant / Load centre bend reducing it to the EMS
Why : To gather Information as here (voltage, current, frequency, power, circuit breaker status)
and To perform online actions
Functions of SCADA: