-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (19 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Injection molder digital control
Columbia Gadget Works (2015)
This is a control system for a hobby injection molder as described in "Secrets of Building a Plastic Injection Molding Machine" by Vincent R. Gingery.
In the book, he uses a simple thermostat to control a heater element. We wanted to try something slightly more sophisticated so we built this.
The control is housed in a small project box. It consists of an arduino Nano on a custom board and connected to:
Two tact switches on D11 and D12 for up/down control of the temperature set point.
A Sparkfun 7-segment serial lcd display (https://www.sparkfun.com/products/11440) The display shows a:nnn for the actual temperature and p:nnn for the setpoint.
A 10k thermister for measuring temperature of the heater block.
A Sparkfun beefcake relay control kit. (https://www.sparkfun.com/products/11042)
#########################
Status:
#########################
It works but the interface isn't very responsive.
#########################
TODO:
#########################
Improve the loop that detects button pushes.
Allow push/hold for inputing the temperature.
Improve the loop that controls temperature. PID?