Johma Nederland BV: Empanada Project

 

Students: Martijn Bakker, Rutger Peeters, Casper van Ravels, Lisan Siemonsma.

                   

 

Introduction

Johma Nederland BV is the biggest, most famous salad and spread producer in the Netherlands, situated in the region of Twente. This Dutch company (a daughter company of Signature Foods BV) produces various kinds of fresh salads and spreads, almost entirely for the Dutch consumer market. Johma Nederland BV is also involved in the production of empanadas at another Signature Foods daughter company called Heks’nKaas. At this production facility in Oldenzaal, chicken/mince and spinach filled empanadas are baked, packaged, sealed and sleeved. Ultimately, empanadas are transported to distribution centres nationwide.

 

Assignment

A major challenge during packaging of empanadas is their fragility. Empanadas are folded dough patties and rise during the baking process. This will result in a roughly spherical, relatively greasy top side. Packaging is currently done manually. After cooling, the empanadas (still on baking plates) will be shoved off the plates into a packaging deposit funnel. An employee will place six empanadas per aluminium tray, laying them down in a particular pattern which is uniquely fit to the size of the tray.

Johma Nederland BV would prefer automating this packaging process. The project’s main goal is to map and eliminate complications during picking and placing of empanadas (Figure 1). Manpower currently used in manual packaging could also be used elsewhere.

Figure 1: Packaging tray filled with six empanadas.

The robotic prototype system (to be built and tested by the SMR2 students in Delft) contains:

  • A Programmable Logic Computer (PLC), a machine vision camera subsystem and two Universal robots (UR10);
  • Perforated supply trays with baking paper and empanadas;
  • An End Of Arm Tool (EOAT) to pick empanadas from the baking plate and placing them in the aluminium packaging trays.
  • The empanadas must be placed following a particular pattern to fit in the aluminium tray.

 

The solution

The Johma Empanada Project is a feasibility study, executed by a multidisciplinary student team. The team created a robotic prototype system that can pick empanadas from a baking plate and individually place them in aluminium packaging trays, while also stacking empty baking plates. All hardware and software elements have been integrated by the students themselves in a period of 5 weeks.

The setup of our solution consists of the following major subsystems:

  1. Baking plate supply;
  2. Coordinate and angle detection;
  3. Packaging tray supply;
  4. Robot programming and control.

 

1.    Baking plate supply

During the current manual packaging process, empanadas are dumped in a deposit funnel and sorted out by hand (visual quality check) before packaging. To simulate this process, a conveyer belt has been set up, so the baking plates with baking paper and empanadas can be transported to its next location (Figure 2). The conveyor motor driver is connected to the PLC firmware, which enables manual and automatic conveyor switching at any time.

Figure 2: A baking plate with empanadas (on conveyer).

 

2.    Vision and vacuum system

After a baking plate is placed on this conveyer belt, it will be transported to the vision box (Figure 3). Using a Python script and a Logitech C920 camera, the empanadas’ locations are mapped and their relative angles are measured here. A mechanical guidance rail has also been integrated into the vision box to make these measurements as precisely as possible (Figure 4). Accurate measurement of coordinates is mandatory, because the conveyor will transport the baking plate to another ‘picking conveyer’.

Figure 3: The black vision box, including 2 electronic boxes, robot display, pneumatics box and HMI.
Figure 4: Guidance rail (mounted opaque plate).

The picking conveyers are two small conveyers which support the outer sides of the baking plate. In between the two small conveyers is a piston driven suction plate (Figure 5). The piston will cause the suction plate to touch the bottom of the perforated baking plate, thus creating a vacuum between the suction plate and the baking paper. Creating this vacuum is of significant importance, because empanadas tend to stick to the baking paper during and after the baking process. From here, empanadas will be picked up by the UR10 robotic arm.

Figure 5: The piston driven suction plate at the end of the vision box.

 

3.    Aluminium tray supplying

Located behind the baking plate conveyer is the tray supply conveyor. For educational reasons, the student team has implemented an automated supplier for aluminium trays using a second UR10 robotic arm (Figure 6). This conveyor is also connected to the PLC, leading to a setup where empanadas are pick and placed in trays, and aluminium trays are automatically supplied. A small guidance rail has also been implemented here to ensure that the trays will not move as the empanada placing UR10 fills the tray.

Figure 6: A tray holder, used to keep the trays centred when picking.
Figure 7: Guidance rail for the packaging trays.

 

4.    Programming and control

All the hardware is connected to a PLC, designed to obey one central emergency button and reboot system (Human Machine Interface). Having this control setup enables the student team to have a rapid error handling system.
The UR10s have been linked to a Raspberry Pi. This microcontroller will run all programs during operating, so no laptops will have to be connected to the system.

This ultimately creates a fully automatic setup, which transports baking plates with empanadas to the vision box (Figure 8). In here, coordinates and angles are measured before the baking plate moves over to the picking conveyors. The first UR10 robotic arm will pick and place the empanadas in an aluminium tray using a food-safe silicone suction cup.

Figure 8: The two UR10 robotic arms will pick and place the empanadas and aluminium trays.

Simultaneously, the second UR10 places a new aluminium tray on the supply conveyor. This ensures the system of a constant supply of aluminium packaging trays (Figure 9).

Figure 9: Wide shot of the full setup.