A system that automatically stores and retrieves small plastic bins. Made with 3D-printed parts, aluminum extrusions, stepper motors and Arduino.
We create electronics kits and for this we have a lot of components. Not only assembling the kits but also for prototyping new kits. It is hard to keep track of all of these components and storing them and finding them can take a lot of time.
We have always been fascinated by logistics systems like the Amazon warehouses or the automated warehouse made by Ocado. So the only logical solution to our problem was to build an overengineered automated storage solution.
We already store our parts in small plastic containers, the goal of this project is to create a system that can store these containers and then on demand retrieve them for us. An AS/RS system with a crane riding between two racks seems like a good solution that is not over complicated.
We aim to keep the costs down, and use accessible components where possible.
Files
Assembly v19.stl
Standard Tesselated Geometry -
25.08 MB -
03/13/2022 at 09:17
After the first integrated test we needed a better rack with accurate dimensions so we could start testing the accuracy of the system.
To reduce costs and printing time we decided to use aluminum profiles which we connect by using 3D-printed parts. The aluminum profiles are press-fit into the 3D-printed parts. It took some iterations to get the tolerances just right.
We printed a drawing / partslist to cut the wooden board and aluminum profiles to the right length.
To cut the aluminum we used a miter saw with a suitable blade but you can also use a hacksaw.
After putting everything together it resulted in a surprisingly sturdy structure.
The “shelves” are slotted into the aluminum u-profile. We designed a system comparable to wall plugs to make sure the shelves stay in place.
By tightening the grub screw the two sides of the structure are pushed outwards.
To mount the brackets parts at the right position we printed some jigs.
The structure seems to be sturdy and precise but before testing it it looks like we need to design a new vertical rail. The 3D-printed version seems to have bent and cannot be used.
We designed and assembled an extending platform that will be used to pick up the pallets. It took some iterations.
We first used a 28BYJ-48 stepper motor to drive the platform but found it too slow.
We then switched to a continuous servo. That worked better than the stepper motor but now we had no control over positioning of the platform. We first tried to solve this by using an ACS712 current sensor. This sensor would measure the current used by the servo. When the platform reached its end position the current draw would increase. This was fun to play with but could never work. Firstly, this way we would not be able to return to the ‘home position’. Secondly, when the platform would pick up a container the current draw would also increase making it difficult to callibrate.
Finally we settled on using a combination of the continuous servo and limit switches. The limit switches have a roller on the end. This roller rides on a track and the track has some recesses.
The video below shows the first test of the platform. We wrote some simple arduino code to control the platform using the serial monitor.