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:20
be about bottle status checkin so let's
0:25
first botal sta checking after the botal
0:28
filling process which takes 15 seconds
0:31
the conveyor has a sensor which checks
0:33
the bottles whether half filled or fully
0:36
filled this process takes 5 seconds in
0:39
case of fully filled the Box will move
0:41
on in case of half fill a linear
0:44
actuator is used to move the box back
0:47
into the second conveyor so that it will
0:49
go again to the bottle filling process
0:52
again for this example we will use
0:55
normally open contacts as well as
0:57
normally closed contacts so there will
1:00
be sensors that detect whether the
1:02
bottle is fully filled or half filled so
1:06
if uh it is fully filled the Palm will
1:09
stop and if it is half filled then the
1:14
will punch it into the previous conveyor
1:18
where it will get filled so for that
1:21
we'll use memory bits and timers like TP
1:24
and T on so let's move to TI portal
1:27
where we will draw a l diagram for this
1:30
so this is the interface of the portal
1:32
version 16 so firstly we need to go to
1:38
tags and default tag table so here we
1:42
need to add our inputs and outputs so
1:45
the first input is start
1:51
have one more input that is the sensor
1:54
that is filling sensor
2:04
half sensor it will denote the sensor
2:08
that will detect whether the bottle is
2:10
being half and then we have some
2:18
conveyor so it is an output so its
2:20
address will be like Q
2:23
0.0 and then we have one more that is
2:27
pump and then we have a linear
2:32
actuator after that we'll go to program
2:38
ob1 so here we will draw the ladder
2:41
diagram so I'll minimize this and then
2:44
zoom into it like this so I will insert
2:46
a normally open contact and a
2:49
coil so this normally open contact will
2:53
represent the start button and this coil
2:56
will represent a memory bit let's say m
3:00
and then I will latch it here so I will
3:02
open the branch and normally open
3:04
contact and close and this will be M
3:11
that I will use Network 2 and where we
3:15
will use M 0.0 so this is M 0.0 and when
3:20
M 0.0 gets through the conveyor starts
3:23
so I will insert a coil that represent
3:27
conveyor and the conveyor
3:30
will start when M 0.0
3:33
is and then I will insert one more
3:36
normally open contact that is the
3:41
sensor that is the sensor at Filling
3:44
Station when it gets activated the and
3:47
the filling sensor gets activated the
3:50
pump will turn on it will be the pump
3:53
and pump will fill the bottle for 15
3:56
seconds for that we will use a timer
4:02
TP and the preset value for this TP will
4:06
be 15 seconds so when bottle re a
4:09
filling station the sensor gets
4:11
activated and the pump turns
4:22
then we'll use Network 4 where we will
4:25
use a normally open contact for half
4:30
sensor the sensor which detects the
4:32
bottle is half filled if uh this sensor
4:35
gets activated then the linear actuator
4:38
will get activat then the linear
4:40
actuator will punch the bottle to the
4:43
previous conveyor so this will be the
4:46
linear actuator so this linear actuator
4:50
will get activated for 5 seconds so for
4:52
that we will use a timer that is TP and
4:55
the preset value for this will be 5
4:57
seconds so I will move this
5:02
this and these this pump and this linear
5:06
actuator will work only when start
5:08
button is being pressed so when M 0.0 is
5:12
activat so this will be M
5:15
0.0 and then this will
5:18
be here we will use a normally open
5:20
contact and this will be M
5:24
0.0 so after that this conveyor should
5:27
be stopped on filling and on when half
5:30
field is detected so when pump is
5:33
activated and linear actuator gets
5:35
activated then the conveyor will stop so
5:38
we will use normally close contacts as
5:46
actuator so now I will start the
6:04
load and then finish after that I will
6:08
start CPU click on okay and then I will
6:14
monitoring after that I will switch to
6:22
view where we need to create a new
6:54
after that I will go to simulation
6:56
tables and simulation table one after
6:59
that I will right click here and load
7:02
tax so as you can see here when I turn
7:05
on the star button and then release the
7:08
conveyor will start and the bottle goes
7:11
to The Filling Station
7:14
where the filling sensor gets activated
7:17
and the pump gets on for 15
7:20
seconds as you can see here the pump is
7:24
on and it will remain on it will fill
7:27
the bottle for 15 seconds and after that
7:30
stop as you can see here the Palm will
7:33
stop and the conveyor again starts and
7:37
there is another sensor which detects if
7:39
the bottle is being half filled so if
7:43
filled and this sensor gets activated
7:46
the sensor gets activated then the
7:50
linear acuator will punch the bottle in
7:52
5 seconds and after that the conveyor
7:55
will again start it was all about this
7:59
example Le thank you for watching