I have been reading along as a guest for a while, have followed various tutorials, in the past I have built a CNC and now I have a next project in mind. I'm writing a short introduction because I could possibly use your help.
I have a small webshop in dog snacks/candy, and we sometimes have to pack some bulk in smaller quantities, after looking at professional machines with price tags over 25K I took up the plan to build some kind of wrapping machine myself.
The standard solutions are too expensive, too large and have too high a capacity for me. (I don't need 60 bags per minute, rather 60 bags per hour) It also doesn't matter if, for example, there is 5 grams too much in the package.
I have seen a machine on youtube that does the same thing, only it works on pneumatics and by means of a standard scale that can be purchased via ali express, the bags we have are made of paper and have a so-called zipper. I want to close the bag in the same way. I'll post the link
How I want to do it:
The machine gets a large box, with a spiral feeder, this feeder (stepper motor 1) rotates and feeds the scale (load cell with Hx711).
When the weight is reached, a bag has to be taken and opened in this order:
-
Stepper motor 2 rotates 180 degrees
-
Actuator slides out x number of cm
-
Solenoid valve 1 opens, so that the suction mouth sucks the bag tight by means of a suction nozzle. (vacuum is created by an external pump)
-
Actuator retracts
-
Stepper motor 2 rotates back to 0 degrees
-
Actuator extends to press the pouch against a 2nd nozzle
-
Solenoid valve 2 opens
-
Actuator moves in, opening the pouch.
-
The lid of the scale opens (servo motor or stepper motor)
-
Actuator moves out again to close the pouch slightly
-
Solenoid valve 1 closes so that the bag only hangs on nozzle 2
-
Motor 3 (under nozzle 2) rotates 180 degrees to a standard machine with conveyor belt and heat seal to close the pouch
-
Solenoid 2 closes and bag is released
I have an ARDUINO mega board with ramp 1.4 cnc shield, with which I would like to control the machine (without GRBL) the machine to close the bag still needs to be purchased, just like the pump to create the vacuum.
Now the question is, who can and wants to help me to get this project started.