0:11
Hello everyone, welcome to automation
0:14
community. Today in this video we are
0:17
going to discuss an example which will
0:19
be about industrial oven. So let's look
0:22
at the example first.
0:25
Industrial oven control.
0:28
The oven should preheat for 10 seconds,
0:31
then maintain the set temperature for 20
0:33
seconds and then cool down for 30
0:36
seconds. That means there's a button
0:39
which starts the oven
0:42
and there will be uh preheating for 10
0:45
seconds and then after 10 seconds the
0:48
oven will maintain the set temperature
0:51
for 20 seconds and after 20 seconds it
0:55
will cool down for 30 seconds.
0:59
So for this example we will use normally
1:02
open contacts as well as normally closed
1:04
contacts. With that we will be also
1:07
using some timers like TP and TR. So
1:11
let's move to TI portal where we will
1:14
draw a ladder diagram for this example.
1:18
This is the interface of TI portal.
1:21
Firstly, we'll go to PLC tags and then
1:26
default tag table. So here we need to
1:29
add our inputs and outputs. So firstly
1:33
we have an input that is start button
1:38
and then we have uh some outputs like
1:46
as it is an output so its address will
1:55
we have set temperature
2:02
and then we have cooling.
2:09
After that we'll go to program blocks
2:16
So here we will draw the ladder diagram.
2:17
I will zoom into it like this. So
2:20
firstly I will insert a normally open
2:22
contact that will represent the sl
2:25
button and then uh we'll insert a coil
2:29
that will represent preheating.
2:32
So the process of preheat will go for 10
2:35
seconds. So for that we will use a timer
2:40
that is a TP. I will double on it and
2:44
then okay. The preset value for
2:46
preheating will be 10 seconds. So the
2:49
process of preheating will go for 10
2:53
and then I will open the branch
2:56
and add a coil. So there will be one
2:58
more process that is setting the
3:01
required temperature. So this process
3:06
after preheating. So there will be a
3:08
delay of 10 seconds. So I will click on
3:12
and then the preset value will be 10
3:16
seconds. And then the process of setting
3:18
the temperature will be for 20 seconds.
3:21
For that we will use a timer that is TP
3:24
and the preset value will be 20 seconds.
3:29
After that there is one more process.
3:31
For that I will open the branch here and
3:34
add a coil. And this coil will represent
3:36
one more process that is cooling.
3:42
So this cooling process will go on after
3:45
preheating and setting temperature. So
3:47
there will be 10 and 20. In total there
3:50
will be a delay of 30 seconds. For that
3:53
we will use t on here
3:56
and the preset value will be 30 seconds
4:00
and after that the cooling process will
4:02
go on and it will go on for 30 seconds.
4:07
we will use a timer that is TP
4:12
and the preset value for TP will be 30
4:19
So when start button is pressed the
4:21
process of preheating will go on for 10
4:23
seconds and after 10 seconds it will
4:26
maintain the set temperature and after
4:28
maintaining the set temperature for 20
4:31
seconds it will cool down and it will
4:33
cool down for 30 seconds and after that
4:37
I will we will start the simulation here
5:00
After that we'll start CPU. Click on
5:04
okay and then start monitoring.
5:07
And after that we'll switch to project
5:16
Let's create a new project here.
5:50
After that I will click on the uh
5:52
simulation tables and then simulation
5:55
table one. Right click here and click on
5:58
load project tax. So here we will uh
6:02
press the start button. I will turn the
6:04
start button on and then you can see the
6:07
process of preheating has started and it
6:10
will go on for 10 seconds.
6:14
And after that preheating process
6:16
stopped and maintaining the set
6:18
temperature started and it will go on
6:20
for 20 seconds. And after 20 seconds it
6:24
will stop and the cooling process will
6:33
After 20 seconds the cooling process has
6:35
started and it will go on for 30
6:38
seconds. After 30 seconds it will stop
6:59
So as you can see here after 30 seconds
7:02
28 29th 30 seconds cooling has also
7:06
stopped. It was all about this example.
7:09
Thank you for watching.