PLC Implementation in Bottle Production
PLC Implementation in Bottle Production
di semester VIII
Prepared by:
2212142039
2016
CHAPTER I
INTRODUCTION
1.1 Background
The growth of industry in the world is very significant, one of which is in the field of
Production certainly increases due to the growing demand in the industry. Based on
This need must certainly be accompanied by a production quantity that is in sync.
with its development. Based on that, growth in the industrial sector must be
follow the developments in automation technology, as it is clear that only
relying on a manual system (operator power) in production will not be possible
offsetting production needs.
The development of automation in the industrial sector has made the production process increasingly
easy and efficient. The implementation of automation systems is certainly very necessary besides
to expedite the production process while also saving costs for employee payments. In addition
1
1.2 Purpose of Writing
The limitations of the issues that will be discussed in this writing are
as follows:
a) Consists of 3 limit switches, namely bottle sensor, bottle size sensor, and sensor
determination of whether the bottle is broken or not.
2
CHAPTER II
LITERATURE REVIEW
2.1 Conveyor
Under certain conditions, conveyors are widely used because they have value
more economical compared to heavy transportation such as trucks and freight cars. Conveyor
must mobilize goods in large quantities and continuously from one place to
other places. The relocation of that place must have a fixed location so that
The conveyor system has economic value. The weakness of this system is that it does not
having flexibility when the location of mobilized goods is not fixed and the quantity
the incoming goods are not continuous.
3
the roller is given a rubber coating, anti-corrosion coating, and so on. Meanwhile, the roller
In other types of systems, they are designed to fit the belts they support.
Roller conveyors can only move items that are in unit form and not
can move bulk or grain-shaped goods. Units that can
transferred using a roller conveyor must also have certain dimensions
and a certain weight in order to be transported. To move goods within
bulk form, the bulk must be packed first into units to be able to
transported using this system.
The specifications of the roller conveyor must also be adjusted according to the dimensions and load.
the unit that will be transported. The design of the roller conveyor system must be able to
receiving the maximum load that may occur in the conveyor system. In addition,
The system dimension design must also be considered to match the unit dimensions.
that will be transported. In some cases the unit dimensions that are wider than
the width dimension of the roller is still allowed.
4
Its turn is very sharp. This is beneficial for areas that have limited space.
limited.
Selain itu, roller conveyor memmpunyai kemampuan untuk menggabungkan
2 separate paths. The merging of these 2 paths can be done in various ways.
methods such as Y-Line and accumulating roller conveyor.
following:
Body Frame
The body frame has the function of supporting the roller so that the roller's location
not moving around. The installation of the roller with this body frame must
to prevent unwanted vibrations during the roller's rotation. In addition
it, the body frame also determines the appropriate distance between rollers so that
the unity that will be transported does not fall.
2. Support Column
5
The support pillar has the function of being the foundation for the system's structural frame.
3. Drive Motor
The drive motor has the function to move the drive roller so that
always rotates at the speed desired by the operator. Motor
This drive is generally placed at the very end of the roller track.
conveyor that can keep the transmission chain taut.
6
Figure 2.3 Drive Motor
4. Roller
The roller serves the function of moving items that will be
transported. When the roller spins, efforts are made to ensure it does not vibrate so as not to
damaging the transported goods. The dimensions of the roller must also be the same so that
the transported goods do not get stuck and the roller can support the goods
perfectly.
7
Figure 2.4 Roller
5. Transmission System
8
divided into 2 parts, namely the transmission between the drive motor and the drive roller
The transmission system between the drive motor and the drive roller is usually
located at the very end of the conveyor path. This transmission system
usually consists of a motor, speed reducer, coupling, sprocket, and chain.
The transmission system between the drive roller and the roller is usually placed on
the body framework of the conveyor system. Transmission between rollers is usually used
sprocket and chain with a rotation speed ratio of 1:1 for speed
rotate between the same rollers and the transported goods can move
well.
9
Programmable Logic Control (PLC) is essentially a computer.
specifically designed to control a ptosis or machine. The process that
this can be controlled as continuous variable regulation as in systems-
servo system, or it only involves controlling two states (ON/OFF), but
done repeatedly as commonly found in drilling machines, the system
conveyor, and so on. PLC has input and output devices that
used to connect with external devices such as sensors, relays, contactors
and so on. The programming language used for operating
PLC is different from regular programming languages. The language used is
Ladder, which only contains input-process-output. It is called Ladder because of its shape.
the programming language display indeed looks like a ladder display. Image 2.1
The following shows the control concept performed by a PLC.
Although the term PLC literally means a logic controller that can
programmed, but in reality, PLC functionally is no longer limited to
logic functions only. Nowadays, a PLC can perform calculations-
relatively complex arithmetic calculations, communication functions, documentation and
and others. Even control systems based on linear technology
10
(with continuous signals) can be realized so that the PLC can now
equipped with a PID controller module.
11
2.2.1 PLC Components
In a PLC, there are several components divided into 2
part, namely hardware components and software components. Components-
this component consists of:
12
2.2.2 Advantages of PLC over Conventional Systems
Less wiring
Relatively easy maintenance
System tracking is simpler
Relatively low power consumption
Image documentation is simpler
Modification of the system is simpler and faster
13
Figure 2.4 Limit Switch
However, the working system of a limit switch is different from that of a regular switch, if
14
CHAPTER III
DESIGN
15
or large and 3. Scrap sensing works to separate bottles that
broken.
3. After each bottle has been labeled (distinguished based on
small, large, and broken bottles) by sensor input. Then the bottles will enter.
into their respective systems.
4. The scrap bottle will activate the scrapt selenoid according to the input.
given by the scrap sensor in the previous input. The solenoid will operate and
botol akan jatuh pada sistem scrapt yang telah dibuat. Botol tidak akan
walking on the roller conveyor leading to filling (flow fill) otherwise
the roller conveyor for bottle scraps.
5. Large bottle and small bottle are differentiated by sensing input (limit switch)
where when the LS context reads large bottle and vice versa reads small
context.
6. When LS reads the large context, it will automatically activate.
separator for large and small bottles. Where the large bottle will come out.
from the main roller conveyor to the special roller conveyor for large bottles.
Meanwhile, small bottles will remain on the main roller conveyor until
process completed.
7. The settings of switches A, B, and C are used to adjust the speed.
bottle filling.
The STOP button functions to stop the system.
16
Figure 3.2 Illustration of Bottle Line Production Systems Design
17
3.3 PLC Input and Output Addressing
Below is the list of addresses for the input and output of the PLC used
in the operation of the tool:
18
No Symbol Name Type Address Description
1. Main Conveyor OUTPUT O:2/0
2. Scrap Conveyor OUTPUT O:2/1
3. Divert Conveyor OUTPUT O:2/2
4. Grinder OUTPUT O:2/3
5. Scrap Gate OUTPUT O:2/4
6. Divert Gate OUTPUT O:2/5
7. Fill Tube OUTPUT O:2/6
8. Large Charge OUTPUT O:2/7
9. Small Charge OUTPUT O:2/8
10. Cap Ram OUTPUT O:2/9
11. Run Light OUTPUT O:2/10
12. Display Small OUTPUT O:2/11
13. Display Large OUTPUT O:2/12
14. Display Scrap OUTPUT O:2/13
15. Display Boxes OUTPUT O:2/14
19
20
21
CHAPTER IV
CONCLUSION
production systems, the program can run all functions on the machine.
Here is the display of the process at each stage;
1. When the Start button is pressed, the Main Conveyor (O:2/0) will be ON and the bottle will
22
3. Limit Switch LS2 to trigger the Large Fill and Small Fill valves to start
filling the bottle. If LS2 has a bit value of 0 then the detected bottle
is a Small Bottle, while if LS2 has a value of 1 bottle that
detected is Large Bottle. The bit value read LS2 will trigger
The PLC will calculate how many bits are needed for the bottle from LS2.
to Bottle Extractor
4. LS3 (Broken) has a value of 1 when it detects a broken bottle and a value of 0
if it detects a good bottle. If LS3 is worth 0 then the bottle will
then continue to the Filling Extractor, but if LS3 has a value of 1
This will trigger the solenoid for the Broken Gate. Open and close the Broken Gate.
23
REFERENCES
24