SHREDDED 3D PRINTED PRODUCTS MADE OF POLY (LACTIC ACID)
By Aditya Sandi
11501035
BACHELOR’S DEGREE in
MECHANICAL ENGINEERING – MECHATRONICS CONCENTRATION FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY
SWISS GERMAN UNIVERSITY The Prominence Tower
Jalan Jalur Sutera Barat No. 15, Alam Sutera Tangerang, Banten 15143 - Indonesia
Revision after Thesis Defence on 22 January 2021
Aditya Sandi STATEMENT BY THE AUTHOR
I hereby declare that this submission is my own work and to the best of my knowledge, it contains no material previously published or written by another person, nor material which to a substantial extent has been accepted for the award of any other degree or diploma at any educational institution, except where due acknowledgement is made in the thesis.
Aditya Sandi
_____________________________________________
Student Date
Approved by:
Erikson F. Sinaga, S.T., M.Kom.
_____________________________________________
Thesis Advisor Date
Dr. Maulahikmah Galinium, S.Kom., M.Sc.
_____________________________________________
Dean Date
Aditya Sandi ABSTRACT
DESIGN AND IMPLEMENTATION OF TEMPERATURE AND SPEED CONTROL FOR EXTRUDER MACHINE TO RECYCLE SHREDDED 3D
PRINTED PRODUCTS MADE OF POLY (LACTIC ACID)
By Aditya Sandi
Erikson F. Sinaga, S.T., M.Kom., Advisor
SWISS GERMAN UNIVERSITY
The purpose of this thesis is to make a temperature and speed control system that can run without any surveillance and determining the best possible temperature to run with this machine. This thesis was done by researching and experimenting on PID control on a dimmer module that has been programmed inside an Arduino. The PID control gets its feedback from a Thermocouple sensor with Max6675 module that communicates by translating the error from temperature into electricity power level for the dimmer module. The program can be launched multiple time without a need to reset the Arduino program. The first thing to do was turn on the heater and wait until the temperature gets to the setpoint which researched on this thesis. After that the relay that controls the motor will be turned on if temperature setpoint has been reached. the power level of induction motor that used in this thesis have been determined by research in this thesis, however, the power level still can be changed by the operator to change the speed of production without changing the quality of the produced filament.
Keywords: Extruder, Temperature control, PID control, Arduino, Dimmer module, Speed control, Filament)
Aditya Sandi
© Copyright 2021 by Aditya Sandi All rights reserved
Aditya Sandi DEDICATION
I dedicate this works to God, my loved ones, and to Indonesia
Aditya Sandi ACKNOWLEDGEMENTS
Many parties are involved in this thesis project. First, I would like to express deep gratitude to the Almighty God for the guidance and blessing and my family unlimited support. I would like to thank Mr. Erikson F. Sinaga, ST, M.Kom my advisor, for his guidance and advise. He has given his guidance and advises in time of need.
Furthermore, I would like to thank my friends for their ideas and support. I would also extend my thanks to Raiss, for her support towards this thesis report. Finally, I would like to give my gratitude to Swiss German University which has facilitate me in completing this thesis project.
Aditya Sandi TABLE OF CONTENTS
Page
STATEMENT BY THE AUTHOR 2
Chapter 1 2
ABSTRACT 3
DEDICATION 5
ACKNOWLEDGEMENTS 6
TABLE OF CONTENTS 7
LIST OF FIGURES 9
LIST OF TABLES 11
Chapter 1 - INTRODUCTION 12
1.1. Background 12
1.2. Research Objectives 12
1.3. Significance of The Study 13
1.4. Thesis Scopes 13
1.5. Thesis Limitations 13
1.6. Research Problems 13
1.7. Thesis Structure 13
Chapter 2 - LITERATURE REVIEW 15
2.1. History of Filament Extruder 15
2.2. Common Filament Extruder 15
2.3. Polylactic Acid (PLA) 16
2.4. Thermal Conduction Transfer 17
2.5. Ziegler-N ichols Tuning Method 18
Chapter 3 - RESEARCH METHODS 19
3.1. Design Justification 19
3.2. Mechanical Design 20
3.3. Electrical Design 25
3.3. Program Design 32
Chapter 4 – RESULTS AND DISCUSSIONS 34
Aditya Sandi
Chapter 5 – CONCLUSIONS AND RECCOMENDATIONS 47
5.1. Conclusions 47
5.2. Recommendations 48
Aditya Sandi LIST OF FIGURES
Figures Page
Figure 2.1. Lyman Filament Extruder 15
Figure 2.2. Polylactic Acid (PLA) Filament 16
Figure 3.1. Design Framework 20
Figure 3.2. Electric Motor 22
Figure 3.3. Gearbox 22
Figure 3.4. Screw 23
Figure 3.5. Barrel 23
Figure 3.6, Nozzle 24
Figure 3.7. Flanged Bearing 24
Figure 3.8. Circuit Diagram 26
Figure 3.9. Arduino ATmega2560 26
Figure 3.10. Thermocouple type K with Max6675 module 27 Figure 3.11. Dimmer for Heater(left) and Dimmer for Induction Motor(right) 27
Figure 3.12. Relay 28
Figure 3.13. Band Heater 29
Figure 3.14. Flowchart of the System 32
Figure 3.15. PID Block Diagram 33
Figure 4.1. Machine Frame 34
Figure 4.2. Extruder System 34
Figure 4.3. Heating System 35
Figure 4.4. Data from Oscilloscope 36
Figure 4.5. Band Heater and Thermocouple Max6675 Test 37
Figure 4.6. Kp=8 38
Figure 4.7. Kp=12 38
Figure 4.8. Kp=35 38
Figure 4.9. Kp=50 39
Aditya Sandi
Figure 4.12. Kp=10 Ki=1,11 Kd=59,4 40
Figure 4.13. Behaviour at 140°C and 150°C 42
Figure 4.14. Behaviour at 160°C 43
Figure 4.15. Behaviour at 170°C 43
Figure 4.16. Behaviour at 180°C 44
Aditya Sandi LIST OF TABLES
Table Page
Table 2.1. Common Filament Extruder 15
Table 2.2. Ziegler-Nichols Tuning Method 18
Table 4.1. Motor Behaviour 41
Table 4.2. Power at 100% 42
Table 4.3. Power at 90% 44
Table 4.4. Power at 80% 45